﻿.bodyText
{
	font-family: arial, sans-serif;
	font-size: 13px; /* small */
	color: #000000;
}
.bodyTextBold 
{
	font-family: arial, sans-serif;
	font-size: 13px; /* small */
	font-weight: bold;
}
.bodyTextHead 
{
	font-family: arial, sans-serif;
	font-size: 18px; /* large; */
	font-weight: bold;
}
.bodyTextSubHead 
{
	font-family: arial, sans-serif;
	font-size: 16px; /* medium; */
	font-weight: bold;
}
a:link
{
	color: #0000c0;
}
a:visited
{
	color: #0000c0;
}
a:hover
{
	color: #ff0000;
}
a:active
{
	color: #0000c0;
}

