@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,ul,ol,li,div,form,blockquote
{	
	margin: 0px;padding: 0px;	
}
p 
{	
	margin:10px 0;	
}
ul 
{	
	list-style-type: none; 
}
.floatLeft 
{	
	float: left;	
}
.floatRight 
{	
	float: right;	
}
.clearBoth 
{	
	clear:both;	
}
.removeLast 
{ 	
	background-image: none !important; margin-right: 0px !important; border: none !important;	
}
img
{	
	border:none !important;	
}
a
{
	color:#F90;
}
body
{	
	background:url(../images/bg_shree.jpg); font-family: Arial, Helvetica, sans-serif; color:#fff; font-size:12px; line-height:16px;	
}
h1
{	
	font-size: 30px; font-weight:bold; color: #f56309;background:url(../images/img-l4.png) -5px center no-repeat; padding-left:50px; 
	line-height:40px;	
}	
h2
{	
	font-size:24px; color:#6C0; background:url(../images/modak.png) 5px center no-repeat; padding-left:50px; line-height:40px; 	
}
h3
{	
	font-size:18px; color:#FC0; margin-left:50px; line-height:25px; clear:both;	
}
h4
{	
	font-size:14px; color:#F60; margin-left:50px; clear:both;	
}
table
{	
	margin-left:50px;	
}
#footer
{ 
	width:100%; height:100px; margin:0 auto; background:url(../images/footer_grass.png) left bottom repeat-x; text-align:center; position:fixed; bottom:0; padding-top:25px;
}
#footer a
{ 
	color:#fff; text-decoration:none; font-size:12px; line-height:18px; border-right:solid 1px #fff; padding:0 10px; 
}
#footer a:hover
{ 
	color:#ff0; text-decoration:underline;
}