/* CSS Document */

body
{
	font-family: arial;
}

p
{
	font-family: arial;
	font-size: 12px;
	color: #000000;
}
p.schedule
{
	font-family: arial;
	font-size: 10px;
	color: #000000;
}

#main_menu_link
{
	font-family: times;
	color: #000000;
	text-align: center;
	font-weight: italic;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}

#main_menu_link:hover
{
	font-family: times;
	color: #000000;
	text-align: center;
	font-weight: italic;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: underline;
}

a
{
	font-family: arial;
	font-size: 12px;
	color: #0000FF;
}
a:visited
{
	font-family: arial;
	font-size: 12px;
	color: #0000FF;
}

#heading
{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

table.style
{
	background-color:#002255;
	width:100%;
	border-width:0pt;
}

td
{
	background-color:#FFFFFF;
	font-family: Arial;
	font-size: 12px;
}

td.style
{
	background-color:#FFFFFF;
	font-family: Arial;
	font-size: 11px;
}

td.header
{
	background-color:#003399;
	font-family: arial;
	font-size: 14px;
	color: #FFFFFF;
	text-align:center;
	font-weight: bold;
}

td.blank
{
	background-color:#CCCCCC;
}

