body
{
	font-family: "Lucida Sans Unicode","Lucida Grande", sans-serif;
	font-size: 12px;
	background-image: url(/i/back.jpg);
	background-repeat: repeat-x;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #F4F4FF;
}


.template_frame
{
	width: 840px;
	margin: 0px auto;
	padding: 0px 10px 0px 10px;

}


.template_footer { 
	background-color: #666; 
	color:white;
	text-align:center;
}
.template_footer a{
padding-left:6px;
padding-right:6px;
}
.template_footer a:link {color:white; text-decoration:none; } /* unvisited link */
.template_footer a:visited {color:white; text-decoration:none;} /* visited link */
.template_footer a:hover
{
	color: #009;
	background-color:white;
	text-decoration: underline;
} /* mouse over link */
.template_footer a:active {color:white; text-decoration:none;} /* selected link */