html { 
	min-height: 100%;
	margin-bottom: 1px; 
	}


body{
padding:0px;
margin:0px;
}
.bodybg{
	background-color: #FFFFFF;
	/*background-image: url(images/body_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: right top;

}
.footerbg{
	background-color: #FFFFFF;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
.footerbg2{
	background-color: #FFFFFF;
	background-image: url(images/footer_bg2.gif);
	background-repeat: no-repeat;
	background-position: left top;

}
a:hover{text-decoration:none;}
.m_text
	{
	font-size:12px;
	color:#333;
	font-family: Century Gothic;
	}

.h_text
	{
		font-family: "Century Gothic";
		font-size:15px;
		color:#009731;
		font-weight: bold;
	}
	
.l_text
	{
		font-family: "Century Gothic";
		font-size:11px;
		line-height:13px;
		color:#009ED2;
	}	
.l_text2
	{
		font-family: "Century Gothic";
		font-size:10px;
		line-height:13px;
		color:#FFFFFF;
	}

.lt_text
	{
		font-family: "Century Gothic";
		font-size:9px;
		line-height:9px;
		color:#009330;
	}	
	
.c_text
	{
		font-family: "Century Gothic";
		font-size:9px;
		line-height:11px;
		color:#FFFFFF;
	}

.c1_text
	{
		font-family: "Century Gothic";
		font-size:10px;
		line-height:14px;
		color:#FFFFFF;
	}
		
	a.lt_text{text-decoration:none;}	
	a.lt_text:hover{text-decoration:underline;}
	
	a.c_text{text-decoration:none;}	
	a.c_text:hover{text-decoration:underline;}
	
	a.c1_text{text-decoration:none;}	
	a.c1_text:hover{text-decoration:underline;}
