@charset "utf-8";
/* CSS Document */

/*Type Styles*/

/*Default Type Styles*/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #1c1c1c;
	margin-left: 8px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	}
	
.body_emphasis {
	
	color: #1c1c1c;
	font-weight: bold;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	line-height: 25px;
	color: #639c16;
	margin-left: 8px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	color: #1b6eb2;
	margin-left: 8px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #4c820f;
	margin-left: 8px;
	margin-right: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
	}
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #1b6eb2;
	margin-left: 8px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold
	}
	
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #4e4e4e;
	margin-left: 8px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold
	}
	
a.h4_links:link {
	
	color: #0a629e;
	text-decoration: none;
	font-weight: bold;
	}
	
a.h4_links:visited {
	
	color: #0a629e;
	text-decoration: none;
	font-weight: bold;
	}
a.h4_links:hover {
	
	color: #0a629e;
	text-decoration: underline;
	font-weight: bold;
	}
a.h4_links:active {
	
	color: #0a629e;
	text-decoration: none;
	font-weight: bold;
	}
	

a.h3_links:link {
	
	color: #0a629e;
	text-decoration: none;
	font-weight: bold;
	}
	
a.h3_links:visited {
	
	color: #0a629e;
	text-decoration: none;
	font-weight: bold;
	}
a.h3_links:hover {
	
	color: #0a629e;
	text-decoration: underline;
	font-weight: bold;
	}
a.h3_links:active {
	
	color: #0a629e;
	text-decoration: none;
	font-weight: bold;
	}
	
	
a.body_links:link {
	
	color: #0a629e;
	text-decoration: none;
	font-weight: bold;
	}
	
a.body_links:visited {
	
	color: #0a629e;
	text-decoration: none;
	font-weight: bold;
	}
a.body_links:hover {
	
	color: #0a629e;
	text-decoration: underline;
	font-weight: bold;
	}
a.body_links:active {
	
	color: #0a629e;
	text-decoration: none;
	font-weight: bold;
	}

ul {
	
	list-style-position: outside;
	list-style-type: square; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #1c1c1c;
	font-weight: normal;
	}
	
ol {
	
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #1c1c1c;
	font-weight: normal;
	}
	
 li {
 	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 8px;
	}


ul.bullets_level2 {
	list-style-position: outside;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #1c1c1c;
	font-weight: normal
	} 
	
li.bullets_level2 {
	margin-left: -14px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 0px;
	} 
	
ul.bullets_big {
	list-style-position: outside;
	list-style-image:url(images/person_star.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #1b6eb2;
	font-weight: bold;
	} 
	
li.bullets_big {
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 12px;
	} 
	
a.bullet_links:link {
	
	color: #0a629e;
	text-decoration: none;
	font-weight: bold;
	}
	
a.bullet_links:visited {
	
	color: #0a629e;
	text-decoration: none;
	font-weight: bold;
	}
a.bullet_links:hover {
	
	color: #0a629e;
	text-decoration: underline;
	font-weight: bold;
	}
a.bullet_links:active {
	
	color: #0a629e;
	text-decoration: none;
	font-weight: bold;
	}
		
a.top_links:link {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	}
	
a.top_links:visited {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	}
a.top_links:hover {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5b2fdf;
	text-decoration: underline;
	font-weight: bold;
	}
a.top_links:active {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	}
	
.footer_type {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #111111;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	}
	

a.footer_links:link {
	
	color: #0a629e;
	text-decoration: none;
	font-weight: bold;
	}
	
a.footer_links:visited {
	
	color: #0a629e;
	text-decoration: none;
	font-weight: bold;
	}
a.footer_links:hover {
	
	color: #0a629e;
	text-decoration: underline;
	font-weight: bold;
	}
a.footer_links:active {
	
	color: #0a629e;
	text-decoration: none;
	font-weight: bold;
	}
		
	
