/** 
 * Styles Stylesheet
 * ---------------------------------
 * This style sheets imports all other major style sheets for the site templates.  Styles should be labeled according to use or top
 * level html element name. The styles should be incremented. 
 * Example:
 *    .list1 - A list with round bullets and green font
 *    .list2 - A list with squar bullets and orange font
 *
 * Headers
 * -------
 * Headers should be indexed by the level they are on the site. For multple variates append
 * the font name, size, color, weight, etc. Example:
 *   .header1_verdana_14_blue
 *   .header1_verdana_16_blue_bold
 *   .header1_times_12_blue
 *   .header2_verdana_12_blue
 * In this example .header1_verdana_14_blue should never be used unless it is at the top of a page &
 * .header2_verdana_12_blue should never be used at the top of the page. It should alwaysfollow a
 * .header1_<attr> style. Consequantly .header3_verdana_12 needs to follow a .header2_<attr>
 * 
 */
 
 @import url('/css/styles_nav.css');
 @import url('/css/styles_content.css');
 @import url('/css/styles_html.css');
 
 .list1 {
 
 }
 
 .list2 {
 
 }
 
 .paragraph1 {
 
 }
 
 .disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #999999;
	padding-right: 6px;
	padding-left: 6px;
 
 } 
 .header1_geneva_18_green_bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #7C8501;
 }
 .header1_geneva_14_black_bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
 }
 .header1_geneva_14_red_bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B45340;
 }
a.footer:link {
	font-size: 10px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	color: #999999;
	width: 200px;
	display: block;
}
a.footer:visited {
	font-size: 10px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	color: #999999;
	width: 200px;
	display: block;
}
a.footer:hover {
	font-size: 10px;
	padding: 20px 0px 0px 0px;
	text-decoration: underline;
	color: #000000;
	width: 200px;
	display: block;
}
a.footer:active {
	font-size: 10px;
	padding: 20px 0px 0px 0px;
	text-decoration: underline;
	color: #000000;
	width: 200px;
	display: block;
}
.home_bullet_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: 6A1D5D;
	text-decoration: none;
}
.home_bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: 6A1D5D;
	text-decoration: none;
}
a.home_bullet_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: 6A1D5D;
	text-decoration: none;
}
a.home_bullet_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: 6A1D5D;
	text-decoration: underline;
}
