BODY {
		background-color: #cccccc;

	}
	
TABLE {
		background-color: #ffffff;
		font-family: Tahoma, Sans-Serif;
		font-size:  13px;
		color: #000044;
		font-smooth: always;
		
	}

P {
		text-align: justify;
}

OL {
		font-size: 8pt;
	}

a:link {
		color: #3333ff;
		}

a:visited {
		color: #3333ff;
		}
		
a:hover { 
		color: #33cccc;
		}
		
#dropmenudiv{
		position:absolute;
		border:1px solid #0000cc;
		font:normal 11px Arial, Helvetica;
		line-height:16px;
		z-index:100;
		margin-left: 6px;
		}

.menuLinks A:hover {
		color: #000066;
		text-decoration: none;
		font-weight: bold;
		margin-left: 6px;
		}
		
.menuLinks A:link {
		color: #000066;
		text-decoration: none;
		background-color: #ccccff;
		margin-left: 6px;
		}
		
.menuLinks A:visited {
		color: #000066;
		text-decoration: none;
		margin-left: 6px;
		background-color: #ccccff;
		}

.mainMenu {
		color: #000044;
		text-decoration: none;
		background-color: #FFFFFF;
		font-size: 12pt;
		font-family: Georgia;
		margin-left: 6px;
		}
		


TABLE.sectionTitle {
		background-image: url('gfx/hl_bg.jpg'); 
		background-repeat: no-repeat;
		font-family: Arial, Helvetica, sans-serif;
		color: #FFCC00;
		font-weight: bold;
		text-shadow: black 0px 0px 5px;
		}

.storyTitle {
		font-family: Arial, helvetica, sans-serif;
		color: #000066;
		font-weight: bold;
		font-size: 12pt;
		}
		
.storyShort {
		font-family: Arial, helvetica, sans-serif;
		color: #000044;
		font-size: 10pt;
		}
		
.storyDate {
		font-family: Arial, helvetica, sans-serif;
		color: #000044;
		font-size: 8pt;
		}		
		
.readMore {
		font-family: Arial, helvetica, sans-serif;
		font-color: #000088;
		text-decoration: none;
		font-size: 8pt;
		}
		
.pdfLink {
		font-family: Arial, helvetica, sans-serif;
		color: #000066;
		text-decoration: none;
		font-size: 8pt;
		background: #cccccc;
		}
		
.caption {
		font-family: Times, "Times New Roman", serif;
		color: #333333;
		text-decoration: none;
		font-size: 8pt;
		line-height: 12pt;
		margin-left: 10px;
		font-style: italic;
		}
		
.requiredStar {
		font-family: Courier, Courier New;
		color: #FF0000;
		text-decoration: none;
		font-size: 14pt;
		font-weight: bold;
		}
		
.warning {
		font-family: Courier, Courier New;
		color: #FF0000;
		text-decoration: none;
		font-size: 10pt;
		}
		
.prText {
		text-align: justify;
		color: #333366;
		text-decoration: none;
		font-size: 10pt;
		}