body {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 20px;
	word-spacing: 1;
	line-height: 20px;
}

.blue {
	color: #007bbf;
}

.gold{
	color: #fdc361;
}

.blue_bold {
	color: #007bbf;
	font-weight: bold;
}

.gold_bold{
	color: #fdc361;
	font-weight: bold;
}

.gold_bold_lg{
	color: #fdc361;
	font-weight: bold;
	font-size: 14px;
}



h1 {
	color: #007bbf;
	font-size: 24px;
}
	
h2 {
	color: #fdc361;
	font-size: 16px;
}
	
h3 {
 	color: #007bbf;
   font-size:12px;
   }

.quotes{
 	color: #007bbf;
	font-weight: bold;
	letter-spacing: 0px;
   font-size:22px;
	word-spacing: 0;
	line-height: 22px;
   }
	
.quotes_copy{
 	color: #fdc361;
	font-weight: bold;
	word-spacing: 0;
	letter-spacing: 0px;
   font-size:18px;
	line-height: 22px;
   }
	
.quotes_source{
	color: #007bbf;
	font-family: Verdana;
	letter-spacing: 0px;
	text-transform: uppercase;
	word-spacing: .0;
	font-weight: 900;
	font-size: 12px;
	line-height: 14px;
}
	

a:link, a:visited {
	color: #007bbf;
	text-decoration: none;
	border-bottom: 1px dotted;
}    

a:hover {
	color: #7db9e3;;
	text-decoration: none;
	border-bottom: 0px;
}

a.navmain:link, a.navmain:visited {
	color: #ffffff;
	font-size: 13px;
	letter-spacing: 0px;
	font-weight: bolder;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 24px;
	border-bottom: 0px solid;
}

a.navmain:hover {
	color: #fdc361;
	font-size: 13px;
	font-weight: bolder;
	letter-spacing: 0px;
	word-spacing: 0px;
	line-height: 24px;
	border-bottom: 0px solid;
}

a.linkfooter:link, a.linkfooter:visited {
	color: #007bbf;
	font-size: 10px;
	text-transform: uppercase;
	border-bottom: 0px solid;
}

a.linkfooter:hover {
	color: #007bbf;
	font-size: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid;
}


.copyright1{
color: #7db9e3;
font-size: 9px;
}

a.copyrightlink:link, a.copyrightlink:visited {
	color: #7db9e3;
	font-size: 9px;
	border-bottom: 1px solid;
}

a.copyrightlink:hover {
	color: #7db9e3;
	font-size: 9px;
	border-bottom: 0px solid;
}



