@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background-image: url(images/BG.jpg);
	background-repeat: repeat;
}

.largetitletext{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 12px;
	font-weight: bold;
}

.titletext{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 14px;
	font-weight: bold;
}

.datetext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#66cc00;	
	font-weight: bold;
}

.bodytext{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

.textgrey{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
}

a:link{
	color:#999999;
	text-decoration:none;
}

a:hover{
	color:#66cc00;
	text-decoration:none;
}

a:visited{
	color:#66cc00;
	text-decoration:none;
}

.dropdown{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#66cc00;
	background:#ffffff;
	border-color:#CCCCCC;
	border-style:solid;
	border-bottom:1px;
	border-top: 1px;
	border-left:1px;
	border-right:1px;
}

.dropdown2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#cccccc;
	background:#cccccc;
	border-color:#cccccc;
	border-style:solid;
	border-bottom:1px;
	border-top: 1px;
	border-left:1px;
	border-right:1px;
}



.style1 {	font-size: 18px;
	font-weight: bold;
	color: #66cc00;
}