body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	background-color: #080554;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
a:link, a:visited{
	color: #000060;
}
a:hover {
	color: #ffffff;
	background-color: #000060;
}
a:active{
	color: #ffff00;
}
.Text_Smallest {
	font-size: xx-small;
}
.Text_Smaller {
	font-size: x-small;
}
.Text_Small {
	font-size: small;
}
.Text_Large {
	font-size: large;
}
.Text_Larger {
	font-size: x-large;
}
.Text_Largest {
	font-size: xx-large;
}
.Frame_Std {
	border: thick double #000000;
	margin: 6px;
}
.Frame_Gray {
	border: thin solid #CCCCCC;
}
.Text_Gray {
	color: #CCCCCC;
}
.Text_White {
	color: #FFFFFF;
}
#PageHeader {
	background-repeat: no-repeat;
	background-position: left top;
}
#Content {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(images/ev_bg2.jpg);
	background-repeat: no-repeat;
	top: 20px;
	background-color: #FFFFFF;
	width: 835px;
}
#Red_Table {
	border: thick solid #FF0000;
	background-color: #009c31;
}
#White_Table {
	border: thin solid #FFFFFF;
}
#Green_Table {
	border: medium solid #009c31;
}
#Form_Table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	background-color: #f0f8ff;
}
#Eagle_BG {
	background-image: url(images/eagle_2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

