a:link{
	color : #000000;
	font-weight : bold;
	text-decoration : underline;
}

a:visited{
	color : #000000;
	font-weight : bold;
	text-decoration : underline;
}

a:hover{
	text-decoration : none;
	color : #333333;
	font-weight : bold;
}

a:active{
	text-decoration : none;
	color : #333333;
	font-weight : bold;
}

body{ background : #9ab948;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

h1{
	color : #400040;
    text-indent: 30px;
	font : bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing : 2px;
}

p {
	color : #000000;
	font : 12px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}

td{
	color : #000000;
	font : 12px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}

.btfoot{
	color : #FFFFFF;
	font : 9px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-indent: 10px;
    background-color: #6E49CB;
}