body,td,th {
	font-family: arial;
	font-size: 10px;
	color: #000000;
	background-image: url(graphics/bg.png);
	background-repeat: x-repeat;
	overflow: auto;	}
	
body {
	background-color: #FFFFFF;
}


img { border: none;}

a:link {
	color: #314c79;
}
a:visited {
	color: #314c79;
}
a:hover {
	color: #1d3254;
}

a { outline: none;}

.h1 {
	font-size: 18px;
	font-weight: 800; 
	text-transform: lowercase; 

}

.h2 {
	font-size: 12px;
	text-transform: uppercase; 
}
.h3 {
	text-transform: uppercase; 
}
#leftbox
{
	position: absolute;
	left: 4px;
	top: 208px;
	width: 200px;
	font-size: 10px;
	padding: 10px 10px 3px 10px;
	background-color: #ffffff;
	height: 395px;
	z-index: 1;

}

#rightbox
{
	position: absolute;
	right: 4px;
	top: 208px;
	width: 200px;
	font-size: 10px;
	text-align: right;
	padding: 10px 10px 3px 10px;
	background-color: #ffffff;
	height: 395px;
	z-index: 4;

}


