body {
	font-family: Helvetica;
	color: black;
	background-image: url("images/bground.gif");
	background-repeat: repeat-x;
}
.main {

}
.main_links {
	background-image: url("images/Main-Link-Squares.png");
	background-repeat: no-repeat;
	color: white;
	font-size: 13pt;
}
.text_label {
	font-weight: bold;
	font-size: 14pt;
}
.main_area {
	padding-top: 10;
	padding-left: 40;
	padding-right: 40;
}
.main_text {
	font-size: 12pt;

}
.left_link {
	font-size: 11pt;
}
.left_link_selected {
	font-weight: bold;
	font-style: italic;
}
.footer {
	font-size: 8pt;
	font-style: italic;
}
a {
	text-decoration: none;
	color: black;
}

