/* blue #4282BA */

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(images/bkg.gif);
	background-repeat: repeat-y;
	background-position: right;
}

/* font-family */
BODY,DIV,P,DL,TD,FONT,A { font-family: Verdana, Arial, Helvetica, sans-serif; }
H1,H2,H3,H4,H5,H6 { font-family: Georgia, "Times New Roman", Times, serif; }
PRE { font-family: monospace; }

/* font-size */
BODY,DIV,P,DL,TD,FONT, A { font-size: 11px; }
TH { font-size: 13px; }
h1 { font-size: 14px; }
h2 { font-size: 13px; }
h3,h4 { font-size: 12px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
.small { font-size: 9px; }
.big { font-family: Georgia, "Times New Roman", Times, serif; font-size: 52px; color:red; font-weight: bold; }
/* color */
BODY { background-color: #FFFFFF; }

.navbar {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	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: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.navbar:visited { color: #FFFFFF; }
.navbar:hover {	background-color: #FFFFFF; color: #4282BA; }

A { color: navy; }
.blue:hover { background-color: #EEEEEE; }
.blue:visited { color: navy; }
A:visited { color: #660066; }

TH { background-color: #4282BA; color: #FFFFFF; }
.present { background-color: #ECFCEC; }

/* margins */
h2,h3,h4,h5 { margin-top: 3px; margin-bottom: 0px; }
h1,h6 { margin-top: 0px; margin-bottom:0px; }
UL,OL { margin-top: 1px; margin-bottom: 1px; }

/* styles */
DT,ADDRESS { font-weight: bold; }
hr { display: block; background-color: #4282BA; color: #4282BA; height: 2px; }
DIV.search {
	position: absolute;
	left: 1px;
	top: 165px;
	margin-top: 0px;
	margin-bottom:0px;
}
