body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-face-color:#000000; 
	scrollbar-shadow-color:#000000;
	scrollbar-highlight-colour:#FFFFFF;
	scrollbar-darkshadow-color:#000000;
	scrollbar-track-color:#333333; 
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#666666;

}
.navigation {
	padding-right: 10px;

}
p {
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;

}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.footer {
	font-size: 10px;
	color: #FFFFFF;

}

/* layer links */
td.navs a { line-height:1.6 }

/* for newer browsers */
@media screen {
	h1, h2, p { margin: 0 0 .4em 0 }
  table.main { background-color:#f0f0f0; border:1px solid #999; }
}

/* for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
#hold	{
	position:relative;
	overflow:hidden;
	width:474px;
	height:295px;
	z-index:100;
	visibility: visible;

	}
#wn	{
	position:absolute;
	left:10px;
	top:10px;
	width:460;
	height:290px;
	clip:rect(0px 474px 290px 0px);
	overflow:hidden;
	z-index:1;
	visibility: visible;

	}
#lyr1, #lyr2, #lyr3	{
	position:absolute;
	left:10px;
	top:10px;
	z-index:1;
	width: 455;
	height: 290;


	}
/* font spec's for layer content (ns4 doesn't inherit) */	
.content	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}a {
	cursor: crosshair;
}
.10PxPad {
	padding: 10px;

}
.contentBackGround {
	background-attachment: fixed;
	background-image: url(../images/main_page_layout/main_bkg.gif);
	background-repeat: repeat;
	background-position: left top;
}
.10PxMarg {
	margin: 10px;
}
.formField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
}
.unnamed1 {
	border: 1px solid #999999;
}
