body {
	background-color: #f0f0f0;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #003c70;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003C70;
}
a:hover {
	text-decoration: none;
	color: #ffa101;
}
a:active {
	text-decoration: none;
	color: #003C70;
}
h1 {
	font-size: 14px;
	color: #003c70;
}
.bk{
	background-image: url(images/bk.jpg);
} 
.header {
	background-image: url(images/header.jpg);
	height: 148px;
}
.footer {
	height: 80px;
}
.newstitle {
	font-weight: bold;
	color: #003C70;
}
.newdate {
	font-size: 10px;
	color: #003C70;
}
.inputbox {
	border: 1px solid #003C70;
}
.button {
	font-weight: bold;
	text-transform: uppercase;
	color: #003C70;
	background-color: #FFA101;
	border: 1px solid #FFA101;
}
.top a:link {
	color: #003c70;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.top a:visited {
	text-decoration: none;
	color: #003C70;
	font-weight: bold;
	font-weight: bold;
	text-transform: uppercase;
}
.top a:hover {
	text-decoration: none;
	color: #ffa101;
	font-weight: bold;
	font-weight: bold;
	text-transform: uppercase;
}
.top a:active {
	text-decoration: none;
	color: #003C70;
	font-weight: bold;
	font-weight: bold;
	text-transform: uppercase;
}
.blacklink a:link {
	color: #000000;
	text-decoration: none;
}
.blacklink a:visited {
	text-decoration: none;
	color: #000000;
}
.blacklink a:hover {
	text-decoration: underline;
	color: #000000;
}


.blacklink a:active {
	text-decoration: none;
	color: #000000;
}
.leftside {
	background-image: url(images/left.jpg);
	background-repeat: repeat-y;
	width: 55px;
	background-position: right;
}.rightside {
	background-image: url(images/right.jpg);
	background-repeat: repeat-y;
	width: 55px;
}
