@charset "utf-8";
/* CSS Document */

body {
	background-color: #7abcff;
	background-image: url(images/bgmain.jpg);
	background-repeat: repeat-x;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.border {
	border: thin solid #CCCCCC;
}

.menubg1 {
	background-image: url(images/ofhmain-new_01.jpg);
	background-repeat: repeat-x;
}
.sidemenubottombg {
	background-image: url(images/ofhmain-new_14.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bodyborder {
	background-color: #FFFFFF;
	border: thin solid #999999;
}


a {
	font-size: 12px;
	color: #66CCFF;
}
a:link {
	text-decoration: none;
}
.footerbg {
	background-image: url(images/ofhmain-new_15.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

a:visited {
	text-decoration: none;
	color: #0033FF;
}
a:hover {
	text-decoration: underline;
	color: #3399FF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}

