@charset "UTF-8";
.navigation_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	letter-spacing: 6px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.navigation_top a:link {
    color:#000000;
    text-decoration:none;
	
}
.navigation_top a:visited {
    color:#000000;
    text-decoration:none;
}


.navigation_top a:hover {
	color:#cccc00;
	text-decoration:none;
	font-weight: bolder;
	font-size: 12px;
}

	
	 .copyright {
	font-size: 9px;
	font-weight: bold;
}

.heading_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-indent: 48px;
	text-align: left;
	color: #2d4191;
	margin-top: 25px;
	}

.heading_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-indent:75px;
	text-align: left;
	color: #cccc00;
	margin-top: 15px;
	}
	
	.body_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 12pt;
	letter-spacing: 2px;
	text-transform: none;
	text-align: left;
	color: #000000;
	margin-left: 100px;
	margin-right: 75px;
	}

.body_copy a:link {
    color:#2d4191;
    text-decoration:none;
}

.body_copy a:visited {
    color:#2d4191;
    text-decoration:none;
}

.body_copy a:hover {
	color:#cccc00;
	text-decoration:underline;
	font-weight: bolder;
}

.ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 18pt;
	letter-spacing: 2px;
	text-transform: none;
	color: #000000;
	list-style-position:outside;
	list-style-image:url(IMAGES/bullet.gif);
	margin-left: 100px;
	
  
	
	
}
.form_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height: 12pt;
	letter-spacing: 2px;
	text-transform: none;
	text-align: right;
	color: #000000;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2D4191;
}

