	/* GENERAL STYLES */

 body {
 margin: 0px;;
 padding: 0px;
 background-color: #000000;
 }
	
	ul li {
	font-family:Arial, Helvetica, sans-serif;
	color: #252525;
	font-size:13px;
	line-height: 18px;
	list-style-type: circle;
	}
	
	HR {
	size: 1px;
	color: #333;
	}

 .bg-body {
	background-image: url(images/body.jpg);
	background-repeat: no-repeat;
	background-position: left top;
 }
 .bg-body2 {
	background-image: url(images/body2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
 }
	
	.frame {
	margin-left: 5px;
	margin-bottom: 5px;
	}


	/* LINK STYLES */
	
	a:link {color: #2a7fc9; text-decoration: none;}
 a:visited {color: #2a7fc9; text-decoration: none;}
 a:active {color: #2a7fc9; text-decoration: none;}
 a:hover {color: #fff; text-decoration: none;}
	
	/* HEADING STYLES */
	
 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #135f94;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	}
	
 h2 {
 font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: -1px;
 color: #333;
	padding-top: 32px;
	}
	
	h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
 text-transform: uppercase;
	letter-spacing: -1px;
 color: #333;
	padding: 0px;
	margin: 0px;
	}
	
	h4 {
 font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: -1px;
 color: #333;
	padding: 0px;
	margin: 0px;
	padding-top: 2px;
	}
	
	h5 {
 font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: -1px;
 color: #333;
	padding: 0px;
	margin: 0px;
	}
	
	h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
 text-transform: uppercase; 
 color: #fff;
	padding: 0px;
	margin: 0px;
	}

	/* TEXT STYLES */
	
	.bodytext-12 {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #252525;
	line-height: 18px;
 }
	
	.services {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525;
	line-height: 16px;
 }

 .parastart {
	font-family: Gill Sans, Verdana;
	font-size: .8em;
 font-weight: bold;
	text-transform:uppercase;
	letter-spacing:1px; 
 }

 .formtext {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	border: 0px;
 }	

 .contact {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
 }	

 .footer {
 font-family:Arial, Helvetica, sans-serif;
	color: #b8b7b7;
	font-size:10px;
	font-weight: bold;
 }

 .footer a {
 color: #0595fa;
 }

	/* FORM STYLES */

 .formborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
 }

 .formnopadd {
	margin: 0px;
	padding: 0px;
 }

 .formnoborder {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }
/* CSS BUTTON STYLES */

 .button a {
 color: #2a7fc9;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 14px;
 font-variant: small-caps;
 letter-spacing: -1px;
 text-decoration: none;
 text-align: center;
 padding: 16px 0 0 0;
 display: block;
 width: 186px;
 height: 47px;
 background-image: url(images/btn-blank.jpg);
 background-repeat: no-repeat;
 }

 .button a:hover, .button a:active, {
 color: #fff;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 14px;
 font-variant: small-caps;
 letter-spacing: -1px;
 text-decoration: none;
 text-align: center;
 padding: 16px 0 0 0;
 display: block;
 width: 186px;
 height: 47px;
 background-image: url(images/btn-blank.jpg);
 background-repeat: no-repeat;
 }


