@charset "UTF-8";
/* CSS Document */

/**********************  Define Body Rules  ****************************/



body { 

	font-family: Arial, Helvetica, sans-serif; 

	font-size: 12px;

	color: #333333;

	line-height: 130%;

	background-color: #000000; 

	}





/**********************  Define Headline Rules  *************************/



h1 { font-size: 16px; color: #660000; font-weight: bold; }

h2 { font-size: 14px; color: #333333; font-weight: bold; }

h3 { font-size: 12px; color: #333333; font-weight: bold; }





/**********************  Define Main Links  *****************************/



a:link { color: #660000; text-decoration: none; }

a:visited { color: #660000; text-decoration: none; }

a:hover { color: #660000; text-decoration: underline; }

a:active { color: #660000; text-decoration: none; }




.hpCopyright { width: 615px; height: 50px; text-align: center; margin-top: 30px; font-size: 10px; color: #333333; }
