
h1 {
	font-family: "Subaru Medium", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	padding: 0;
	margin: 0;
}

h2 {
	font-family: "Subaru Medium", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	padding: 0;
	margin: 0;
}


a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
.tableborder {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #999999;
}
.tableborderleft {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.tableborderbottom {
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	letter-spacing: 2px;
}
.alltext {
	font-family: Arial;
	font-size: 10px;
	color: #CCCCCC;
	line-height: 11px;
	font-weight: normal;
	letter-spacing: 0.5pt;
	text-align: justify;
}

.title1, .title-blue, .title-aqua, .title-white {
	font-family: Arial;
	font-size: 13px;
	color: #fff;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: 2pt;
	text-transform: uppercase;
}
.title-blue {
	color: #fff;
}
.title-aqua {
	color: #fff;
}
.title-white {
	color: #fff;
}

.title2, .title2-aqua {
	font-family: Arial;
	font-size: 9px;
	color: #fff;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: 1pt;
	text-transform: uppercase;
}
.title2-aqua, .title2-aqua a {
	color: #fff;
}

.title3, .title3-aqua {
	font-family: Arial;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: 1.5pt;
	text-transform: none;
}
.title3-aqua {
	color: #fff;
}
.title4 {
	font-family: Arial;
	font-size: 9px;
	color: #fff;
	line-height: 10px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1pt;
}
body {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #000000;
	background-image: url(images/back.jpg);
}

.shadow{
	border:2px solid #000000;
	position:relative;
	display:inline;
	background:white;
	z-index:90
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=8); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.08; /*firefox 1.5 opacity*/
-moz-opacity:0.08; /*mozilla opacity*/
-khtml-opacity:0.08; /*opacity*/
z-index:10
}
#dropmenudiv{
	position:absolute;
	z-index:100;
	background-color: #003399;
	opacity: 0.8;
// CSS2 (or is it 3?)-compliant browsers
	filter: alpha(Opacity=80); // IE
	-moz-opacity: 0.8; // Older versions of Mozilla
	-khtml-opacity: 0.8;
	color: #000000;
	font-family: arial;
	font-size: 9px;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 8px;
	padding: 3px 0 0px;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	height: 18px;
	background-color: #333333;
	opacity: 0.8;
// CSS2 (or is it 3?)-compliant browsers
	filter: alpha(Opacity=80); // IE
	-moz-opacity: 0.8; // Older versions of Mozilla
	-khtml-opacity: 0.8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-transform: uppercase;
}

#dropmenudiv a:hover{
	color: #008998;
	background-color: #999999;
	opacity: 0.8;
// CSS2 (or is it 3?)-compliant browsers
	filter: alpha(Opacity=80); // IE
	-moz-opacity: 0.8; // Older versions of Mozilla
	-khtml-opacity: 0.8;
}
.searchtext {
	font-family: Arial;
	font-size: 9px;
	color: #000000;
	text-align: justify;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: 1pt;
}
