body, td, th, p
{
	font-family: verdana, tahoma;
	font-size: 9pt;
	scrollbar-face-color: #ffffff; 
	scrollbar-shadow-color: #4e4b4a; 
	scrollbar-3dlight-color: #4e4b4a; 
	scrollbar-arrow-color: #4e4b4a; 
	scrollbar-track-color: #4e4b4a;
	scrollbar-base-color: #4e4b4a; 
}
body
{
	background-image: url('images/bg.jpg');
	background-color: #4e4b4a;
}
a
{
	text-decoration: none;
}
a:link, a:active, a:visited
{
	color: #ffffff;
	font-weight: bold;
}
a:hover
{
	color: #f5f5f5;
	text-decoration: underline;
}
a:link.left, a:active.left, a:visited.left
{
	color: #ffffff;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: underline;
}
a:hover.left
{
	color: #f5f5f5;
	text-decoration: none;
}
a:link.right, a:active.right, a:visited.right
{
	color: #222222;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: underline;
}
a:hover.right
{
	color: #4e4b4a;
	text-decoration: none;
}
.footer
{
	color: #ffffff;
	font-size: 7pt;
	padding-right: 10px;
	height: 24px;
	background-image: url('images/bg_bottom.gif');
	background-repeat: no-repeat;
}
.header
{
	font-weight: bold;
	font-size: 10pt;
	font-variant: small-caps;
}
.input
{
	font-family: verdana, tahoma;
	font-size: 7.5pt;
	color: #4e4b4a;
	background-color: #ffffff;
	border: solid 1px #000000;
}
.submit
{
	font-size: 7.5pt;
	font-weight: bold;
	color: #4e4b4a;
	background-color: #ffffff;
	border: solid 1px #000000;
	cursor: hand;
}
