<!--


body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
	background-color: #ffffff;
        }
	
#admin_button
{
	background-color: #921211;
        text-decoration: none;
	font-weight: normal;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 200px;
	height: 25px;
	padding-top: 10px;
        color: #ffffff;	
	
}

        a.blank:link {
            text-decoration: none;
            font-weight: normal;
        }
        
        a.blank:visited {
            text-decoration: none;
            font-weight: normal;        }
        a.blank:hover {
            text-decoration: none;
            font-weight: normal;            }
        a.blank:active {
            text-decoration: none;
            font-weight: normal;        }        
        


-->