@charset "utf-8";
/* CSS Document */

html {
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #555454;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #EBEBEB;
	min-height: 101%;
}
	
body {
	font: Verdana;
	background: #000000;
	height: 100%;
	margin: 0 0 1px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image:url(../images/Carbon_fade2.jpg);
	background-repeat:no-repeat;

}
.oneColElsCtr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px ;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana; 
	font-size: x-small; 
}
.oneColElsCtr #container a:link {
	color:#FFFFFF;
	text-decoration:none;
	font-family: Verdana; 
	font-size: x-small; 
	font-weight: bold;
} 
.oneColElsCtr #container a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-family: Verdana; 
	font-size: x-small; 
	font-weight: bold;	
}
.oneColElsCtr #container a:hover {
	color:#0000FF;
	text-decoration:none;
	font-family: Verdana; 
	font-size: x-small; 
	font-weight: bold;	
}


.oneColElsCtr #mainContent {
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#000000;
	font-size: x-small;
}

.oneColElsCtr #mainContent a:link {
	color:#000000;
	text-decoration:none;
	font-family: Verdana; 
	font-size: x-small; 
	font-weight: bold;
} 
.oneColElsCtr #mainContent a:visited {
	color:#000000;
	text-decoration:none;
	font-family: Verdana; 
	font-size: x-small; 
	font-weight: bold;	
}
.oneColElsCtr #mainContent a:hover {
	color:#000000;
	text-decoration:none;
	font-family: Verdana; 
	font-size: x-small; 
	font-weight: bold;	
}
	
.oneColElsCtr #mainHeader {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFFFFF;
	font: Verdana x-small;
	font-size: small;
}
.oneColElsCtr #mainHeader a:link {
	color:#FFFFFF;
	text-decoration:none;
	font-family: Verdana; 
	font-size: x-small; 
	font-weight: bold;
} 
.oneColElsCtr #mainHeader a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-family: Verdana; 
	font-size: x-small; 
	font-weight: bold;	
} 	
.oneColElsCtr #mainHeader a:hover {
	color:#0000FF;
	text-decoration:none;
	font-family: Verdana; 
	font-size: x-small; 
	font-weight: bold;	
} 
.oneColElsCtr #mainHeader a:active {
	color:#FFFFFF;
	text-decoration:none;
	font-family: Verdana; 
	font-size: x-small; 
	font-weight: bold;	
}

.stylexsmall {
	font-size: x-small
}

.style2 {
	color: #FFFFFF;
	font-weight: normal; 
}

.style2 a:link {
	font-weight: normal; 
}

.style3 {
	font-family: Verdana;
	font-size: 10px;
}
