@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Tahoma, sans-serif;
	font-size: 90%;
	color: #999999;
}
body {
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
.nav {
	background-repeat: no-repeat;
	background-position: left center;
	height: 35px;
	background-image: url(/images/1a.jpg);
	padding-left: 22px;
}
.nav a{
	font-family: Tahoma, sans-serif;
	text-decoration:none;
	font-weight: normal;
	margin: 0px;
	color: #999999;
	padding-top: 5px;
	padding-right: 16px;
	padding-bottom: 5px;
	padding-left: 16px;
}

.nav a:hover{
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

/*^'^ Secondary Items Container ^'^*/	
#nav div, #nav ul{
	padding:10px 4px 10px 4px;
	margin:0px 0px 0px 0px;
	background-repeat: repeat;
	background-color: #333333;
	background-image: url(/templates/OS03C00244/images/bg_nav_2.jpg);
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

/*^'^ Secondary Items ^'^*/	
#nav div a, #nav ul a{	
padding:3px 10px 3px 6px;
background-color: #FFFFFF;
background: url(images/item-secondary-bg.jpg);
background-repeat: no-repeat;
background-position: 0px 22px;
font-size:12px;
border-width:0px;
border-style:none;
margin: 0px 0px 0px 0px;
width: 136px;
}

/*^'^ Secondary Items Hover State ^'^*/	
#nav div a:hover, #nav ul a:hover{
	background-repeat: repeat;
	color:#FFFFFF;
	background-image: url(/templates/OS03C00244/images/bg_nav_3.png);
}

/*^'^ Secondary Item Titles ^'^*/	
#nav .item-secondary-title{	
cursor:default;
padding:4px 0px 3px 7px;
color: #FFFFFF;
font-family: Arial, Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:12px;
/* background: url(images/item-secondary-title-bg.jpg); */
background-repeat: no-repeat;
font-weight:bold;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 4px;
}
h1 {
	font-size: 200%;
	color: #FFFFFF;
}
h2 {
	font-size: 180%;
	color: #FFFFFF;
}
h3 {
	font-size: 150%;
	color: #FFFFFF;
	font-style: italic;
	letter-spacing: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4 {
	font-size: 110%;
	color: #FFFFFF;
}