body {
	background-color : Black;
	font-size: 12px;
	color: #9BADBE;
	line-height: 100%;
	font-style: normal;
	font-family: "trebuchet ms",verdana,arial, helvetica, sans-serif;
	background-image : none;
	/* scrollbar for IE5.5*/
	scrollbar-face-color: #465E71;
	scrollbar-highlight-color: #5B7786;
	scrollbar-3dlight-color: #5B7786;
	scrollbar-darkshadow-color: #101518;
	scrollbar-shadow-color: #101518;
	scrollbar-track-color: #101518;
}


p {
	font-size: 12px; 
	margin-left: 100px; 
	line-height: 150%; 
	margin-right: 100px
}

.heading
{
	text-align : center;
	font-size : 14px;
	font-weight : bold;
}

.subhead
{
	text-align : center;
	font-size : 12px;
}

.picdesc
{
	text-align : center;
	font-size : 10px;
}

ul
{
	margin-left : 160px;
}

li
{
	padding-bottom: 16px;
}

.center
{
	text-align : center;
}

.menu
{
	text-align : center;
}

/* link,visited,active,hover */
a {
	font-size: 12px; 
	background: none;
	color: #9BADBE; 
	font-style: normal; 
	font-family: "trebuchet ms",verdana, helvetica, arial, sans-serif; 
	text-decoration: none;
}

a:link {
	font-size: 12px;
	background: none;
	color: #9BADBE;
	background-color: transparent;
	text-decoration: underline;
}

a:visited {
	font-size: 12px; 
	background: none; 
	color: #9BADBE; 
	background-color: transparent;
	text-decoration: underline;
}
a:active {
	 font-size: 12px; 
	 background: none;
	 color: #9BADBE; 
	 background-color: transparent;
	 text-decoration: none;
}
a:hover {
	font-size: 12px;
	background: none;
	color: #9BADBE; 
	background-color: transparent; 
	text-decoration: none;
}
