body,html {
	 margin: 0px;
	 padding:  0px;
	 background-image:url(Images/bg.jpg);
	 background-repeat:repeat-x;
	 background-position:top;
	 background-color:#6d461f; 
	 font-family:Arial, Helvetica, sans-serif;  
}

img, div,table,tr,td ,input{ behavior: url(iepngfix.htc) 
}  

.MainText{
	font-size:12px;
	color:#000000;
}
.MainText a:link{
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
.MainText a:visited{
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
.MainText a:hover{
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}
.MainText a:active{
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

.footer{	 
	 font-size:10px;
	 color:#f9e8b9;
	 text-transform:uppercase;
}
.footer a:link{	 
	 font-size:10px;
	 color:#f9e8b9;
	 text-decoration:none;
	 text-transform:uppercase;	 
}
.footer a:visited{	 
	 font-size:10px;
	 color:#f9e8b9;
	 text-decoration:none;
	 text-transform:uppercase;
}
.footer a:hover{	 
	 font-size:10px;
	 color:#f9c36e;
	 text-decoration:none;
	 text-transform:uppercase;
}
.footer a:active{	 
	 font-size:10px;
	 color:#f9e8b9;
	 text-decoration:none;
	 text-transform:uppercase;
}



a:link {
	color: #ffffff;
	text-decoration:none;
}
a:visited {
	color: #ffffff;
	text-decoration:none;
}
a:hover {
	color: #ffffff;
	text-decoration:underline;
}
a:active {
	color: #ffffff;
	text-decoration:none;
}
