/*@font-face {
    font-family: "Arial Narrow";
    font-style: normal;
    font-weight: normal;
    src: url("ARIALN.TTF") format("truetype");
}
@font-face {
    font-family: "Arial Narrow";
    font-style: normal;
    font-weight: bold;
    src: url("ARIALNB.TTF") format("truetype");
}
*/
/* font-family: "ArialNarrowRegular"; */
@font-face {
    font-family: "ArialNarrowRegular";
    src: url("fonts/ArialNarrowRegular/ArialNarrowRegular.eot");
    src: url("fonts/ArialNarrowRegular/ArialNarrowRegular.eot?#iefix")format("embedded-opentype"),
    url("fonts/ArialNarrowRegular/ArialNarrowRegular.woff") format("woff"),
    url("fonts/ArialNarrowRegular/ArialNarrowRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "ArialNarrowBold"; */
@font-face {
    font-family: "ArialNarrowBold";
    src: url("fonts/ArialNarrowBold/ArialNarrowBold.eot");
    src: url("fonts/ArialNarrowBold/ArialNarrowBold.eot?#iefix")format("embedded-opentype"),
    url("fonts/ArialNarrowBold/ArialNarrowBold.woff") format("woff"),
    url("fonts/ArialNarrowBold/ArialNarrowBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "ArialNarrowItalic"; */
@font-face {
    font-family: "ArialNarrowItalic";
    src: url("fonts/ArialNarrowItalic/ArialNarrowItalic.eot");
    src: url("fonts/ArialNarrowItalic/ArialNarrowItalic.eot?#iefix")format("embedded-opentype"),
    url("fonts/ArialNarrowItalic/ArialNarrowItalic.woff") format("woff"),
    url("fonts/ArialNarrowItalic/ArialNarrowItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "ArialNarrowBoldItalic"; */
@font-face {
    font-family: "ArialNarrowBoldItalic";
    src: url("fonts/ArialNarrowBoldItalic/ArialNarrowBoldItalic.eot");
    src: url("fonts/ArialNarrowBoldItalic/ArialNarrowBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("fonts/ArialNarrowBoldItalic/ArialNarrowBoldItalic.woff") format("woff"),
    url("fonts/ArialNarrowBoldItalic/ArialNarrowBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
html
{
	margin:0;
	padding:0;
	overflow-y:scroll;
}
body 
{
	margin:0;
	padding:0;
	background:#005b40;
	font-family:Arial,sans-serif;
	font-size:16px;
	color:White;
    	font-weight:normal;
	position:relative;
}
h1
{
    font-family:Arial,sans-serif;
    font-size:19px;
    margin-top:0;
    font-weight:normal;
}
h2
{
    font-family:Arial,sans-serif;
    font-size:18px;
    font-weight:bold;
    margin-top:0;
}
h3
{
    font-family:Arial,sans-serif;
    font-size:17px;
    font-weight:blod;
    margin-top:0;
}
h4
{
    font-family:Arial,sans-serif;
    font-size:17px;
    font-weight:normal;
    margin-top:0;
width:150%;
}
a
{
    color:#FAE196;
}
a:hover
{
    color:#FFFFCC;
}
a:visited
{
    color:#FF9933;
}
.separator
{
	background: url("separator.gif") repeat-x top left;
	height:3px;
}
p {margin-top:0;}
img.dborder {border:solid 1px #BFD4CE;background-color: #003333;float:left; padding:5px;}
.t12 {font-size:12px;}
.t13 {font-size:13px;}
.t14 {font-size:14px;}
.t15 {font-size:15px;}
.t16 {font-size:16px;}
.t17 {font-size:17px;}
.t18 {font-size:18px;}
.orange {color:#FF6600;}
.red {color:#FF0000;}
