@charset "utf-8";


/* 
- - - - - - - - - -
GENERAL
- - - - - - - - - -
*/

html{
scrollbar-face-color: #E6E6E6; 
scrollbar-shadow-color: #E7E7E7; 
scrollbar-highlight-color: #F9F9F9; 
scrollbar-3dlight-color: #DFDFDF; 
scrollbar-darkshadow-color: #CBCBCB; 
scrollbar-track-color: #F5F5F5; 
scrollbar-arrow-color: #FFFFFF;
}

* { margin: 0; padding: 0; }
html{height:100%;}
body{ background-color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; height:100%; font-size:10px;}
.container{
	margin:0 auto;
	text-align:left;
	width:900px;
	padding:0 0 0 0;
	position:relative;
	height:100%;
}
a{color:#75714e; text-decoration:none;}
a:hover{ color:#383625;}

img, div { behavior: url(/includes/iepngfix.htc) }
/* Put the right Absolute link */

p{padding:0 0 15px 0;}

.bold{font-weight:bold;}
.ital{font-style:italic;}

.logo{ text-align:center;}
.bt{ text-align:center; padding:0 0 0 13px;}
.txtbox{padding:40px 209px 0 233px; text-align:justify;}
.legal{padding:45px 209px 0 233px; color:#666666; font-size:9px; line-height:10px;}

