body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight:bold;
	background-color:#efefef;
	border-bottom:#333333 1px solid;
	text-align:center;
}

.type {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.type:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.small:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
.small2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
a.small2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.small3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.small4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.small4:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B2CCE5;
	text-decoration: none;
}
a.copyright:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.navy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	text-decoration: none;
}
.burgundy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
.bold2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
.bold_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.box_grey {
	border: 4px solid #CCCCCC;
}
.box_greythin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #CCCCCC;
}
.box_red {
	border: 1px solid #000076;
}
.box_burg {
	border: 2px solid #990000;
}
.box_navy {
	border: 2px solid #000076;
}
.box_line {
	border-top: 1px solid #000066;
	border-right: none;
	border-bottom: 1px solid #000066;
	border-left: none;
}
.inside_top {
	border-top: 1px solid #B2CCE5;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.inside_left {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #B2CCE5;
}
input, select, textarea {
	font-family : Verdana;
	font-size : 11px;
}

.header {
	font-family : Verdana;
	font-size : 13px;
	font-weight : normal;
	color : #003366;
}

.button {
	font-family : Arial;
	font-size : 11px;
	font-weight : bold;
	color : #003366;
	cursor : hand;
}

.field {
	font-family : Arial;
	border : 1px groove #CCCCCC;
	font-size : 11px;
	font-weight : normal;
	background-color : #EAEAEA;
	color : #003366;
}