.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.text B {
	font-weight: bold;
	color: #003366;
}
.text A {
	color: #666633;
}
.text A:hover {
	color: #000000;
}

HR {
	margin: 0px;
	padding: 0px;
	height: 1px;
	color: #cccc99;
	background-color: #cccc99;
	border: 0px;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #990000;
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}

UL {
	margin-top: 0px;
	margin-bottom: 0px;
}
DL {
	margin-top: 0px;
	margin-bottom: 0px;
}

.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333300;
}
.foot A {
	font-weight: bold;
}
.foot A:hover {
	color: #666633;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.nav A {
	color: #003366;
	padding-left: 3px;
	text-decoration: none;
	display: block;

}
.nav A:hover {
	background-color: #999966;
	color: #ffffff;
}

.subNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:170px;
	background-color:#f2f2e5;
	text-align:left;
	position:absolute;
	left:50px;
	top:7px;
	border:1px solid #cccc99;
}
.subNav A {
	color: #003366;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	display: block;
}
.subNav A:hover {
	background-color: #999966;
	color: #ffffff;
}

.subSubNav {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 11px;
}
.subSubNav A {
	color: #003366;
	padding-left: 23px;
	text-decoration: none;
	display: block;
}
.subSubNav A:hover {
	background-color: #999966;
	color: #ffffff;
}


.dropdown {
	position:absolute;width:780px;align:center;visibility:hidden;
}
.shadow {
	border-bottom:3px solid #666666;
	border-left:3px solid #666666;
}