@charset "UTF-8";
/* CSS Document */

/* Typography
*******************************/
body {
	font-family: helvetica;
	font-size: 85%;
	background:url(images/bckgr.gif)
		}
h1 {
	font:normal 17px/1 helvetica;
	font-weight: bold;
}
h2 {
	font:normal 12px helvetica;
	font-weight: bold;
	color:#093F70;
	}
	
h3 {
    font:normal 12px/1.3 helvetica;
	color:#fff;
	text-decoration: none;
	}
h4 {
	font:normal 0.6em/1 helvetica;
	color:#fff;
	letter-spacing: 0.2em;
}
h5 {
	font:normal 13px/1 helvetica;
	text-decoration:bold;
	color:#093F70;
	text-align: left;
	line-height: 18px;
	}
h6 {
    font:normal 0.9em/1 helvetica ;
	font-weight: bold;
	font-style: italic;
	color:#000
	text-align: center;
}
h7 {
	font:normal 0.8em/1 helvetica;
	font-weight: bold;
	overflow:inherit
	overflow-x:hidden;	
}
h8 {
    font:normal 1.5em/1 helvetica;
	text-decoration:bold;
	color:#000
}
h9 {
	color: #cc2229;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: left;
}
h10 {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: left;
}

/* Text elements
*******************************/
a:link  {
    color:#fff;
	text-decoration: none;
	}
a:visited {
    color:#fff;
	text-decoration: none;
	}
a:active,
a:hover {
    color:fff;
text-decoration:bold;
}

