body {background: #fff; margin-top: 0;}

.NormalText, body, td {color: #000; font-size: 13px; font-family: Arial, sans-serif;}

font {font-family: Arial, sans-serif;}

/*--- Edit.com Custom Styles ---*/
.PageTitle	{font-size: 18px; font-weight: bold;}
.LargeText	{font-size: 18px;}
.LargerText	{font-size: 24px;}
.SmallText	{font-size: 10px;}
.RedText	{color: #ad0000;}
.GreenText	{color: #006363;}

/*--- TABLE STYLES ---*/
table.teal {background: #00FFFF;}

td.GreenHeader	{background: #0ba4a9; color: #fff; height: 30px;}
td.GreenRow	{background: #e1eeee;}
td.WhiteRow	{background: #fff;}
td.AquaHeader {background: #00FFFF; border-bottom: solid 2px #000;}

/*--- Layout ---*/
div#header {
	width: 752px;
	clear: both;
	border-top: 10px solid #FE0000;
}

div#header img {float: right;}

div#header div#headerInfo {
	width: 440px;
	float: right;
	text-align: right;
	padding: 10px 10px 0 0;
	font-weight: bold;
	font-size: 11px;
}

* html div#header div#headerInfo {width: 446px;}
div#header .Title {font-size: 13px; font-weight: bold;}
div#headerText {width: 752px; margin-top: 10px; font-size: 12px; text-align: left;}

table.Block {width: 752px; background-color: #000; clear: both;}
	table.Block td {color: #fff; font-size: 24px; font-weight: bold; padding: 5px;}

table#Menu {
	width: 752px;
	border-top: 3px solid #FE0000;
	border-bottom: 3px solid #FE0000;
	border-collapse: collapse;
	margin-top: 10px;
}

table#Menu td {
	width: 188px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #B8B8B8;
}

/* link styles */
a:link, a:visited {color: #000;}
a:hover {color: #FF0000;}

table#Menu td:hover, table#Menu td.hoverStyle {background-color: #F6F6F6;}
table#Menu a {color: #0050A5; font-weight: bold;}
