/* CSS Document */
body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #D7FFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #D70000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D70000;
}
a:hover {
	text-decoration: underline;
	color: #D70000;
}
a:active {
	text-decoration: none;
	color: #D70000;
}

#fancyMenu {
	position:relative;
	width:210px;
	margin:0px;
	padding:0;
	font:12px Arial;
	font-weight:bold;
	vertical-align:middle;
	letter-spacing:2px;
}

#fancyMenu li {
	position:relative;
	padding:5px 0px 5px 6px;
	width:210px;
	border-top:1px solid #2271A0;
	list-style-type:none;
	background-color:#93BED8;
	margin:0 0 0 0;
}

#fancyMenu li a {
	position:relative;
	display:inline-block;
	width:210px;
	height:16px;
	text-decoration:none;
	z-index:10;
	margin:0;
	color:#ffffff
}

#fancyMenu li>a {
	display:block;
}

#fancyMenu li a:hover {
	color:#ffcc00;
	background-color:#2271A0;
}

.expander {
	position:absolute;
	background-color:#2271A0;
	width:100%;
	left:0px;
	height:1px;
	z-index:0;
	display:none;
	padding:0;
	font-size:1px;
	margin:0;
}

.style1 {
	font-size: 17px;
	font-weight: bold;
}
.style2 {
	color: #091889;
	font-size: 12px;
}
.style4 {
	color: #666666;
	font-style: italic;
	font-weight: bold;
}
.style5 {
	color: #00767A;
	font-weight: bold;
}
.style6 {font-size: 18px}
.style7 {color: #006666}

input
{
	padding:2px;
	border:1px solid #ffbb00;
	color:#005555;
	font-family:Arial;
	font-size:12px;
}

select, textarea
{
	padding:2px;
	border:1px solid #ffbb00;
	color:#000;
	background:#bb99aa;
	font-family:Arial;
	font-size:12px;
}

.button
{
	padding:3px;
	border:1px outset #ff9900;
	color:#ffffff;
	background-color:#88aaaa;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	width:120px;
	cursor:pointer;
}

fieldset 
{ 
	-moz-border-radius: 6px; 
	border: 1px solid #006666;
	padding:12px;
}
