@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
}


.headerCell {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #506DB3;
	padding: 5px;
	background-image: url(/images/bgrds/black_header_cell.gif);
	background-position:center;
	border-top: solid 3px #000;
	padding-top: 2px;
}
.menuTD {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	height: 39px;
	width: 64px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #000;
}
.menuButtons {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #000;
	border-left-color: #333;
}
.highlight {
	background-image: url(/images/bgrds/highlight_menu_bar.gif);
	background-color:#CCF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	height: 39px;
	width: 64px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #000;

}
.homeLarge {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #999;
}
.header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	margin-left: 10px;
}
.small {
	font-size: 10px;
	color: #C03;
}
.small2 {
	font-size: 10px;
	color: #666;
}
.bracketLink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
}
.noteDIV {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #036;
	padding: 10px;
	width: 280px;
	border: 1px solid #FFF;
	text-align: left;
}
