/* Base CSS Set up base styles base colors fonts etc */

/* COLOR REFERENCE
   Body Background:       #fff
   Main Text:             #191919
   Links:                 #497FBF
   Link hover:          #294B74

*/

/* =GRID OVERRIDE */
/*  Grid is inactive when entire section is commented */
/*
body {
  background: #fff url("/media/images/16_col.png") center top repeat-y !important;
}

#gutter, #navigation, #wrapper, #banner, #content, #container, #bg_footer {
  background: none !important;
}
*/
/* =BASE */
 


small {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
}

a, a:visited  {
	text-decoration: none;
	color: #497FBF
}

a:hover, a:active  {
	text-decoration: none;
	color: #26486f;
	}

h2 {

	}
	
h3 {
	font-weight: bold;
	}
	
	

strong {
	font-weight: bold;
}



