body {
	color: white;
	background-color: black;
	/*background-image: url('images/x-background.jpg'); background-attachment: fixed;*/
	background-repeat: no-repeat;	
	background-position: center; 
	font-family: arial, tahoma, verdana, sans-serif;
}

td {
	font-size: 14px;
}

a:link, a:visited {
	color: gray;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	color: white;
}

img {
	border: none;
}

.footer {
	color: gray;
	font-size: 8pt;
}

.input, textarea {
	 color: gray;	
	 background-color: transparent;	  
    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;	 
	 scrollbar-base-color: #3D3D3D;
	 scrollbar-arrow-color: #FFFFFF;
	 scrollbar-3dlight-color: #000000;
	 scrollbar-darkshadow-color: #262626;
	 scrollbar-face-color: #000000;
	 scrollbar-highlight-color: #505050;
	 scrollbar-shadow-color: #262626;
}

