html, body {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:18px;
background-image:url(../uploadedImages/common/gradient-bg.jpg);
background-repeat:repeat-x;
background-position:top;
background-color:#699943;
padding:0px;
margin:0px;
}

a{
	color: #ff3394;
	text-decoration:none;
}

a:hover{
	color: #00402E;
	text-decoration:underline;
}

a:active{
	color: #00402E;
	text-decoration:underline;
}

a.Landing{
	color: #08402d;
	font-size: 18px;
	text-decoration:none;
	line-height:24px;
}

a.Landing:hover{
	color: #A99A6F;
}

a.Landing:active{
	color: #A99A6F;
}
sup{font-size:0.6em; vertical-align:top; line-height:1em;} 
sub{font-size:0.5em; vertical-align:bottom;} 


h1
{
	color:#00402E;
	font-weight: bold;	        
	font-size: 32px;
	padding-bottom: 10px;
}

h2
{
	color:#00402E;
	font-weight: bold;		        
	font-size: 24px;
	padding-bottom: 8px;
}

h3
{
	color:#00402E;
	font-weight: bold;	        
	font-size: 16px;
	padding-bottom: 5px;
}

h4
{
	color:#00402E;
	font-weight:bold;	        
	font-size:15px;
	padding-bottom: 5px;
}

h5
{
	color:#00402E;
	font-weight:bold;	        
	font-size:14px;
	padding-top: 10px;
}

p{
margin:10px 0px 10px 0px;
}

#container {
	width:853px;
	left:50%;
	margin-left:-427px;
	position:absolute;
}

#content {
	width:100%;
	background-color:#FFFFFF;
}
