/* 
<div id="heading">  uses code defined in #heading in this file
<(tag)  class="whitebackground"> uses code defined in .whitebackground 
*/

html, body, #wrapper
	{height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: center;
	}
	
body, h1, h2, td
	{background-color: black;
	font-family: verdana, arial;
	font-style: normal; 
	font-size: 12px;
	color: #FFFFFF;
	}
	
#heading
	{ font-size: 12px;
	font-style: italic;
	}

#wrapper
		{
		margin: 0 auto;
		text-align: left;
		vertical-align: middle;
		width: 720px;
		}
	
	/* 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; }
	
img {border-style: none;	
	padding: 0px; 
	margin: 0px; 
	border: 0px;
	}

table {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: white;
	border-collapse: collapse;
	}

table td {
	border-width: 0px;
	padding: 0px;
	margin: 0px; 
	border: 0px;
	border-style: none;
	background-color: black;     /* use white here for experimentation */
	}

table.center	
	{margin-left:auto;
	margin-right:auto;
	height:100%;
	}

/*  legacy vertical positioning: this could be reduced to 20 or 30  */
.vertical_pos	{height:85px;}

.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;
		padding: 3px;       /* not required in legacy version */
		}
		
#form	{width: 363px;
		height: 271px;
		}

.thanks		{ background-color: #333333; 
		color: #FFFFFF;
		font-size: 10px;
		line-height: 200%;
		text-align:center; 
		padding-left:50px;
		padding-right:50px;}
		
