/* CSS Document */
body {
	background-image: url(/images/logo_bg2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color: #dcffff;
	margin: 5px;
	font-family: Arial,Verdana, Tahoma;
}
body,td {
	font-size: 12px;
	font-family: Arial,Verdana, Tahoma;
}
.content {
	overflow:auto;
	border:0px solid green;
	padding:5px;
}
h1 {
	font-family: Arial,Verdana, Tahoma;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-family: Arial,Verdana, Tahoma;
	font-size: 15px;
	font-weight: bold;
}
h3 {
	font-family: Arial,Verdana, Tahoma;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-family: Arial,Verdana, Tahoma;
	font-size: 14px;
	font-weight: bold;
}

p {	
	font-family: Arial,Verdana, Tahoma;
	font-size: 12px;

}
.red {
	color: #cc0033;
	font-weight:strong;
}

a, a:visited, a:active, a:hover {
	color:#0064B9;
	font-style:normal;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
}
a.menu, a.menu:visited, a.menu:active {
	font-style:normal;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	font-size:11px;
}
a.menu:hover {
	text-decoration:underline;
}
a.menuactive, a.menuactive:visited, a.menuactive:active, a.menuactive:hover {
	font-style:normal;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

input.search {
	width:171px;
	background-color:#E4E4E4;
}
select.search {
	width:125px;
	background-color:#E4E4E4;
}
input.searchsubmit {
	width:50px;
	height:21px;
	background-color:#E4E4E4;
	font-size: 11px;
}
.footer {
	text-align:center;
	padding-top:3px;
}
