a   { color: #9C0; text-decoration: underline }
a:hover   { color: #9C0; text-decoration: none }
a:visited { color: #9C0; text-decoration: underline }

.bodytext  { font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color:#000000; line-height:12px; color:#FFF }
.bodytext_subtitle  { font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color:#144472 }
.bodytext_pagetitle  { font-size: 18px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color:#F00 }
.bodytext_pagetitle2  { font-size: 18px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color:#FFF }
.smalltext  { font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color:#FFF }

.leftpad { PADDING-LEFT: 30px }

.footertext  { color: #144472; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a.footertext:link  { color: #144472; text-decoration: underline }
a.footertext:hover  { text-decoration: none }

.sidebar_box  { padding-left: 5px }

#highlight_box {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; PADDING-TOP: 3px;
	background-color: #999;
	border: 1px solid #333;}
#highlight_box_content {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 1px; PADDING-TOP: 1px;
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	background-color: #CCC;
	}
	
.input_a {
	width: 230px;
	height: 20px;
	border: 1px solid #144472;
	background-color: #C1C0A2;}

.input_a_slim {
	width: 180px;
	height: 20px;
	border: 1px solid #144472;
	background-color: #FFF;}
	
.input_b {
	width: 230px;
	height: 150px;
	border: 1px solid #144472;
	background-color: #C1C0A2;}
	
.inner-block {
  margin-bottom:8px;
  background:#fff; }
	
.IMG {
	BORDER-TOP-WIDTH: 0px; DISPLAY: block; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; WIDTH: 510px
}
#MainTblCell {
	background-image: url(../images/mainbackground/index_r4_c1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 980px;
	height: 300px;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#MainTblCellAdmin {
	background-image: url(../images/mainbackground/admin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 980px;
	height: 300px;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#MainTblCellMenu {
	background-image: url(../images/mainbackground/index_r4_c1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 980px;
	height: 300px;
	vertical-align: top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#mainmenu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#mainmenu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	margin: 1px;
	width: 130px;
	border: 1px solid #000;
	float: left;
	padding: 2px;
	padding-left:8px;
	text-decoration: none;
	background-color:#144472;
}
#mainmenu li a:hover {
	color: #000;
	background-color:#C1C0A2;
}
