﻿*
{
	font-family:  Verdana, Arial, Sans-Serif;
}
body
{
	background-color: Silver;
	font-size: 90%;
	color: #005E00;
}
p
{
	font-size: 100%;
}
dd
{
	font-size: 100%;
}

td
{
	font-size: 100%;
}
ul
{
	font-size: 100%;
}
li
{
	font-size: 100%;
}
blockquote
{
	color: Black;
	background-color: #E1E1E1;
	font-size: 12;
}
h1
{
	font-size: 220%;
	color: Blue;
}
h2
{
	font-size: 180%;
	color: Blue;
}
h3
{
	font-size: 150%;
	color: Blue;
}
h4
{
	font-size: 120%;
	color: Blue;
}
h5
{
	font-size: 110%;
	color: Blue;
}
em
{
	color: Purple;
	font-style: italic;
}
a:visited
{
	text-decoration: none;
	color: Blue;
}

a:link
{
	text-decoration: none;
	color: #3366CC;
}
a:hover
{
	color: Red;
}

.Small
{
	font-size: 80%;
}
.SmallBold
{
	font-size: 80%;
	font-weight: bold;
}
.Normal
{
	font-size: 100%;
	font-style: normal;
}
.NormalBold
{
	font-size: 100%;
	font-weight: bold;
}
.NormalWhite
{
	font-size: 100%;
	color: White;
}
.NormalBoldWhite
{
	font-size: 100%;
	font-weight: bold;
	color: White;
}
.Large
{
	font-size: 180%;
	color: Green;
}
.LargeBold
{
	font-size: 180%;
	font-weight: bold;
}
.MenuWhite
{
	font-size: 10px;
	color: White;
}
.MenuGray
{
	font-size: 10px;
	color: Gray;
}
.Fixed
{
	font-family: 'Courier New';
	font-size: 16px;
}
.CodeSample
{
	font-family: 'Lucida Console';
	color: #808080;
	font-size: 9pt;
}

.FixedBold
{
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: bold;
}
.bullit
{
	color: #006600;
	font-style: normal;
	font-weight: bold;
	font-family: Tahoma;
}
.uline
{
	font-style: inherit;
	text-decoration: underline;
	color: #FF0000;
}
.BlueLinkSmall
{
	color: Blue;
	font-size: xx-small;
}
.adjustedZIndex
{
	z-index: 1;
}
.GrayBox
{
	border-color: #CCCCCC;
	border-style: solid;
	border-width: thin thick thick thin;
	padding: 5px 30px 5px 20px;
	background-color: #E1E1E1;
	margin-top: 15px;
	margin-bottom: 15px;
}
#Content
{
	background-color: White;
}
