body {
	margin: 30px auto;
	background-color: #646464;
	font-family: Arial, Helvetica, sans-serif;
}

td {
font-size: 12px;
color: #555555;
text-align: justify;
}

a {
color: #475C78;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #475C78;
font-weight: bold;
text-decoration: underline;
}

.title {
	font-size: 14px;
	font-weight: bold;
	color: #304F78;
}

.mainbody {
background-image: url(images/mainbodybg.png);
background-repeat: repeat-y;
background-color: #646464;
}