body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #FF6600;
}
a:link, a:visited, a:active {
	color: #000080;
}
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;
}
.Page_Content_Table {
	width: 90%;
	border: thick double #169e9a;
	background-color: #FFFFFF;
}
.Menu_Content_Table {
	width: 90%;
	background-image: url(images/E_T_Name_Full_CAPS_dk_blue.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	height: 135px;
	background-color: #FFFFFF;
	border: medium double #169e9a;
}
.Sub_Content_Table {
	border: medium double #000000;
	width: 95%;
}
.Pix_Border {
	border: medium double #169e9a;
	margin: 4px;
}
.Text_w_Background {
	color: #000000;
	background-color: #FFFF00;
}
h1 {
	padding: 1px;
	font-size: xx-large;
	line-height: 90%;
	font-weight: 900;
	vertical-align: middle;
}
.CheckList {
	list-style-position: outside;
	list-style-image: url(images/CheckMark.gif);
	list-style-type: square;
}
