BODY {
	background-image : images/bg.gif;
	background-color : Silver;
	font-family : Verdana;
	font-size : 11px;
	background-attachment : fixed;
 	scrollbar-face-color: Silver; 
	scrollbar-highlight-color: dddddd; 
	scrollbar-shadow-color: #7E818A; 
	scrollbar-3dlight-color: silver; 
	scrollbar-arrow-color: #4F5257; 
	scrollbar-track-color: #aaaaaa; 
	scrollbar-darkshadow-color: #4F5257;
  }

SMALL {
	font-size : 11px;
}


STRONG.small {
	font-variant : small-caps;
	font-weight : bold;
	font-size : larger;
}

A {
	font-weight : ;
	text-decoration : none;
	color : #0066CC;
}

A:Hover {
	color : #0066FF;
	text-decoration : underline;
}

A:VISITED {
}


H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	margin-bottom : 8px;
}

P {
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	line-height : 16 px;
	color : #303020;
}


BLOCKQUOTE {
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	line-height : normal;
	margin-top : 5px;
	margin-left : 40px;
}



