A:LINK {
	color:blue;
}
A:VISITED {
	color:blue;
}

A:HOVER {
	color:red;
}

BODY {
	font-family : Arial, Helvetica, sans-serif;
}

.bodytext{
	/* use in place of the <small></small> tags*/
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	
}

.bodytitle{
	/* use in place of the <strong><small></small></strong> tags*/
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-weight : bold;
}

.clickableanchor{
	color:blue;
	cursor:hand;
	text-decoration:underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
}

.smallbodytitle{
	/* use in place of the<small> <small></small></small> tags*/
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
}
.smallbodytext{
	/* use in place of the<small> <small></small></small> tags*/
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
}

.smallmenutext{
	/* use in place of the<small> <small></small></small> tags*/
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
}



