body {
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	background-image: url(../images/page-bg.jpg);
	background-position: left bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
	SCROLLBAR-FACE-COLOR: #003366; 
	SCROLLBAR-HIGHLIGHT-COLOR: #003366; 
	SCROLLBAR-SHADOW-COLOR: #003366; 
	SCROLLBAR-3DLIGHT-COLOR: #00458A; 
	SCROLLBAR-ARROW-COLOR:  #FFFFFF; 
	SCROLLBAR-TRACK-COLOR: #999999; 
	SCROLLBAR-DARKSHADOW-COLOR: #001A33; 
}
a, p,  ul, li, h1, h2, h3, h4, h5, h6, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	font-size: 10px;
}
p {
	font-size: smaller;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #555555;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #666666;

	filter:progid:DXImageTransform.Microsoft.Shadow(color=silver, Direction=140, Strength=3);
	font-family: "Trebuchet MS", "Times New Roman";

}
h2 {
	font-size: 140%;
	font-weight: bold;
	color: #333333;
	margin: 6px;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 6px;
	margin-right: 6px;
	margin-left: 6px;
	text-align: center;
	margin-bottom: -15px;
}
h4 {
	font-size: 110%;
	font-weight: bold;
	color: #444444;
	margin: 0px;
}
h5 {
	font-size: 90%;
	font-weight: bold;
	color: #2222222;
	margin: 4px;
}
h6 {
	font-size: 14px;
	font-weight: lighter;
	color: #005984;
	margin: 4px;
	font-family: Arial, Helvetica, sans-serif;
}
ul {
	list-style-type: square;

}
li {
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td {
	vertical-align: top;

}
sup {
	padding-top: 4px;
}
input, textarea {
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 3px;

}
