li { margin-top:10px; margin-bottom:10px; list-style-image: url('../images/bulletarrow2.png'); }

h1 {
font-family: 'PT Sans', sans-serif;
font-size: 20px;
font-weight: 700;
color: #f4462d;
margin:0px;
line-height:18px;
text-decoration:none;
padding-bottom:20px;
}

#top_menu
{
color: #dddddd;
}

.greylinksmall {

font-family: 'PT Sans', sans-serif;
font-size: 14px;
font-weight: 400;
color:#5f5f5f;
text-decoration:none;
}

.greylink {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color:#000000;
text-decoration: none;
}



.greytextsmall {
font-family: 'PT Sans', sans-serif;
font-size: 14px;
font-weight: 400;
color:#5f5f5f;
text-decoration:none;
}

#main_menu a {
font-family: 'PT Sans', sans-serif;
font-size: 17px;
font-weight: 700;
color:#333333;
text-decoration:none;
}

#main_menu a:hover {
color: #ff0000;
}

.mid_title {
font-family: 'PT Sans', sans-serif;
font-size: 17px;
font-weight: 700;
color:#333333;
text-decoration:none;
}

.mid_title_2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color:#333333;
line-height: 16px;
text-decoration:none;
}

#sub_menu a {
font-family: 'PT Sans', sans-serif;
font-size: 12px;
font-weight: 400;
color:#9f9f9f;
text-decoration:none;
}

#sub_menu a:hover {
color: #000000;
}

.bodytextsmall {
font-family: 'PT Sans', sans-serif;
font-size: 11px;
font-weight: 400;
color:#000000;
text-decoration:none;
}

.bodytext {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#5f5f5f;
text-decoration:none;
line-height:16px;
}

.textscroll {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#5f5f5f;
text-decoration:none;
line-height:16px;
}

.textscroll2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color:#5f5f5f;
line-height:16px;
text-decoration:none;
}



.whitetext {
font-family: 'PT Sans', sans-serif;
font-size: 14px;
font-weight: 400;
color:#ffffff;
text-decoration:none;
line-height:18px;
}


h4  {
font-family: 'PT Sans', sans-serif;
font-size: 14px;
font-weight: 700;
color: #f4462d;
margin:0px;
padding:0px;
line-height:18px;
text-decoration:none;
}

.orange_header_h4  {
font-family: 'PT Sans', sans-serif;
font-size: 14px;
font-weight: 700;
color: #f4462d;
margin:0px;
padding:0px;
line-height:18px;
text-decoration:none;
}

.orange_header_h3 {
font-family: 'PT Sans', sans-serif;
font-size: 14px;
font-weight: 700;
color: #333333;
margin:0px;
padding:0px;
line-height:16px;
text-decoration:none;
}

.orange_header_scroll {
font-family: Arial, Helvetica, sans-serif;
font-size: 18;
font-weight: bold;
color: #ab1218;
margin:0px;
padding:0px;
line-height:18px;
text-decoration:none;
}

h3 {
font-family: 'PT Sans', sans-serif;
font-size: 14px;
font-weight: 400;
color: #f4462d;
margin:0px;
padding:0px;
line-height:18px;
text-decoration:none;
}

.orange_link_small {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000000;
line-height:16px;
text-decoration:none;
}

.orange_link {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #f4462d;
line-height:16px;
text-decoration: none;
}

.darkgreylink
{
font-family: 'PT Sans', sans-serif;
font-size: 14px;
font-weight: 400;
color: #000000;
line-height:18px;
text-decoration:none;
}

.darkgreylink:hover { text-decoration:underline; }


.curve_it {

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}


.right_buttons {
	-moz-box-shadow: 4px 4px 12px 3px #dee2e5;
	-webkit-box-shadow: 4px 4px 12px 3px #dee2e5;
	box-shadow: 4px 4px 12px 3px #dee2e5;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e0eaf4), color-stop(1, #7d94b4) );
	background:-moz-linear-gradient( center top, #e0eaf4 5%, #7d94b4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0eaf4', endColorstr='#7d94b4');
	background-color:#e0eaf4;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#000000;
	font-family:Arial;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	height:65px;
	line-height:65px;
	width:131px;
	text-decoration:none;
	text-align:center;
}
.right_buttons:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7d94b4), color-stop(1, #e0eaf4) );
	background:-moz-linear-gradient( center top, #7d94b4 5%, #e0eaf4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d94b4', endColorstr='#e0eaf4');
	background-color:#7d94b4;
}.right_buttons:active {
	position:relative;
	top:1px;
}


.right_buttons_red {
	-moz-box-shadow: 4px 4px 12px 3px #dee2e5;
	-webkit-box-shadow: 4px 4px 12px 3px #dee2e5;
	box-shadow: 4px 4px 12px 3px #dee2e5;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e0eaf4), color-stop(1, #fb7b84) );
	background:-moz-linear-gradient( center top, #e0eaf4 5%, #fb7b84 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0eaf4', endColorstr='#fb7b84');
	background-color:#e0eaf4;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#000000;
	font-family:Arial;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	height:65px;
	line-height:65px;
	width:131px;
	text-decoration:none;
	text-align:center;
}
.right_buttons_red:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7d94b4), color-stop(1, #e0eaf4) );
	background:-moz-linear-gradient( center top, #7d94b4 5%, #e0eaf4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d94b4', endColorstr='#e0eaf4');
	background-color:#7d94b4;
}.right_buttons_red:active {
	position:relative;
	top:1px;
}