@charset "utf-8";
/* CSS Document */
body{
padding:0;
margin:0;
background-color:#000;
}
img{
	border:0;
}
a{
text-decoration:none;
color:#009900;
}
a:hover{
	color:#000;
}
.homecontent{
	padding:15px 15px;
	font:normal 12px arial;
	text-align: justify;
}
.subheading{
	color:#B79B16;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
}
.title{
	color:#0066FF;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}
.title2{
	color:#000000;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.img{
	padding-top: 10px;
	padding-bottom: 5px;
}
.img a:hover img{
filter:alpha(opacity=50);
-moz-opacity:.5;
opacity:.5;
}
.mainheading{
	color:#008000;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}
.green{
color:#135a0d;
}
.box td{
width:100px;
font:bold 12px "Trebuchet MS";
text-align:left;
padding-left:14px;
line-height:14px;
}
.box a:hover img{
filter:alpha(opacity=50);
-moz-opacity:.5;
opacity:.5;
}
.footer{
font:normal 10px arial;
color:#000;
}
.footer a{
color:#000;
}
.footer a:hover{
color:#339900;
}
