body {
	margin-top: 30px;
	background-color: #003366;
}
.body-font {
	font-family: "Arial";
	font-size: 11px;
	color: #000000;
	text-align: justify;
}
.search-font {
	font-family: "Arial";
	font-size: 12px;
	color: #000000;
}
.search-button {
	font-family: "Arial",;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	border: 2px solid #FFFFFF;
	height: 30px;
	width: 150px;
	background-color: #CC3300;
}
.content-topmargin{
	margin-top: 10px;
}
.content-topborder{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.search {
	font-family: "Arial";
	font-size: 11px;
	color: #000000;
	background-image: url(images/search-bg.jpg);
    background-repeat: no-repeat;
}
.footer {
	font-family: "Arial";
	font-size: 11px;
	color: #ffffff;
	background-image: url(images/footer-bg.jpg);
    background-repeat: no-repeat;
}
.footer A:link {
    color: #ffffff;
	font-weight: bold;
	text-decoration: none }
.footer A:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none}
.footer A:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none}
.footer A:hover {	
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;}
.logo {
	font-family: "Arial";
	font-size: 10px;
	color: #ffffff;
	text-align: justify;
	background-image: url(images/logo-bg.jpg);
	background-repeat: no-repeat;
}
.logofont {
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: justify;
}
.border-1px {
	border: 1px solid #666666;
}