/* 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: #993333;}
b, strong {font-weight: bold; color: #993333;}
u {color: #993333; border-bottom: 0px dotted #FFFFFF;}
s {color: #993333;}

a:link, a:visited, a:active {
	font-weight: normal;
	color: #990000;
	text-transform: none;
	text-decoration: none;
	cursor: default;}
	
a:hover {
	color: #FF0000;
	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: #CC0000;
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: #FF0000;
letter-spacing:2px;
border-bottom: 1px #cc0000 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: #990000;
background-color: #990000;
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: #cc0000;
background-color: #CCCCCC; 
outline: none;
margin-top: 1px;
cursor:default}

div#nav a:hover {
text-decoration : none;
color: #CCCCCC;
background-color:#cc0000;
border-bottom : none;
cursor:help;}

