html, body
	{
	height: 100%;
	margin: 0 0 1px;
	border: 0;
	padding: 0;
	background: #fff;
	background-position: center 0;
	font-family: arial, verdana;
	font-size: small;
	}
	
a:link 	
	{text-decoration:none; color:#2222aa;}
	
a:visited 
	{text-decoration:none; color:#2222aa;}
	
a:active 
	{text-decoration:none; color:#2222aa;}
	
a:hover 
	{text-decoration: underline; color: #336699;}

/* == Title Image == */

#mainimg	
	{
	display: inline;
	margin-top: 10px;
	float: right;
	border: 0;
	padding: 0;
	background-color: #fff;
	width: 415px;
	height: 100px;
	text-align: right;
	}

/* == == */

div.mainBody
	{
	margin: 4 auto;
	width: 800px;
	text-align: left;
	}

div.footer
	{
	color: #aaa;
	text-align: right;
	font-size: 10px;
	}

p 	{ 
	text-align: left;
	}

img 
	{
	border: 0;
	display: block;
	}
	
h1, h2, h3
	{
	margin: 0;
	}

h1 	{ 
	font-size: 40px; 
	font-weight: bold;
	color: #000;
	}
	
h2 	{  
	color: #aaa;
	}
	
h3 	{  
	color: #aaa;
	}

g1	{
	font-size: large;
	}

