@charset "utf-8";
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
}
body {
	background-image: url(bg.gif);
	margin-left: 0px;
	margin-top: 0px;
}
#col1
{
	float: left;
	width: 20%;
	margin-left: 2%;
	display: inline;
	top: 0px;
}

#col1 p {
	color: #FFFF00;
	text-align: center;
	font-size: 12px;
}


#col2
{
	float: left;
	width: 54%;
	margin-left: 1%;
	background-color: #FFFFFF;
}
#Table p {
	color: #0000FF;
	text-align: left;
}
#col2 #Table {
	color: #0000FF;
	text-align: left;
	font-size: 14px;
}
.redtext {
	color: #FF0000;
}


#col2 p {
	color: #0000FF;
	text-align: center;
	font-size: 14px;
}

#col2 H1 {
	font-size: 24px;
}



#col2 #Logo {
	width: 100%;
}
.Title {
	color: #0000FF;
	font-size: 24px;
	font-weight: bold;
}
.date {
	color: #0000FF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}


#col3
{
float: left;
width: 20%;
margin-left: 1%;
} 
#col3 p {
	color: #FFFF00;
	text-align: center;
	font-size: 12px;
}
a:link {
	color: #FFFF00;
}
a:visited {
	color: #00FFFF;
}
#col2 #Table td a:link {
	color: #FF0000;
}
#col2 #Table a:visited {
	color: #FF0000;
}
