﻿.bodyText
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px; /* small */
	color: #ffffff;
}
.bodyTextBold 
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px; /* small */
	font-weight: bold;
}
.bodyTextHead 
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 18px; /* large; */
	font-weight: bold;
	font-variant: small-caps;
}
.bodyTextSubHead 
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 16px; /* medium; */
	font-weight: bold;
	text-transform: capitalize;
}
a:link
{
	color: #0000c0;
}
a:visited
{
	color: #0000c0;
}
a:hover
{
	color: #ff0000;
}
a:active
{
	color: #0000c0;
}
