@charset "utf-8";
/* CSS Document */

html,body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
}

#header,
div.img,
div.subNavigation{
	display:none;
}

#mainNavigation{
	border-bottom:3px solid #000;
	font-size:14px;
	font-weight:bold;
}
#mainNavigation a{
	color:#000;
	font-size:14pt;
	text-decoration:none;
}

#columns a{
	color:#00f;
}

table th{
	border-bottom:2px solid #000;
}
table td{
	border-bottom:1px solid #000;
}

#footer{
	border-top:3px double #000;
	padding:10px;
	font-size:12pt;
}