@charset "utf-8";
/* CSS Document */

html, body, #wrapper {
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #B7C4CC;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
	scrollbar-arrow-color:#cecc02;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-darkshadow-color:#FFFFFF;;
	scrollbar-3dlight-color:#FFFFFF;;
	scrollbar-track-color:#FFFFFF;
	scrollbar-base-color:#e7e7e7;
}

p{
	font-family: Arial, Tahoma, Verdana;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
	
a:link, a:visited, a:active{
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;}
	
a:hover	{
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;}
	
#wrapper {
      margin: 0 auto;
      vertical-align: middle;
      width: 100%;
   }
