body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	background-color: #CC0000;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

TD#leftside { background: url(images/left.jpg) repeat-y top center;}
TD#rightside { background: url(images/right.jpg) repeat-y top center;}

.bodybold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
.body {
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000099;
	text-decoration: none;
}

a:link {
color:#000099;
text-decoration:none
}

a:hover {
color:#000099;
text-decoration:underline
}

