body {
	background-color: #6ec8ea;
	background-repeat: repeat-x;
	font-family: Tahoma, sans-sarif;
	font-size: 13px;
	margin: 0px;
} 
a:link {  font-family: Tahoma; font-weight: normal; color: #0062ff;
	font-size: 14px; text-decoration: none}
a:visited {  font-family: Tahoma; font-weight: normal; color: #0062ff;
	font-size: 14px; text-decoration: none}
a:hover {  font-family: Tahoma; font-weight: normal; color: #000000;
	font-size: 14px; text-decoration: none; background: #E3FFD6;} 
input, select {
	border: 1px solid black;
	margin: 2px;
}
textarea {
	border: 1px solid black; 
	 width:auto; 
	/*overflow:visible;	*/
	background-color: #FAFAFA; 
}  
input { 
	border: 1px solid black;
	color: black;
	background-color: #FAFAFA; 
} 
ul {
	list-style-type: square;
}
hr {
	background-color: black;
	color: black;
	border: 0;
	height: 1px;
}
img { 
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 0px
 }
table {
	background-color: #FFFFFF;
	border-collapse: collapse;
	border: 0;
}
td.header {
	height: 200px;
} 
table.foot {
	background-color: #6ec8ea; 
	border: 0;
	font-face: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px; 
	  font-color: #333333;
} 
div.block {
	padding-top: 3px;
	width: 95%;
	margin-left:auto;
	margin-right: auto;
}
div.blockheader {
	padding: 4px;
	background-image: url(blockheader.png);
}
div.blockcontents {
	border: 1px solid #e7e7e7;
	background-color: white;
	padding: 5px;
}
td.center div.blockheader {
	background-image: url(blockheader_wide.png);
}
td.center div.block {
	width: 466px;
}
.notice {
	COLOR: #f00
}
.noticesm {
	COLOR: #f00
	font-size: 9px;
}
.copyr	{
	font-size: 11px;
}
.util	{
	font-size: 9px;
	background-color: #6ec8ea; 
}
.copyr a:link {  font-family: Tahoma; font-weight: normal; color: #0062ff;
	font-size: 11px; text-decoration: none}
.copyr a:visited {  font-family: Tahoma; font-weight: normal; color: #0062ff;
	font-size: 11px; text-decoration: none}
.copyr a:hover {  font-family: Tahoma; font-weight: normal; color: #000000;
	font-size: 11px; text-decoration: none; background: #E3FFD6;}
.util a:link {  font-family: Tahoma; font-weight: normal; color: #0062ff;
	font-size: 9px; text-decoration: none}
.util a:visited {  font-family: Tahoma; font-weight: normal; color: #0062ff;
	font-size: 9px; text-decoration: none}
.util a:hover {  font-family: Tahoma; font-weight: normal; color: #FF0000;
	font-size: 9px; text-decoration: none; background: transparent;}
/* These classes are used by the script as rollover effect for table 1 and 2 */
	
	.tableRollOverEffect1{
		background-color:#E3FFD6;
		color:#000;
	}

	.tableRollOverEffect2{
		background-color:#000;
		color:#FFF;
	}
	
	.tableRowClickEffect1{
		background-color:#E3FFD6;
		color:#000;
	}
	.tableRowClickEffect2{
		background-color:#00F;
		color:#FFF;
	}