@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;	
	background-image: url(/images/overall_background.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.mainText {
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 24px;
}

.mainText b {
	color: #333333;
}

a:link {
	color: #e24b11;
	text-decoration: underline;
}
a:visited {
	color: #e95c2b;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.footerText {
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

.headerText {
	color: #308bd4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
}