.style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(pics/bg.jpg);
	background-repeat: repeat;
	list-style-type: square;
	cursor: help;
}
body { 	margin-top:12px; 
		margin-bottom:12px;
		overflow-x: 'hidden'; 
		overflow-y: 'auto';
		scrollbar-base-color:#CCCCCC; 
		scrollbar-track-color:#CCCCCC;
		scrollbar-face-color:#FAA756;
		scrollbar-highlight-color:#000099;
		scrollbar-3d-light-color:#000000;
		scrollbar-dark-shadow-color:#000000;
		scrollbar-shadow-color:#000000;
		scrollbar-arrow-color:#3D5F89;
		onLoad="javascript: if(self !=top) top.location.href= self.location.href;"
	 }
	
h1
     { font-family:Arial, Helvetica, sans-serif; margin-top: 5px; margin-bottom: 5px; font-size : 14px; font-weight : bold;} 
h2	 
     { font-family:Arial, Helvetica, sans-serif; font-size : 12px; font-weight : bold; margin-top: 0px; margin-bottom: 0px; } 
h3, h4, h5	 
     { font-family:Arial, Helvetica, sans-serif; margin-top: 5px;  margin-top: 0px; margin-bottom: 0px; font-size : 10px; font-weight : bold;} 


p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial, Helvetica, sans-serif; }

p {  letter-spacing: normal; 
     vertical-align: baseline;
	 word-spacing: normal; 
     white-space: normal
	 margin-top: 0px; 
	 margin-bottom: 10px;}

p.ft:first-letter {
				font-size: 300%;
				float: left;
				}

h1 { font-size:15pt; font-weight : bold;}
h2 { font-size:12pt; font-weight : bold;}
h3 { font-size:11pt; font-weight : bold;}
h4 { font-size:10pt; font-weight : bold;}
p,ul,ol,li,div,td,th,address,nobr,b,i,strong { font-size:10pt; }

a:link { color:#0033FF; text-decoration:none; }
a:visited { color:#00FFFF; text-decoration:none; }
a:active { color:#00FFFF; text-decoration:underline; }
a:hover { color:#00FFFF; text-decoration:underline }
