BODY
{
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	margin: 0px;
	text-align: center;
	color: black;
}
TABLE
{
	font-size: 100%;
	
}
INPUT
{
	font-size: 110%;
}
A
{
	color: navy;
}
TEXTAREA
{
	font-family: Arial;
	font-size: 110%;
}
SELECT
{
	font-size: 110%;
}
IMG 
{
	border: 0;
}
.LargeTable
{
	font-size: 90%;
}
.TableHeader
{
	color: white;
	background-color: #4863ad;
	font-family: Arial;
	font-size: 95%;
	font-weight: bold;
	text-align: center;
}
.TableTitle
{
	font-weight: bold;
	font-size: 200%;
	font-family: Arial;
	text-align: center;
}
.ActionLink
{
	font-size: 90%;
	font-family: Arial;
}
#ErrMsg
{
	font-size: 100%;
	color: red;
	font-weight: bold;
}
#header
{
	font-size: 110%;
}
#title
{
	font-size: 150%;
	color: white;
	font-weight: bold;
}
#footer
{
	font-size: 80%;
	font-family: Arial;
}
#FileName
{
	font-family: Arial;
	font-size: 200%;
	font-weight: bold;
}
#FileAddress
{
	font-family: Arial;
	font-size: 85%;
}
#DocCategory
{
	font-family: Arial;
	font-size: 120%;
	font-weight: bold;
}
#DocName
{
	font-family: Arial;
	font-size: 150%;
	font-weight: bold;
}
#DocComment
{
	font-family: Arial;
	font-size: 85%;
}
.LargeTable TD
{
	white-space:nowrap;
}
TD
{
	padding-left: 5px;
	padding-right: 5px;
}
H1
{
	font-size: 170%;
}
LI
{
	padding-top: 5px;
}
.Stripe
{
	background-color: #f0f0f0;
}
.RightBorder
{
	border-right: solid 1px gray;
}
