@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.normal_text
	{
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		color:#6a6a6a;
		text-align:justify;
		line-height:18px;
	}
	
.title_text
	{
		font-family:"Franklin Gothic Medium";
		font-size:24px;
		color:#4f5050;
	}
	
.footer_area
	{
		background-color:#999999;
	}
	
.footer_text
	{
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		color:#FFF;
	}
	
	
.floatimgright {
float:right;
margin-top:10px;
margin-left:20px;
margin-bottom:10px;
}
.floatimgleft {
float:left;
margin-top:5px;
margin-right:20px;
margin-bottom:10px;

}




