/* Here's the global styles of the page */
body {
	background-color: #ffffff; 
	font-family: sans-serif;
	}
table {
	width: 98%; 
	border: solid 0px #ff0000;
	}
td {
	border: dotted 0px #cc66ff; 
	vertical-align: top;
	}
a {
	color: #000099; 
	text-decoration: none;
	}
a:link {
	color: #000099; 
	text-decoration: none;
	}
a:visited {
	color: #000099; 
	text-decoration: none;
}
a:hover {
	color: #990000; 
	text-decoration: underline;
}
h5 {
	margin-bottom: 6px; 
	margin-top: 6px;
}
/* This is the title and it's background */
.backtext {
	background-color: #f0f0f0; 
	padding: 2px; 
	font: bold 200% eurostile; 
	font-variant: small-caps; 
	color: #dd0000; 
	border: solid 1px #eeeeee;}
	
.boxtext {
	background-color: #dd0000; 
	padding: 2px; 
	font-size: 120%; 
	color: #ffffff;
	}
/* Use this class for inserting an image. Use a logical division to place the graphic*/
.add {
	text-align: center; 
	margin-bottom: 8px;
	}
/* Here are the main page links.*/
.goback {
	background-color: #f0f0f0; 
	font: bold 90% tahoma; 
	color: #666666; 
	text-align: right; 
	padding: 2px; 
	padding-right: 6px; 
	margin-bottom: 8px; 
	border: solid 1px #eeeeee; 
	border-top: solid 1px #000000;
	}
.goback a {
	font: bold 90% tahoma; 
	color: #666666; 
	text-decoration: none;
	}
.goback a:link {
	color: #666666; 
	text-decoration: none;
	}
.goback a:visited {
	color: #666666; 
	text-decoration: none;
	}
.goback a:hover {
	color: #990000; 
	text-decoration: underline;
	}
/*Here is the content section. Leadin is the header, and content is the content.*/

.bodyDiv {
	background-color: #f9f9f9; 
	font: normal 82% tahoma; 
	color: #000022; border: solid 1px #eeeeee; 
	padding: 8px; 
	padding-top: 2px; 
	margin: opx; 
	margin-top: 0px;
	}

	.leadin {
	background-color: #f0f0f0; 
	padding-left: 8px; 
	font: bold 100% tahoma; 
	font-variant: small-caps; 
	color: #000000; 
	border: solid 1px #eeeeee; 
	border-bottom: solid 0px #000000; 
	margin: 3px; 
	margin-top: 10px; 
	margin-bottom: 0px;
	}
	
.content {
	background-color: #f9f9f9; 
	font: normal 82% tahoma; 
	color: #000022; 
	border: solid 1px #eeeeee; 
	padding: 8px; 
	padding-top: 2px; 
	margin: 3px; 
	margin-top: 0px;
	}
/* Posted and closed are for news blips.*/
.posted {
	font: normal 78% tahoma; 
	color: #666666;
	}
.closed {
	text-align: justify;
	}
/* Here is the end of the page styles.*/
.footer {
	background-color: #f9f9f9; 
	padding: 2px; 
	font: normal 75% tahoma; 
	color: #666666; 
	border: solid 1px #eeeeee; 
	margin-top: 6px;
	}

.fineprint{
	font:normal 80% tahoma;
	}	
	
.style1 {
	color: #C1FF64;
	}