body {
	background-image: url(../images/background.jpg);
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 12pt;
}
a:link {
	color: #5CA6E2;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #5CA6E2;
}
a:hover {
	text-decoration: none;
	color: #5CA6E2;
}
a:active {
	text-decoration: underline;
	color: #5CA6E2;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #4F8BC9;
}

.style1 {color: #FFFFFF}
.style2 {
	font-size: 12px;
	font-weight: bold;
	color: #4F8BC9;
}
.style3 {
	font-size: 10px;
	color: #666666;
}
.style4 {color: #4F8BC9; font-size: 12px;}
.style5 {font-size: 9px}
.style6 {
	color: #4F8BC9;
	font-weight: bold;
	font-size: 12px;
}
.style8 {font-weight: bold; font-size: 12px;}
#news {
	float: left;
	overflow: scroll;
	height: 75px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#news li {
	margin-left: -25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#blogarea {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 500px;
	width: 560px;
	overflow: auto;
}
#blogwrapper {
	padding: 0px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
