 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	font-size: 12px;
	scrollbar-face-color: #CCCC99;
	scrollbar-highlight-color: #DDD6C4;
	scrollbar-shadow-color: #999966;
	scrollbar-3dlight-color: #abab76;
	scrollbar-arrow-color:  #999966;
	scrollbar-track-color: #D3DBC4;
	scrollbar-darkshadow-color: #7a7a4e;
	margin: 10px;
	background-color: #D4D9AC;
}

/* General font families for common tags */
p, td	{
	font-family: Arial, Verdana, serif;
	font-size: 12px;
	color: #000000;
}

A:link {
	color:#003300;
	text-decoration: underline;
	font-weight: bold;
}

A:active {
	color:#802800;
	font-weight: bold;
	text-decoration: underline;
}

A:visited {
	color:#336600;
	font-weight: bold;
	text-decoration: underline;
}

A:hover {
	color:#000000;
	background-color:#D4D9AC;
	font-weight: bold;
}

.bg-main {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: top;
	padding: 16px;
}

.footer {
	font-size: 9px;
	margin: 8px;
}

.menu {
	font-size: 14px;
	margin-top: 12px;
	margin-left: 10px;
	text-align: left;
	vertical-align: top;
}

.tbl1 {
	border: 2px solid #666666;
	background-color: #EBEAD3;
}
