/* eliminates underlined links*/
A:link  {
	text-decoration : none;
	color: FF0000;
}

A:visited  {
	text-decoration : none;
	color: 000000;
}

A:active  {
	text-decoration : none;
	color: FFFFFF;
}

A:hover  {
	text-decoration : underline;
	color: FF0000;
}

/* default text size and font*/
body {
text-decoration: none;
color: 000000;
font-family: Veranda, Arial, Helvetica;
font-size: 12px;
font-weight: normal
font-style: normal
line-height:14px;
}


/* grey text*/
.greytext {
text-decoration: none;
color: 666666;
font-family: Veranda, Arial, Helvetica;
font-size: 14px;
font-weight: normal;
font-style: normal;
line-height:14px;
}

/* bold*/
B {
color: 005D57;
font-weight: bold;

}



/* footer text*/
.footer  {
	font-family : Arial, Helvetica, Verdana;
	font-size : 9px;
	color : 000000;
}

