﻿.bodyText
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px; /* small */
	color: #eeeeee;
}
.bodyTextBold 
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px; /* small */
	font-weight: bold;
}
.OrangeHeader 
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px; /* small */
	font-weight: bold;
	color: #be6a00;
}
.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, a:active, a:visited
{
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal ;
}
a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

ul
{
	list-style-type: disc;
}
li
{
	line-height: 20px;
	margin: 5px inherit;
	
}

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: 6px 15px 6px 0px;
	border-color: white;
}
.leftimg p
{
	margin: 0px 15px 5px 0px;
	text-align: left;
	display:block;
	font-size: 10px;
}
/* span to right align an image and comment */
span.rightimg 
{ 
	float:right;
}
.rightimg img
{
	margin: 6px 0px 6px 15px;
	border-color: white;
}
.rightimg p
{
	margin: 0px 0px 5px 15px;
	text-align: right;
	display:block;
	font-size: 10px;
}
.bodytext img
{
	border-color: white;
}
