/*------------  Cains extra CSS text  -------------*/


h1,h2,h3,h4,h5,h6 {
	/*color: #86B300;  rc Green*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
  
/* Cains hack .h4 a:link {color: #83AE00;}
.h4 a:visited {color: #83AE00;}
.h4 a:hover {color: #990099;}
.h4 a:active {color: #99CC00;} */


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 {
	color: #B3D50F;
	font-size: 3em;
	font-style:oblique;
	line-height: 1em;
	margin-bottom: 0.1em;
} /*Cain Note - margin-bottom is the space below the headings */
h2 {
	color: white;
	font-size: 2em;
	margin-bottom: 0.25em;
}
h3 {
	color: #BFE10E;
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 0.25em;
}
h4 {
	color: #B3D50F;
	font-size: 1.2em;
	line-height: 1em;
	margin-bottom: 0.25em;
}
h5 {
	color: #B3D50F;
	font-size: 1em;
	line-height: 1em;
	margin-bottom: 0.25em;
}
h6 {
	color: #B3D50F;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.25em;
}


/* ------ below was cut and paste from NG  and altered ---------- */
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	list-style-image: url(/obs_graphics/bullet_01.gif);
}


.content a:link {
	color: #F1FBC4;
	text-decoration: underline;
	padding: 2px;
}

.content a:visited {
	color: #99CC00;
	text-decoration: underline;
	padding: 2px;
}

.content a:hover {
	color: #B3D50F;
	text-decoration: underline;
	background-color: none;
	padding: 2px;
}

.content a:active {
	color: #0099CC;
	text-decoration: underline;
	padding: 2px;
}

.small_dark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #006f93;
}


/*-------------------------*/

.small_light {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}

.small_light a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
}

.small_light a:visited {
	color: #C7C7C7;
	text-decoration: none;
	padding: 2px;
}

.small_light a:hover {
	color: #99CC00;
	text-decoration: none;
	/*background-color: #e3eaec;*/
	padding: 2px;
}

.small_light a:active {
	color: #CCFF00;
	text-decoration: underline;
	padding: 2px;
}

/*-------------------------*/

.footer_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.6em;
	color: #CCCCCC;
}

.footer_nav a:link {
	color: #FFFFFF;
	text-decoration: underline;
	padding: 2px;
}

.footer_nav a:visited {
	color: #999999;
	text-decoration: underline;
	padding: 2px;
}

.footer_nav a:hover {
	color: #99CC00;
	text-decoration: none;
	/*background-color: #e3eaec;*/
	padding: 2px;
}

.footer_nav a:active {
	color: #CCFF00;
	text-decoration: underline;
	padding: 2px;
}


