/* CSS Document */

body{
padding:0;
margin:0;
background-image:url(images/body-bg.png);

}
#topdesign {
	width:100%;
	float:left;
	background:url(images/top-bg.png) repeat-x;
	height:10px;
}
a ,a:active {
color: #0000ff;
text-decoration:none;
}
a:hover {
text-decoration:underline;
color:#62ae1a;
}
h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
}

.header table{
border-collapse:collapse;
border:1px solid;
border-color:#009900;
font-family: verdana, "Times New Roman", Times, serif;
font-size: 12px;
}
.textico {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
}
.texthead {font-size: 18px}
#footer {
	width:100%;
	float:left;
	background:#4b4b45 url(images/footer-bg.png) repeat-x center top;
	height:80px;
	font-family: Verdana, Arial;
	font-size:12px;
	color:#FFF;
	margin:20px 0 0 0;
}
.mrhost a ,a:active {
color: #ff0000;
text-decoration:none;
}
.mrhost a:hover {
text-decoration:underline;
color:#FFF;
}
.flink a ,a:active {
color: #FFFFFF;
text-decoration:none;
}
.flink a:hover {
text-decoration:underline;
color:#90c634;
}
.green {
color:#90c634;
}
hr{
color:#90c634;}
.ftext{
font-size:11px;
font-family:Verdana, Arial;
color:#FFF;
}
/* Table design */
#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 30px;
	width: 900px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #98ca38;
	border-top: 4px solid #62ae1a;
	border-bottom: 1px solid #fff;
	color: #FFF;
}
#box-table-a td
{
	padding: 8px;
	background: #ecefc5; 
	border-bottom: 1px solid #65b01c;
	color: #669;
	
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #ccdeab;
	color: #339;
}
.heading {
color:#62ae1a;
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 18px;
	}
	.heading2 {
color:#62ae1a;
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	}
	.labbo {
background-color:#5b9f13;
color:#FFF;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
border:1px dotted #FF0000;
}
.icoborder{
border:1px dotted #5b9f13;
}