.Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: oblique;

}
.Header {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CC0000;
	font-weight: bold;
	font-style: oblique;
}
.MenuLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: oblique;
	text-decoration: none;

}
a:hover.MenuLinks {
	color: #CC0000;
}
.MenuLinkActive {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	font-style: oblique;
	text-decoration: none;
}
.ContentLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;

}
a:hover.ContentLink {
	color: #CC0000;
}
.Cell {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;


}
.CellHeader {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;


}
.ContentBold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: oblique;
}
.formTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	background-color: #000000;
	border: 1px solid #CC0000;

}
