body
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	text-align: left;
	margin-top: 0px;
}
p
{
	text-align: left;
	font-size: 12px;
	color: #000000;
}
ul
{
	list-style-image: url(../Images/bullet.gif);
}
a.plain
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
a.plain:hover
{
	color: #990033;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
a.plain:active
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
a.plain:visisted
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
a.plain:link
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.Copyright
{
	font-size: 11px;
	font-weight: bold;
}
.Button1
{
	font-size: 11px;
	font-weight: bold;
	border: 2px solid;
	border-color: Black;
	color: White;
	background-color: Olive;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}
.Button1:hover
{
	background-color: Black;
	color: Yellow;
}
.Button2
{
	font-size: 10px;
	font-weight: bold;
	border: 2px solid;
	border-color: Black;
	color: White;
	background-color: Maroon;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor:pointer;
}
.Button2:hover
{
	background-color: Black;
	color: White;
}
.PageTitle
{
	text-align: left;
	font-size: 18px;
	color: #990033;
	font-weight: bold;
	text-decoration: underline;
}
.SectionTitle
{
	font-size: 14px;
	color: #990033;
	font-weight: bold;
}
.RssHeader
{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}