/* CSS Document */

      body, table, tr, td, {
	text-align: justify;
	font-family: verdana;
	font-size: 7pt;
	font-weight: normal;
	line-height: 11px;
	letter-spacing: 0;
	color: #CCCCCC;
	}
	
	     body {
           background-color: #1B1C17;
		   background-image:url(bg.png);}


i, em {color: #339933;}
b, strong {font-weight: bold; color: #339933;}
u {color: #339933; border-bottom: 0px dotted #FFFFFF;}
s {color: #339933;}

a:link, a:visited, a:active {
	font-weight: normal;
	color: #339900;
	text-transform: none;
	text-decoration: none;
	cursor: default;}
	
a:hover {
	color: #009900;
	cursor: help;}

div#menu {
font-family: Georgia, Arial, Verdana, Tahoma;
font-size: 5pt;
text-align : center;
color: #FFFFFF;
padding:2pt;
font-weight:bold;
text-transform:uppercase;
background-color: #FF6600;
letter-spacing:2px;
border-bottom: 1px #FFFFFF dotted; 
      }
	  
div#menu1 {
font-family: Georgia, Arial, Verdana, Tahoma;
font-size: 5pt;
text-align : center;
color: #FFFFFF;
padding:2pt;
font-weight:bold;
text-transform:uppercase;
background-color: #FF9933;
letter-spacing:2px;
border-bottom: 1px #00CC33 dotted; 
      }

div#content {
	position:absolute;
	width:415px;
	height:auto;
	z-index:2;
	left: 5px;
	top: 260px;
    background-color: #CCCCCC;
	color: #333333;
	font-family: verdana;
	font-size: 7pt;
	font-weight: normal;
	line-height: 11px;
}

div#footer {
	text-align: center;
	font-family: verdana;
	font-size: 7pt;
	font-weight: normal;
	line-height: 11px;
	}
	
hr {
display:block;
size: 1;
width:70%;
color: #006600;
background-color: #003300;
height: 1px;
border: 0;
}


div#leftnav {
	width:125px;
	height:115px;
	z-index:1;
	left: 424px;
	top: 260px;
	position:absolute;
}

div#nav a {
display: block;
text-align : center;
text-decoration : none;
font-weight:normal;
font-family: Arial Black;
font-size : 7px;
letter-spacing : 2px;
text-transform : uppercase;
color: #00CC33;
background-color: #CCCCCC; 
outline: none;
margin-top: 1px;
cursor:default}

div#nav a:hover {
text-decoration : none;
color: #009933;
background-color:#00CC33;
border-bottom : none;
cursor:help;}

