
/*

general styles

*/

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
}

a:link, a:visited {
	color: #990000;
	text-decoration: none;
	}

a:hover {
	color: #990000;
	text-decoration: underline;
	}

/*

tblColumn styles (for news and links)

*/

table.tblColumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	}
	
table.tblColumn a:link, table.tblColumn a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	}
	
table.tblColumn a:hover {
	text-decoration: underline;
	}
	
/*

tblText styles (for main text and pictures)

*/

table.tblText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:left;
	}

table.tblText h1 {
	font-size: 12pt;
	color: #990000;
	}
	
table.tblText h2 {
	font-size: 10pt;
	color: #990000;
	}
