body {
	 background-color: #1f1f1f;
	 background-image: url('/_images/background.jpg');
	 background-position: top;
	 background-repeat: repeat-x;
	 color: white;
	 FONT-FAMILY: tahoma, arial, sans-serif;
	 FONT-SIZE: 9pt;
	 margin: 5px;
}

td, th {
	 FONT-SIZE: 9pt;
	 FONT-FAMILY: tahoma, arial, sans-serif;
}

.input, textarea {
	 color: gray;	
	 background-color: #222222;	  
    border-style: solid;     
	 border-right-width: 1px;
	 border-bottom-width: 1px;   
	 border-top-width: 2px;
    border-left-width: 2px;    
	 border-top-color: #1e1e1e;
    border-left-color: #1e1e1e;
    border-right-color: #707070;
    border-bottom-color: #707070;
    font-size: 9pt;
	 font-family: tahoma, arial, sans-serif;	 

}


a:link {
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
	 BACKGROUND: none transparent;
    COLOR: #C5C5C5;    
}

a:visited {
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;	 
	 BACKGROUND: none transparent;
    COLOR: #C5C5C5;    
}

a:hover {
    FONT-WEIGHT: bold;
	 TEXT-DECORATION: underline;
    BACKGROUND: none transparent;
    COLOR: #ffffff;
}

hr {
    BACKGROUND: none transparent;
    COLOR: white;
}

h2 {
	font-size: 16pt;
	font-weight: bold;
	margin-top: 0px;
	
}

img {
	border: none;
}

.footer, .footer p, .footer a:link , .footer a:visited {
	color: #3b3b3b;
	font-size: 9px;
	font-weight: normal;
}

li {
	margin-bottom: 10px;
	list-style: disc;
}

.content {
	background-color: #222222; 
	background-image: url('/_images/index_04.jpg'); 
	background-repeat: no-repeat; 
	background-position: top;
}



