body {
	background-color: #004E92;
	margin: 5px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 162px;
	border: 1px solid #C4D0D2;
	color: #9EA9AB;
}

a.link1 {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	color: #5499DB;
	text-decoration: underline;
}

a.link2:hover {
	text-decoration: none;
}

.text1 {
	font-size: 10px;
	color: #9EA9AB;
}

.text2 {
	font-size: 10px;
	color: #9EA9AB;
	text-align: justify;
}

.text3 {
	font-size: 11px;
	line-height: 12px;
	color: #6C6C6C;
	text-align: justify;
}

.footer {
	font-size: 10px;
	color: #CE9080;
}
.footer A {
	text-decoration: none;
	color: #CE9080;
}

.footer A:hover {
	text-decoration: underline;
}

.sitemenu {
	height: 24px;
	background-color: #EFEFEF;
	background-image: url(../images/siteMenuBG.jpg);
	padding-left: 30px;
	font-size: 12px;
	overflow: hidden;
	width: 211px;
	
}
.sitemenu A {
	text-decoration: none;
	color: #666666;
	letter-spacing: 2px;
}
.sitemenu A:hover {
	text-decoration: underline;
}
#sitemenu {
	background-color: #EFEFEF;
}
.highlight {
	letter-spacing: 1px;
}
UL {
	list-style-image:url(../images/bullets/listblack.gif);
}
LI {
	line-height: 17px;
}
.sidenav {
	width: 100%;
}
.sidenav TD {
	padding-right: 3px;
	vertical-align: top;
}
.normallist UL{
	list-style: square url(none);
}