body		{
		background-color: #FFFFFF
		overflow-x: auto; 
		overflow-y: auto;
		scrollbar-face-color: #D9DFE0;
		scrollbar-highlight-color: #D9DFE0; 
		scrollbar-base-color: #D9DFE0; 
		scrollbar-shadow-color: #D9DFE0; 
		scrollbar-3dlight-color: #D9DFE0; 
		scrollbar-arrow-color: #AFB4BF; 
		scrollbar-track-color: #FFFFFF;
		scrollbar-darkshadow-color: #D9DFE0;
		}


a:link, a:visited	{
			color: #90A4A6; 
			text-decoration: underline; 
			font-weight: bold; 
			cursor: auto;
			}

a:hover, a:active	{
			color: #C1D4D7; 
			text-decoration: none; 
			font-weight: bold; 
			cursor: auto;
			}



textarea	{
		border: 0px #000000 solid; 
		background-color: #EDEEF3; 
		filter: alpha(opacity=100); 
		font-family: trebuchet ms, arial; 
		line-height: 11pt; 
		letter-spacing: 0px; 
		font-size: 8pt; 
		color: #8D95AB;
		}

input		{
		border: 0px #000000 solid; 
		background-color: #D9DFE0; 
		filter: alpha(opacity=100); 
		font-family: trebuchet ms, arial; 
		line-height: 11pt; 
		letter-spacing: 0px; 
		font-size: 8pt; 
		color: #747D7E; 
		height: 16px;
		}

.separator	{
		padding:2px;
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:0px;
		background-color: #D9DFE0;
		width: 100%;
}

.title	{
		color: #90A4A6; 
		font-size: 7.5pt; 
		font-family: trebuchet ms, arial; 
		line-height: 8pt; 
		font-weight: bold; 
		text-transform: uppercase;
		}

.content	{
		color: #747D7E; 
		font-size: 8pt; 
		font-family: trebuchet ms, arial; 
		line-height: 9pt;  
		width: 100%; 
		font-weight: normal;
		}

.contentfan	{
		color: #747D7E; 
		font-size: 8pt; 
		font-family: trebuchet ms, arial; 
		line-height: 9pt;  
		width: 100%; 
		font-weight: normal;
		background: #FFF;
		padding: 10px;
		text-align: justify;
		}