﻿/* classes defined on this page will appear in HTML Editor's Class selection drop down box */

.bodyTextSmall
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px; /* small */
	line-height: 150%;
	color: #000000;
}

.bodyText
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px; /* small */
	line-height: 150%;
	color: #000000;
}
.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;
}
.bodyTextSubHead 
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 16px; /* medium; */
	font-weight: bold;
}
a:link #topMenu
{
	color: #0000c0;
}
a:visited  #topMenu
{
	color: #0000c0;
}
a:hover  #topMenu
{
	color: #ff0000;
}
a:active  #topMenu
{
	color: #0000c0;
}

fieldset
{ 
	padding: 1em; 
	font-size: 13px;
	font-family: sans-serif; 
} 
label 
{ 
	float:left; 
	width:120px; 
	margin-right:5px; 
	/*padding-top:0.2em; */
	text-align:right; 
	font-weight:bold; 
}

/* span to left align an image and comment */
span.leftimg
{ 
	float:left;
}
.leftimg img
{
	margin: 0px 5px 0px 0px;
}
.leftimg p
{
	margin: 0px 15px 5px 10px;
	text-align: right;
	display:block;
	font-size: 10px;
}
/* span to right align an image and comment */
span.rightimg 
{ 
	float:right;
}
.rightimg img
{
	margin: 0px 0px 0px 5px;
}
.rightimg p
{
	margin: 0px 10px 5px 15px;
	text-align: right;
	display:block;
	font-size: 10px;
}