body {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}

#title{
	background-color:#BFD048;
	border:0px solid #B2B2B2;
	height:19px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	padding-top:2px;
}

td	 {
	font-size: 10px;
	color:#000000;
}

h1 {
	font-size: 16px;
	color:#FFC10E;
}

h2 {
	font-size: 14px;
	color:#80C34E;
}

h3 {
	font-size: 12px;
	color:#80C34E;
}

h4 {
	font-size: 12px;
	color:#FFC10E;
}

hr{
    border-style: dashed;
	border-color: #9AAC00;
    height: 0.25px;
    clear: both;
}

hr.white{
    border-style: dashed;
	border-color: #FFFFFF;
    height: 0.25px;
    clear: both;
}

.small	{
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-wheight:light;
	color: #666666;
}

li {
	/*list-style-image: url(../images/bullet.gif);*/
	}

.title	 {
	color:#CDEBFF;
	text-transform:none;
	font-weight:bold;
}

.title2	 {
	font-size: 11px;
	color:#3C72B3;
	font-weight:bold;
	text-transform: none;
}


.date	 {
	color:#BFD048;
	font-size:9px;
	font-weight:bold;
}

.date2	 {
	color:#70B0FF;
	font-weight:light;
}


.subDetails	 {
	color:#7E7E7E;
}

A		{	
	color:#000000;
	text-decoration:none;
}
A:hover		{
	color:#000000;
	text-decoration:underline;
}


