html,body {
	margin: 0;
	padding: 0;
}

body{
	background-color: #414141;
	SCROLLBAR-FACE-COLOR: #003399; 
	SCROLLBAR-HIGHLIGHT-COLOR: #E5B53B; 
	SCROLLBAR-SHADOW-COLOR: #E5B53B; 
	SCROLLBAR-3DLIGHT-COLOR: #00000; 
	SCROLLBAR-ARROW-COLOR: #00000; 
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #3BADDF;
}

table.resizer_table {
	width: 100%;
	height: 100%;
}

td.resizer_td {
	vertical-align: middle;
	text-align: center;
}

table {
	border: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-align:justify;
}
.font {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	color: #414141;
}
.heading {
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
}
a.nav_button:link{
	color: #FFFFFF;
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
}
a.nav_button:visited {
	color: #FFFFFF;
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
}

a.nav_button:hover {
	color: #CCCCCC;
	font-size:12px;
	font-weight:bold;
}

a.nav_button:active {
	color: #414141;
	font-size:12px;
	font-weight:bold;
}
a.page_on:link {
	color:#10CEE6;
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
}
a.page_on:visited {
	color: #10CEE6;
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
}

a.page_on:hover {
	color: #10CEE6;
	font-size:12px;
	font-weight:bold;
}

a.page_on:active {
	color: #10CEE6;
	font-size:12px;
	font-weight:bold;
}
