@charset "UTF-8";
body{
	margin: 0px 0px 0px 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.bodytext_para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	margin-bottom: 12px;
	margin-top: 0px;
	line-height: 18px;
}

.bodytext_para_lightgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	margin-bottom: 12px;
	margin-top: 0px;
	line-height: 18px;
}

.bodytext_para_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #0079c2;
	margin-bottom: 12px;
	margin-top: 0px;
	line-height: 18px;
}

.bodytext_blue_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #0079c2;
	margin-bottom: 12px;
	margin-top: 0px;
	line-height: 18px;
	font-weight: bold;
}

.bodytext_green_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #50b948;
	margin-bottom: 12px;
	margin-top: 0px;
	line-height: 18px;
	font-weight: bold;
}

.bodytext_blackbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	margin-bottom: 12px;
	margin-top: 0px;
	line-height: 18px;
	font-weight: bold;
}

.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	margin-bottom: 12px;
	margin-top: 0px;
	line-height: 18px;
	list-style-image: url(images/bullet.gif);
}

.blue_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #0079c2;
}

.grey_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #999999;
}

.blue_header_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #0079c2;
	font-weight: bold;
}

.blackheader_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #000000;
	font-weight: bold;
}

.redheader_beforepara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #990000;
	margin-bottom: 16px;
	margin-top: 0px;
	line-height: 26px;
}

.telephone_call {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	color: #0079c2;
	font-weight: normal;
}

.telephone_number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	color: #0079c2;
	font-weight: bold;
}

.contact_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #000000;
	font-weight: bold;
}

.smallprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #333333;
}

a:link {
	color: #0079c2;
	text-decoration: none;
}
a:visited {
	color: #0079c2;
	text-decoration: none;
}
a:hover {
	color: #50b948;
	text-decoration: none;
}
a:active {
	color: #0079c2;
	text-decoration: none;
}

a.green:link {
	color: #50b948;
	text-decoration: none;
}
a.green:visited {
	color: #50b948;
	text-decoration: none;
}
a.green:hover {
	color: #0079c2;
	text-decoration: none;
}
a.green:active {
	color: #50b948;
	text-decoration: none;
}

a.grey:link {
	color: #999999;
	text-decoration: none;
}
a.grey:visited {
	color: #999999;
	text-decoration: none;
}
a.grey:hover {
	color: #50b948;
	text-decoration: none;
}
a.grey:active {
	color: #999999;
	text-decoration: none;
}

.smallprint_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	color: #FFFFFF;
	margin-top: 6px;
	margin-bottom: 6px;
}

.smallprint_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	color: #999999;
	margin-top: 6px;
	margin-bottom: 6px;
}

.smallprint_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 6px;
}

