

body { overflow:auto; 
margin-bottom: 0; 
margin-left: 0; 
margin-right: 0; 
margin-top: 0; 

background-image:url(images/bg.jpg);
background-repeat:no-repeat;

font-family: arial, helvetica, geneva, verdana;
}


.top{
background-image:  url(images/bg_top.jpg);
background-repeat:no-repeat;
background-position: bottom center;
}
.right{
background-image:  url(images/bg_right.jpg);
background-repeat:no-repeat;
background-position: left top;
}
.left{
background-image:  url(images/bg_left.jpg);
background-position: right top;
background-repeat:no-repeat;
}
.bottom{
background-image:  url(images/bg_bottom.jpg);
background-repeat:no-repeat;
background-position: top center;
}
.main{
background-image:  url(images/spacer.gif);
background-repeat:no-repeat;
background-position: top center;
}

a {font-size: 13px; color: #E77200; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-weight: normal}
a:visited {color:#E77200; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal;}
a:active {color:#A96649;font-family: Arial, Helvetica, sans-serif;font-size: 13px;font-weight: normal;}
a:hover {color:#666666; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal;}

#img{
border:#FF6600 thin solid 1px;
}
.text{color:#333333; text-decoration: none;  font-size: 13px; font-weight: normal; text-align:justify; padding-right:20px; }

.info{color:#333333; text-decoration: none;  font-size: 13px; font-weight: normal; text-align:center; padding:5px 5px 5px 5px;}
.button {
	border: thin solid #E77200;
	font-family: arial, helvetica, geneva, verdana;
	color:#E77200;
	font-size: 13px;
	text-align:center;
	font-weight:normal;
}
