/*Style sheet*/
body {
	scrollbar-base-color:#82A2B1; 
	scrollbar-arrow-color:#FFF;
	scrollbar-track-color:#FFF;
    background-color:#82A2B1; 
    font-family: verdana, tahoma, arial, times new roman;
    font-size: 12px;
    color: #333;
	line-height:15px;
}

a:link {
	color: #C9C984;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF9999;
}
a:hover {
	text-decoration: none;
	color: #D98D21;
}
a:active {
	color:#FFFFFF
	text-decoration: underline;
}
a.page_link:link {
	color: #D98D21;
	text-decoration: none;
}
a.page_link:visited {
	text-decoration: underline;
	color: #FF9999;
}
a.page_link:hover {
	text-decoration: none;
	color: #FFFF99;
}
a.page_link:active {
	color:#FFFFFF
	text-decoration: underline;
	color: #FF6600;
}
.box {
	font-family: verdana, tahoma, arial, times new roman;
	font-size: 12px;
	color: #C9C984; 
	border: 2px solid #FFF; 
	width: 90%;
	padding: 15px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
    background-color: #3F5661;
	line-height:15px;
}
.mytd td {
		border-width:1px 1px 0px 5px; border-style:solid; border-color:#508551; font-family: tahoma, verdana, arial, times new roman; 
		font-size: 11px; color:#ABAB83; font-weight:bold; text-align:center; background-color:transparent;
		width:17%; height:26px;
}
td {
	font-family: verdana, tahoma, arial, times new roman;
	font-size: 12px;
	color:#C9C984;
	background-color: #transparent;
	background-color:#EFEFDE;
	height:20px;
}
.mylink a { 
		color: #FFF/*BD8B1E*/; text-decoration: none; 
}
.mylink a:hover { 
		color: #333; text-decoration: none; 
} 
.mylink1 a { 
		color: #7A7A5C; text-decoration: none; 
}
.mylink1 a:hover { 
		/*color: #D38B36; text-decoration: underline;*/
		color: #ABAB83; text-decoration: underline; 
} 
input {
		background-color: transparent; border: 1px #C9C984 solid; font-family: verdana; font-size: 12px; 
		color:#C9C984; /*ABAB83*/
}
textarea {
		background-color: transparent; border: 1px #C9C984 solid; font-family: verdana; font-size: 12px; 
		color:#C9C984; /*ABAB83*/
}

.myul ul{ list-style-type:circle; display: list-item; list-style-position: outside; 
}
.midbox {
	font-family: verdana, tahoma, arial, "times new roman";
	font-size: 18px;
	color: #3F5661;
	background-color: #EFEFDE;
	font-weight: normal;
	line-height: 20px;
}
.smalltablestyle {
	font-family: Tahoma, Verdana, "Times New Roman";
	font-size: 12px;
	color: #3F5661;
	background-color: #EFEFDE;
	font-weight: bold;
}
.darkbox {
	font-family: Verdana, tahoma, Arial, "Times New Roman";
	font-size: 12px;
	line-height: 15px;
	color: #C9C984;
	background-color: #3F5661;
}
.darkboxborder {
	font-family: Verdana, tahoma, Arial, "Times New Roman";
	font-size: 12px;
	line-height: 15px;
	color: #C9C984;
	background-color: #3F5661;
	border: thin solid #EFEFDE;
}
.tablehead {
	font-family: tahoma, Verdana, Arial, "Times New Roman";
	font-size: 14px;
	color: #3F5661;
	background-color: #EFEFDE;
	font-weight: bold;
}
.maroon_head {
	color: #FFF;
	background-color: #633;
}
.yellow_head {
	color: #000;
	background-color: #FF0;
}
.red_font {
	color: #F00;
}
.double_border {
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #C9C984;
	border-right-color: #C9C984;
	border-bottom-color: #C9C984;
	border-left-color: #C9C984;
	padding: 10px;
	width: 85%;
	text-align: justify;
}
