/* CSS Document */

html{
    font-size:100.01%;
	height:100%; 
    }
BODY {
	min-height:100%;
	height: 100%;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #525252;
	font-style: normal;

}

a:link 			{color: #525252;}
a:visited 		{color: #525252;}
a:active 		{color: #525252;}
a:hover 		{color: #000000;}

