/*****************
// rule style//
*****************/
.textbox {
	
	border: 1px solid #DCDCDC;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.bodytitle {
	border: 7px solid #F1F1F1;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-align: center;
}
td {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}
INPUT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	/*
	border-top: 1px solid #666666;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	border-left: 1px solid #666666;
	*/
}
body {
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
/************
// id style//
************/
#loginform {
	color: #FFFFFF;
}

.left-menu-content {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #F3F3F6;
	width: 205px;
}
.bottom-banner {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEC;
	background-color: #F3F3F6;
	height: 20px;
}
.bottom-banner-mouseover {
    cursor:hand;
	background-color: #FFFFFF;
	border: 1px solid #E8E8E8;
}
.bottom-banner-mouseout {
	background-color: #F3F3F6;
	border: 1px solid #F3F3F6;
}
.bottom-right {
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 45px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

.body-content {
	background-color: #FFFFFF;
}
.banner {
	background-image: url(../images/bannerbg.jpg);
	background-repeat: repeat-x;
	text-align: left;
}
/****************
//top Menu style //
****************/
.top-menu-left{
width: 205px;
}
.top-menu-bg {
	background-image: url(../images/topmenubg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}
.top-menu-itme {
	color: #FFFFFF;
	text-align: center;
	width: 85px;
}
.top-menu-selected {
	color: #CC0000;
	text-align: center;
	width: 85px;
	background-color: #DEE7F1;
	border: 1px solid #CCCCCC;
}
.top-menu-itme a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.top-menu-itme a:visited {
	color: #ffffff;
	text-decoration: none;
}
.top-menu-itme a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.top-menu-selected a:link {
	color: #990000;
	text-decoration: none;
}
.top-menu-selected a:visited {
	color: #990000;
	text-decoration: none;
}
.top-menu-selected a:hover {
	color: #990000;
	text-decoration: underline;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
#bodycontent{
text-align:left
}
#bodycontent a:link {
	color: red;
	text-decoration: none;
}
#bodycontent a:visited {
	color: red;
	text-decoration: none;
}
#bodycontent a:hover {
	color: red;
	text-decoration: underline;
}