﻿.bodyText
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px; /* small */
}
.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       { text-decoration: underline; font-size: 13px; color: rgb(0,0,128); }
a:visited    { text-decoration: underline; font-size: 13px; color: rgb(0,0,128); }
a:active     { text-decoration: underline; font-size: 13px; color: rgb(0,0,128); }
a:hover      { text-decoration: underline; font-size: 13px; color: red; }

/*
a:link       { text-decoration: underline; font-size: 11px; color: rgb(0,0,0); }
a:visited    { text-decoration: underline; font-size: 11px; color: rgb(0,0,0); }
a:active     { text-decoration: underline; font-size: 11px; color: rgb(0,0,0); }
a:hover      { text-decoration: underline; font-size: 11px; color: red; }
*/

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; 
}
