.bodytext, li, p, td  {
	font-size : 12px;
	font-family : Arial;
	font-weight : bold;
	line-height : 24px;
	color : #6D6D6D;
}

/*
.red, li, p, td  {
	font-size : 14px;
	font-family : Arial;
	font-weight : bold;
	line-height : 24px;
	color : #FF0000;
}
*/

.credittext  {
	font-size : 12px;
	font-family : Arial;
	font-weight : normal;
	line-height : 24px;
	color : #6D6D6D;
}

.subgreen  {
	font-size : 12px;
	font-family : Arial;
	font-weight : bold;
	line-height : 24px;
	color : #A3BD0B;
}

.lightblue  {
	font-size : 18px;
	font-family : Arial;
	font-weight : bold;
	line-height : 24px;
	color : #0182AC;
}

.header {
	font-size : 20px;
	font-family : Arial;
	font-weight : bold;
	line-height : 24px;
	color : #A3BD0B;
}

.footer  {
	font-size : 11px;
	font-family : Arial;
	color : #6D6D6D;
}

/*
A  {
	font-size : 12px;
	font-family : Arial;
	font-weight : bold;
	line-height : 24px;
	color : #0C2E82;
}
*/

A:hover{
    color: red;
}




