a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	list-style-position: inside;
	list-style-type: square;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	color: #CC0066;
	text-decoration: none;
	letter-spacing: 0px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: 5b6264;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
b {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
}
.boldstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 13px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #636363;
	line-height: 21px;
}
i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #ff9600;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 100;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 

 The below styles are courtesy of David D Ochoa 	::	 DavidDamian.com 

 Colors of interest:   logo orange: #FB9C1E	logo light grey: #AFB1B2
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

img {border:none;}
#nav {
	margin:0 auto;
	text-align:center;
	float:right;
	}
	.navimg {
		margin:0 5px;
		height:33px;
		width:70px;
		float:left;
		background:#FFF;
		}
		.navwide {width:85px;}
		.navnarrow {width:40px;}
		
		.navimg a {display:block;}
		.navimg a:hover {background:#AFB1B2;}
		
		.here {background:#FB9C1E;}
/* END #nav */
