/* redefined html tags */
body {
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;	
}
.p {
    color:#000000;
	line-height:14px;
	font-size:10px;
		}
.p  a:link		{ font-size:12px; color: #597E25; text-decoration: none; }
.p  a:visited	{ font-size:12px; color: #597E25; text-decoration: none; }
.p  a:hover		{ font-size:12px; color: #597E25; text-decoration: underline; }
h1 {
	font-size: 12px;
	font-weight: bold;
}
.p  a:active	{ font-size:12px; color: #597E25; text-decoration: none; 
}
.style4 {
	font-size: 16px;
	color: #FFFFFF;
}
.style4  a:link		{ color: #FFFFFF; text-decoration: none; }
.style4  a:visited	{ color: #FFFFFF; text-decoration: none; }
.style4  a:hover	{ color: #FFFFFF; text-decoration: underline; }
.style4  a:active	{ color: #FFFFFF; text-decoration: none; 
}
.footer {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer  a:link		{ color: #FFFFFF; text-decoration: none; }
.footer  a:visited	{ color: #FFFFFF; text-decoration: none; }
.footer  a:hover	{ color: #FFFFFF; text-decoration: underline; }
.footer  a:active	{ color: #FFFFFF; text-decoration: none; 
}
#container {
	position:relative;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	}
#content {
	position:relative;
	width:500px;
	height:400px;
	float:left;
	padding-top:20px;	
	}
hr {
	color: #000000;
}
