/*@charset "utf-8";*/
/*body,html,p,img,div, table, ul,ol,li,h1,h2,h3,h4,h5,h6,p,span { margin: 0px; padding: 0px; } 
table {	border-collapse:collapse; } 
ol, ul { list-style:none; } 
ul, li {margin: 0; padding: 0; border: 0;}
h1,h2,h3,h4,h5,h6{ font-weight: normal; padding-top: 10px; padding-bottom: 5px; } 
h1 { font-size: 32px; text-align: center; font-family: "Bookman Old Style", Georgia, "Times New Roman", Times, serif;}
h2 { font-size: 24px; font: "Bookman Old Style", Georgia, "Times New Roman", Times, serif; text-align: center; font-weight: bold; }
h3 { font-size: 16px; font: "Bookman Old Style", Georgia, "Times New Roman", Times, serif; font-weight: bold; }
h4 { font-size: 14px; font: "Bookman Old Style", Georgia, "Times New Roman", Times, serif; font-weight: bold;}
h5 { font-size: 12px; font: Georgia, "Times New Roman", Times, serif;}
h6 { font-size: 10px; font: Georgia, "Times New Roman", Times, serif;}
p, ul, table {
	line-height: 1.5;
	padding-top: 10px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif; }
ul { padding-top: 0px; }
a img, img { border: none; }
a { text-decoration: none; outline: none; }*/
/**********************************************************************************************/
body,html,h1,h2{ margin: 0px; padding: 0px; } 
/**********************************************************************************************/
body {	text-align: center;	background-color: #000000;	color: #ff9900;  font-family: Verdana, Arial, Helvetica, sans-serif; } 

#container {
	text-align: left;
	height: 100%;
	width: 960px;
	margin-right: auto;	margin-left: auto;	margin-top: 10px;	margin-bottom: 10px;
}
h1, h2 { font-family: "Times New Roman", Times, serif; }
h1 { font-size: 46px; font-weight: bold; font-style: italic; color: #ff9900; }
h2 { font-size: 24px; color: #ff9900; }
p, a {font-size: 14px; text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; }
table, tr, td {	border-collapse:collapse; border: 0px;} 


a:link {color: #ff9900; }     /* unvisited link */
a:visited {color: #FFCC00;}  /* visited link */
a:hover {color: #ff9900;   }   /* mouse over link */
 /* a:active {color: #006600;}   selected link */

a.mainlink:link  {color: #0066CC; }
a.mainlink:visited {color: #0066CC;  }
a.mainlink:hover {color: #FF9900; }
a.mainlink:active {color: #ff9900; } 

img { color: #000000; border: 0px; }