body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #FF3B3C;
	background-image: url(images/pg_bkgd.jpg);
	color: #000000;
}
a:link, a:visited, a:active {
	color: #800000;
}
a:hover {
	color: #FFFFFF;
	background-color: #FF0000;
}
.Small_White_Text {
	color: #FFFFFF;
	font-size: x-small;
}

.Text_Very_Small {
	font-size: x-small;
}
.Text_Small {
	font-size: small;
}
.Table_Cell_Border {
	border: medium double #0000FF;
}
.Text_Large {
	font-size: x-large;
}
.Data_Table {
	font-size: small;
	border: thin outset #000000;
	width: 90%;
}
.Item_Header_Table {
	font-family: Arial, Helvetica, sans-serif;
	width: 95%;
}
.Item_Content_Table {
	font-family: Arial, Helvetica, sans-serif;
	width: 95%;
	border: thin solid #000000;
	padding: 10px;
	background-color: #FFFFFF;
}
.Page_Content_Table {
	padding: 10px;
	width: 95%;
	border: medium double #000000;
	background-color: #00ffff;
	background-repeat: no-repeat;
	background-position: left top;
}
.Menu_Content_Table {
	background-color: #FFFFFF;
	border: medium double #000080;
}
.Text_Section_Header {
	color: #dd0000;
}
.TableRowBorder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
}
.Text_PageHeaderName {
	font-size: xx-large;
	font-style: normal;
	color: #DD0000;
	font-weight: bolder;
}

