body	{
	background-attachment: fixed;
	background-image: url(bg1e.jpg);
	background-repeat: repeat;
}
	

/*  Headings  */

h1, h2, h3, h4, h5, h6 {color:#666; font-family:Verdana, Geneva, sans-serif; } 

h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 5px;
}
h2 { font-size:11px; font-weight:bold; color:#009999; font-weight:bold; line-height: 16px; }



h3 { font-size:10px; font-style:italic; font-weight:normal; line-height:16px; padding:10px 86px 10px 0; }
h4 { font-size:10px; font-style:italic; font-weight:normal; line-height:16px; padding-right: 20px; }
h5 { font-size:10px; font-style:italic; font-weight:normal; line-height:16px; text-align: right;  padding:8px 86px 25px 80px; }
h6 { font-size:11px; font-weight:bold; color:#009999; line-height: 16px; padding:0 84px 0 0; }



/*  text Elements  */

p	{
	color:#333;
	font-size:11px;
	line-height:16px;
	font-family: Verdana, Geneva, sans-serif;	
}

a			{  }
a:link 		{ color:#009999 }
a:visited 	{ color:#009999  }
a:active 	{ color:#009999  }
a:focus 	{ color:#009999  } 
a:hover 	{ color:#00cccc  } 
