/* CSS Document */
/* Yellow #FFFF00 */ 
/* Red    #FF0000 */
body {
	background-color:#333333;
	color: #FFFF00;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
hr {
	color: #FFFF00;
}
tr {
	vertical-align:top;
	text-align:center;
}

#master {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
}
#header {
	width:800px;
	height:255px;
	text-align:center;
}
#gheader {
	width:800px;
	height:125px;
	text-align:center;
}
#menu {
	width:800px;
	height:18px;
	font-size:12px;
	text-align:center;
	border-top:#FFFF00 solid 1px;
	border-bottom:#FFFF00 solid 1px;
	padding:3px 3px;
}
#byLine {
	font-size:14pt;
	line-height:50px;
}
#container {
	width:800px;
}
#footer {
	width:800px;
	height:80px;
	text-align: center;
	font-size:10px;
	border-top:#FFFF00 solid 1px;
}
.txtBlue {
	color: #0099FF;
	font-size:12px;
	text-align:center;
	padding:3px 3px;
}
.note {
	font-size:12px;
	text-align:center;
	padding:3px 3px;
}
.foot a {
	text-decoration: none;
	color: #0099FF;
}
.foot a:link {
	color: #0099FF;
}
.foot a:visited {
	color: #0099FF;
}
.foot a:hover {
	color:#FF0000;
	text-decoration: underline;
}
.foot a:active {
	color:#FFFF00;
	text-decoration: underline;
}

