//  <div id="heading">  uses code defined in #heading in this file
//  <(tag)  class="whitebackground"> uses code defined in .whitebackground

body 	{ background-color: black; }

body, h1, h2, td
	{ background-color: black;
	font-family: verdana, arial;
	font-style: normal; 
	font-size: 12px; 
//	line-height: 18px;
	color:#FFFFFF; } 

	/* all default line-height except p */
p	{ line-height: 120%; }  /* line height slightly bigger for this text */

h1	{ margin: 10px;
	font-size: 18px;   /*H1 text is given priority by search engines*/
	color:#FFFFFF; }

h2	{ margin: 10px;
	font-size: 16px; 
	color:#D6AA29;
	padding-top:15px;
	/* line-height:12px; */ }

h3	{ font-size: 14px; 
	color:#D6AA29;
	padding-top:50px; }

h4	{ font-size: 12px; 
	color:#D6AA29;
	font-style: italic;
	font-weight:normal; }  // default is bold for H tags

small	{ font-size: 10px; }  

a	{ color: #0000CC;
	text-decoration: none !important; }
	
table.center	
	{margin-left:auto;
	margin-right:auto;
	height:100%;
	}

.whitebackground 	{ background-color: white !important; }


.blacktext	{ background-image:url(images/eagle_icon_pos.gif);
		color: #000000;
		font-size: 10px;
		line-height: 150%;
		text-align:center;
		padding-left:10px;
		padding-right:10px; }

.whitetext	{ background-image:url(images/eagle_icon.jpg);
		color: #FFFFFF;
		font-size: 10px;
		line-height: 150%;
		text-align:center; 
		padding-left:10px;
		padding-right:10px;}

.pink		{ background-color: #FF7777; }

.footer		{ background-color: #222222; 
		font-size: 10px; 
		text-align:center; }

.form		{ background-color: #333333; 
		color: #FFFFFF;
		font-size: 10px;}

.thanks		{ background-color: #333333; 
		color: #FFFFFF;
		font-size: 10px;
		line-height: 200%;
		text-align:center; 
		padding-left:50px;
		padding-right:50px;}

#heading		{ font-size: 12px;
		font-style: italic; }
