body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #000;
	text-align: center;
	/* part 1 of 2 centering hack */
	}
a {
	text-decoration: none;
	color:  #fff;
	outline: none;
	}
a:visited {
	color:  #999;
	}
a:active {
	color:  #999;
	}
a:hover {
	color: #ccc;
	text-decoration: underline;
	}
strong, b {
	font-weight: bold;
	}
p {
	margin: 10px 0px 5px 0px;
	}
form {
	margin: 0px;
	padding: 0px;
	color: #fff; 
	font-size: 11px; 
}
form .tstText { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	width: 230px; 
}
form .tstButtons { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	background-color: #000; 
	color: #fff; 
	border: 1px solid #fff;
}
img {
	border: 0;
	}
h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
table tr{
	vertical-align:top;
	color: #CCCCCC;
}

/* Custom Styles */

.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
.ahem {
	display: none;
	}
.ind {
	padding: 0px 0px 0px 10px;
}
.tblHdr {
	border-bottom: solid 2px #fff;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 8px;
}
	
/* Custom Divs */
	
#menu {
	width: 174px;
	position: relative;
	left: 254px;
	top: 31px;
	border: none;
	padding: 0px;
	margin: 0px;
}
#welcome {
	width: 295px;
	position: relative;
	left: 460px;
	top: -80px;
	border: none;
	padding: 0px;
	margin: 0px;
}
#welcome p {
	margin: 8px 0px 0px 20px;
}
#content {
	padding: 0px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/img/bgPg.jpg);
	background-repeat: no-repeat;
	border: none;
	text-align:left; /* part 2 of 2 centering hack */
	width: 778px;
	height: 710px;
	}
#contL1 {
	width: 450px;
	position: absolute;
	left: 22px;
	top: 240px;
	border: none;
	padding: 0px;
	margin: 0px;
}
#contRl {
	width: 230px;
	position: absolute;
	left: 525px;
	top: 305px;
	border: none;
	padding: 0px;
	margin: 0px;
}
#fade {
	color: #999;
}
#footer {
	width: 450px;
	position: absolute;
	left: 22px;
	top: 610px;
	border: none;
	padding: 0px;
	margin: 0px;
}
