table {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000;
}

h1 {
	font-weight: bold;
	font-size: 14px;
}
h6 {
	font-weight: bold;
	font-size: 11px;
}

a {color: #003399; text-decoration: none}
a:visited {color: #003399; text-decoration: none}
a:hover {color: #0066CC; text-decoration: underline}

a:link.buttons {color: #D4DDE9; text-decoration: none}
a:visited.buttons {color: #D4DDE9; text-decoration: none}
a:hover.buttons {color: orange; text-decoration: none}

.header {
	font-weight: bold;
	font-size: 12px;
}
.mainBody {
	padding-top: 10px;
	padding-right: 75px;
	padding-bottom: 40px;
	padding-left: 15px;
	background-attachment: scroll;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: right top;

}
.copyright {
	font-size: 9px;
	color: #92AECD;
}
.side {
	font-size: 9px;
	padding-left: 10px;
	padding-top: 5px;
}
.content {
	padding: 20px 20px 20px 15px;
}
