/*-------------------------------------*/
body
{
	background-color: #FFFFAA ;
	vertical-align: middle ;
	text-align: center ;

}
/*-------------------------------------*/
div.frame
{
	width:800px ;
/*	height:600px ;*/
	background-color: #FFFFDD ;
	padding: 10px ;
/*	clip: auto ;*/
	text-align: left;
	border:1px solid #EEEE55;
}
/*-------------------------------------*/
a:link{text-decoration: none; color: #0000FF;}
/*-------------------------------------*/
a:visited{text-decoration: none; color: #800080;}
/*-------------------------------------*/
a:hover{ text-decoration: underline ; color: #FF0000;}
/*-------------------------------------*/
.right
{
	text-align:right ;
}
/*-------------------------------------*/
#headfoot
{
	text-align:right ;
}
/*-------------------------------------*/
h2
{
	margin:0px 0px 0px 20px;
}
/*-------------------------------------*/
hr.cut
{
	color: #777777;
	height: 2px;
}
/*-------------------------------------*/
br.reset
{
	clear: both;
}
/*-------------------------------------*/
address
{
    text-align: right;
    font-family: Verdana, sans-serif;
    font-size: 80%;
    padding: 0.5em;
    border-color: #c0c0c0 #808080 #808080 #c0c0c0;
}
/*-------------------------------------*/