@charset "utf-8";

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #525252;
}

.white_lower{
	color: #FFFFFF;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}

.white_heading {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
}
/* Alert text */
.alert {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #9E2700;
	}
.alertHeading {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #3F506E;
	text-transform: uppercase;
}

.small_print{
	color: #000000;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B6AB4E;
	text-decoration: none;
}
a:visited {
	color: #B6AB4E;
	text-decoration: none;
}
a:hover {
	color: #B6AB4E;
	text-decoration: underline;
}
a:active {
	color: #B6AB4E;
	text-decoration: none;
}
p a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
}
p a:visited {
	color: #333333;
	text-decoration: underline;
}
p a:hover {
	color: #666666;
	text-decoration: none;
}
p a:active {
	color: #333333;
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	color: #A84617;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003366;
	font-weight: normal;
	font-size: 18px;
}h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A84617;
	font-weight: normal;
	font-size: 18px;
}
