@charset "UTF-8";
/* SELF CSS Document */

h1, h2, h3 {
	text-transform: normal;
	font-size: 14px;
	font-family: Helvetica;
	font-weight: normal;
	font-style: normal;
	color: #FF941D;
}
p{
margin-top:1px;
line-height:18px;
}
.red{ color:#990000}
.white {color: #FFFFFF}

.titles {
	font-family: "Chaparral Pro";
	font-size: 22px;
	font-weight: light;
	color: #FAB63D;
}

a:link.Left {
	font-family: "Chaparral Pro";
	font-size: 14px;
	color: #939598;
}
a:visited.Left {
	font-family: "Chaparral Pro";
	font-size: 14px;
	color: #939598;
}
a:active.Left {
	font-family: "Chaparral Pro";
	font-size: 14px;
	color: #939598;
}

a:hover.Left {
	font-family: "Chaparral Pro";
	font-size: 14px;
	color: #58595b;
	text-decoration: none;
}

body {	
	margin: 0;
	padding: 0;
	color: #5a5a5a; 
	font-family: Helvetica; 
	font-size: 12px; 
	background-color: #e7e8ea;
	
}

a:link {
	color: #f9a024;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #f9a024;
}
a:hover {
	text-decoration: underline;
	color: #f9a024;
}
a:active {
	text-decoration: none;
	color: #f9a024;
}
.bullets ul, .bullets li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.footerbackground {
background-image:url(../images/shadefooter.jpg);
background-repeat:no-repeat;
 
}

a:link.Footer { font-family: Helvetica, sans-serif; color: #6f6f6f; font-size: 11px; text-decoration: none; font-weight: normal;}
a:visited.Footer { font-family: Helvetica, sans-serif; color: #333333; font-size: 11px; text-decoration: none; font-weight: normal;}
a:active.Footer { font-family: Helvetica, sans-serif; color: #333333; font-size: 11px; text-decoration: none; font-weight: normal;}
a:hover.Footer { font-family: Helvetica, sans-serif; color: #444444; font-size: 11px; text-decoration: underline; font-weight: normal;}
