
td, tr, table
	{
	font-size: 12px; 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	line-height: 170%;
	}

body
	{
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	}

table.main
	{
	border-top: 7px solid #000099;
	}

a
	{
	color: #000099; 
	text-decoration: underline;
	}
 
a:hover
	{
	color: #0000ff; 
	text-decoration: underline;
	}

td.topNav 
	{
	font-size: 11px; 
	color: #ff0000; 
	font-weight: 600;
	padding: 5px 20px;
	background-color: #990000;
	text-align: right;
	}

td.topNav a
	{
	color: #ffffff; 
	text-decoration: none;
	}

td.topNav a:hover
	{
	color: #ffcc00; 
	text-decoration: underline;
	}

td.topNavL
	{
	background-color: #ffff99;
	border-bottom: 1px solid #ffcc00;
	padding: 5px 20px;
	font-size: 11px; 
	color: #990000;
	font-weight: 600;
	}

td.topNavL a
	{
	color: #000099; 
	text-decoration: none;
	}

td.topNavL a:hover
	{
	color: #0000cc; 
	text-decoration: underline;
	}

td.logo
	{
	background-color: #ffcc00;
	white-space: nowrap;
	}



#content
	{
	padding: 15px 0 15px 15px;
	width: 785px;
	}

td.footer
	{
	background-color: #ffff99;
	border-top: 1px solid #ffcc00;
	border-bottom: 1px solid #ffcc00;
	padding: 5px 20px;
	font-size: 10px; 
	text-align: left;
	}

td.side
	{
	width: 170px;
	background-image: url(images/paper.gif);
	background-repeat: repeat-y;
	background-position: 0;
	}
	
div.mainNav 
	{ 
	font-size: 13px; 
	line-height: 100%;
	padding: 15px 0px;	
	}

div.mainNav a  
	{ 
	color: #ffcc00;
	text-decoration: none;
	display: block;
	padding: 5px 0px 5px 25px;
	font-weight: 600;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;	
	}

div.mainNav a:hover 
	{ 
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 5px 0px 5px 25px;
	font-weight: 600;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	}

.small
	{
	font-size: 10px; 
	}

H1
	{
	font-size: 17px; 
	color: #000000; 
	font-weight: 900;
	}

H2
	{
	font-size: 15px; 
	color: #000099; 
	font-weight: 600;
	}

H3, H4, H5, H6
	{
	font-size: 13px; 
	color: #cc0000; 
	font-weight: 600;
	}

input, textarea, select
	{
	font-size: 11px; 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	}

.button
	{
	font-size: 11px; 
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	background-color: #000099;
	border-top: 1px solid #0000cc;
	border-left: 1px solid #0000cc;
	border-bottom: 1px solid #000066;
	border-right: 1px solid #000066;
	}

ul, li
	{
	list-style-image: url("images/arrow1.gif") 
	}


hr	
	{ 
	height: 0px; 
	border-width: 0px; 
	border-top: 1px solid #0000cc;
	clear: all;
	}



