.download {
	display: none;
	margin-bottom: 10px;
}
body { background: #524d11 url('http://www.nishanthg.com/images/bg.jpg') center top repeat;
padding: 0 0px; color:#000000; font: 13px/18px Arial, sans-serif;
		 text-align: center; 
		 }
	
A:link {text-decoration: underline;
color:#FFFFFF}
A:visited  {text-decoration: underline;
color:#FFFFFF}
A:active  {text-decoration: none;
color:#FFFFFF}
A:hover {text-decoration: overline; color: yellow;}

	h1 {
		font-size: 20px;
		line-height: 23px;
		color:#FFFFFF;
		margin-left:30px;
		font: Georgia, Geneva, Arial, Helvetica, sans-serif;
		
		text-align:left;
		}
	h2 {
		font-size: 16px;
		line-height: 16px;
		color:#8C8C8C;
		margin-left:35px;
		font: Georgia, Geneva, Arial, Helvetica, sans-serif;
		
		text-align:left;
		}
		.smalltextcenter {
	font-size: 10px;
		line-height: 11px;
		color:#7A7A7A;
		font: Georgia, Geneva, Arial, Helvetica, sans-serif;
		text-align:center
		margin-top:10px;
		margin-left:10px;
		}
body 
{ 
text-align:-moz-center; /*FF*/
#text-align:center; /*IE */
}

		
.list1 {
	font-weight: normal;
	font-size: 8pt;
	color:#ffffff;
	padding-left: 3px;
	padding-top:50px;
	width: 100%;
	text-align:left;
}
/* This is where you can customize the appearance of the tooltip */
div#tipDiv {
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	z-index:12000;
	background-color:#524d11;
	border:1px solid #FFFFFF;
	width:214px;
	padding:0px;
	color:#000;
	font-size:11px;
	line-height:1.2;
}
/* These are optional. They demonstrate how you can individually format tooltip content  */
div.tp1 {
	font-size:12px;
	color:#336;
	font-style:italic
}
div.tp2 {
	font-weight:bolder;
	color:#337;
	padding-top:4px
}

