@charset "utf-8";

/* nav */

p {
margin: 0;
padding:0;
} 

a:link { color: #f85131; text-decoration: none }
a:active { color: #f85131; text-decoration: none }
a:visited { color: #f85131; text-decoration: none }
a:hover { color: #bbd431; text-decoration: none }

.navtext {
	font-family: Georgia;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}

	a.nav_link:link { color: #ffffff; text-decoration: none }
	a.nav_link:active { color: #ffffff; text-decoration: none }
	a.nav_link:visited { color: #ffffff; text-decoration: none }
	a.nav_link:hover { color: #bbd431; text-decoration: none }

/* end nav */


.titles {
	font-family: Georgia;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
}

/* pic numbers */
.picnum {
	font-family: Arial;
	font-size: 11px;
	color: #5595a4;
	font-weight: normal;
}

	a.pic_num:link { color: #5595a4; text-decoration: none }
	a.pic_num:active { color: #5595a4; text-decoration: none }
	a.pic_num:visited { color: #5595a4; text-decoration: none }
	a.pic_num:hover { color: #bbd431; text-decoration: none }
	
/* end pic numbers */

.maintitle {
	font-family: Georgia;
	font-size: 16px;
	font-weight: normal;
}

.copy {
	font-family: Georgia;
	font-size: 11px;
	font-weight: normal;
}

.orange {color: #f85131}
.blue {color: #429eb5}
.black {color: #000000}


.footer {
	font-family: Georgia;
	font-size: 8px;
	font-weight: normal;
	color:#333333;
}
.clearfloat { 
	clear:both;
    height:0px;
    font-size: 0px;
    line-height: 0px;
}
