/* CSS Document */

body {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px; }

body a:link {
	color: #0033cc;
	text-decoration: underline; }
body a:visited {
	color: #0033cc;
	text-decoration: underline; }
body a:hover {
	color: #0033cc;
	text-decoration: none; }
body a:active {
	color: #0033cc;
	text-decoration: underline; }

h1 {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold; }
	
h2 {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold; }
		
h3 {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold; }
	
	
	
.footer {
	color: #666666;
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 8pt; }
	
.footer a:link {
	color: #0033cc; 
	text-decoration: underline; }
.footer a:visited {
	color: #0033cc; 
	text-decoration: underline; }
.footer a:hover {
	color: #0033cc;
	text-decoration: none; }
.footer a:active {
	color: #0033cc; 
	text-decoration: underline; }
	

	
.tableborder {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	border-color: #999999;
    border-width: 1px;
    border-style: solid;
	}
	 
	 
.head {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
	background-color: #0c823b;
	padding: 5px;
	}

.odd {
  	background-color: #e6f2eb;
}

.even {
  	background-color: #ffffff;
}

.tableyellow {
  background-color: #ffffcc;
  padding: 20px;
}




/* Original CSS


a:link {
	text-decoration: underline;
	color: #CC0000;
	}
	
a:active {
	text-decoration: underline;
	color: #CC0000;
	}

a:visited {
	text-decoration: underline;
	color: #CC0000;
	}
	
a:hover {
	text-decoration: none;
	}
	
td, body {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 10pt;
}
	
.copyright {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 8pt;
}
	
h3 {
	color: #0033CC;
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}
	
.submenu {
	color: #0033CC;
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 8pt;
}

.submenu a:link {
	text-decoration: underline;
	color: #0033CC;
	}
	
.submenu a:active {
	text-decoration: underline;
	color: #0033CC;
	}

.submenu a:visited {
	text-decoration: underline;
	color: #0033CC;
	}
	
.submenu a:hover {
	text-decoration: none;
	}
	
*/