/*blue #0123ff*/
/*red #ed1b24*/

body {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	letter-spacing: .5px;
	line-height: 20px;

}

.blue {
	color: #0123ff;
}

.red{
	color: #ed1b24;

}

.white_bold{
	color: #ffffff;
	font-weight: bold;

}

h1 {
	color: #0123ff;
	font-size: 150%;
}
	
h2 {
	color: #ed1b24;
	font-size: 115%;
}
	
h3 {
 	color: #0123ff;
   font-size:100%;
   }
	
	
.h1_red {
	color: #ed1b24;
	font-size: 130%;
	font-weight: bold;
}

a:link, a:visited {
	color: #0123ff;
	font-size: 12px;
	text-decoration: none;
}    

a:hover {
	color: #ed1b24;
	text-decoration: none;
	border-bottom: 0px;
}

	

a.linkleft:link, a.linkleft:visited {
	color: #ed1b24;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: .5px;
	line-height: 16px;
	border-bottom: 0px solid;
}

a.linkleft:hover {
	color: #0123ff;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: .5px;
	line-height: 16px;
	border-bottom: 0px;
}


a.linkheader:link, a.linkheader:visited {
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .5px;
	line-height: 16px;
	border-bottom: 0px solid;
}

a.linkheader:hover {
	color: #0123ff;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .5px;
	line-height: 16px;
	border-bottom: 0px;
}


.copyright1{
color: #ffffff;
font-size: 9px;
}

a.copyrightlink:link, a.copyrightlink:visited {
	color: #ffffff;
	font-size: 9px;
	border-bottom: 1px solid;
}

a.copyrightlink:hover {
	color: #ffffff;
	font-size: 9px;
	border-bottom: 0px;
}
