/* CSS Document */

body,td,th {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #FFFFFF;

}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
a {
	color: #FFFFFF;
	text-decoration: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF9900;	
}


h1 {
	font-size: 36px;
	color: #FF9900;
	font-weight: lighter;
}

.menu {
	display: block;
	float: left;
	font-family: Trebuchet MS !important;
	text-decoration: none;
	padding: 5px;
	padding-right: 15px;	

}

.menu a{
	color: #FFFFFF;
	text-decoration: none;

}

.menu a:hover{
	color: #FF9900;
	text-decoration: none;

}

a:visited{
	color: #FFFFFF;
	text-decoration: none;

}
.fixedBG01 {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	/* overflow: auto; 
	height: 542px; */
	background-image: url(/images/bg-fade_01.jpg);
	background-position:top; 
	background-repeat:no-repeat; 
	background-attachment: fixed;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #333333;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
}

.fixedBG02 {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	overflow: auto; 
	height: 542px; 
	background-image: url(/images/bg-fade_02.jpg);
	background-position:top; 
	background-repeat:no-repeat; 
	background-attachment: fixed;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #333333;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
}

* html fixedBG01 {
	height: 542px;
	margin-bottom: 20px; 
}

* html fixedBG02 {
	height: 542px; 
	margin-bottom: 20px;
}

.formText {
	font-family: Trebuchet MS;
	color: #FFFFFF;
	background-color: #000000;
	border-width: 1px;
	border-color: #CCCCCC;
	padding: 2px;



}

