/* CSS Document */
.Page
{
	border: solid 1px #8e1320;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.Background
{
	background-color: #999999;
}

.HeaderBar
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8e1320;
}

.FooterBar
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	background-color: #8e1320;
}

.FooterTextLink
{
	color: #FFFFFF;
	text-decoration: underline;
}

.ItemHeading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #8e1320;
}

.ItemSubHeading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
}

.ItemText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	font-weight: normal;
}

.ItemTextBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	font-weight: bold;
}

.ItemTextLink
{
	color: #333333;
	text-decoration: underline;
}

.ErrorText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #FF0000;
}

.SideBarHeading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8e1320;
}

.SideBarText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
}

.SideBarTextBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	font-weight: bold;
}

.SideBarTextLink
{
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}

.ImageRightBorder
{
	border: 1px solid #8e1320;
	padding: 3px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.ImageLeftBorder
{
	border: 1px solid #8e1320;
	padding: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.ImageSideBarBorder
{
  border: 1px solid #000000;
}

.FormField
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.FormButton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	height: 2.0em;
	width: 6.0em;
	background-color: #cccccc;
	border: 1px solid #000000;
}

.FormButton2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #cccccc;
	border: 1px solid #000000;
}

hr
{
  border: none;
	color: #8e1320;
	background-color: #8e1320;
	height: 1px;
	width: 100%;
}

a
{
  color: #333333;
}

a:hover
{
	color: #0000FF;
}

.FooterBar a:hover
{
  color: #FFFF00;
}