<!--
body, table, tr, td {
	color: black;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana;
	text-decoration: none;
	scrollbar-3dlight-color: #D1DCE1;
	scrollbar-arrow-color:#ffffff;
	scrollbar-darkshadow-color: #D1DCE1;
	scrollbar-face-color:#D1DCE1;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color: #D1DCE1;
	scrollbar-track-color: #BDC3C1;
	table-layout: fixed
	}

a:link {
	color : black;
	}

a:active {
	color: black;
	}

a:visited {
	color: #666666;
	}

a:hover {
	color: #015D8C;
	}
	
.padright {
	padding-right: 20px;
	}

.floatright {
	float: right;
	margin: 0 0 5px 5px;
	border: 1px solid #000000;
	padding: 2px;
	}
	
.floatleft {
	float: left;
	margin: 5px 5px 0 0;
	border: 1px solid #000000;
	padding: 2px;
	}

.forminput {
	font-family: Verdana;
	color: black;
	font-style: normal;
	font-weight: normal;
	font-size: 12px; 
	line-height: 12px;
	background-color: #ffffff;
	border: 1px solid #666666;
	}

.submit {
	font-family: Verdana;
	color: black;
	font-style: normal;
	font-weight: normal;
	font-size: 12px; 
	line-height: 12px;
	background-color: #ffffff;
	border: 1px solid #666666;
	}
	
.mini {
	color: black;
	font-style: italic;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana;
	text-decoration: none;
	}
	
.scroller {
	width: 500px;
	height: 370px;
	overflow: auto;
	padding-right: 10px;
	}