body {
	padding : 0;
	margin : 0;
	background-image : url(images/bg.gif);
	background-repeat : no-repeat;
	}
	
	#heading{
    position : relative;
    top : 0px;
    left : 179px;
	
	}
	
#content {
   padding-top : 40px;
   padding-bottom : 30px;
   padding-left : 180px;
   padding-right : 10%;
   font-family : "Arial", Georgia, Times, serif;
   border-bottom-width: 0px;
border-bottom-style: solid;

	   
}
#content h1 {  
      font-size : 10pt;
      font-weight : bold;
      color : #FFBF00;
      background-color : transparent;
}
#content p {  
      font-size : 10pt;
      font-weight : normal;
      color : #fff;
      background-color : transparent;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFF99;
}
.subhead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #D3EDFE;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #A6CCF7;
		text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #a6ccf7;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CDDAF9;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #F8DB69;
	background-color: #9898BA;

