BODY
{
	scrollbar-face-color: Navy;
	scrollbar-shadow-color: #FFFF99;
	scrollbar-highlight-color: #FFF7C6;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #80040;
	scrollbar-track-color: #color;
	scrollbar-arrow-color: #CCCCCC;
	background-image:url(paper12b_1.gif);
	background-repeat:repeat;
	background-attachment:fixed;
}

A {
	color: Navy;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
}
A:hover {
	color: Maroon;
	font-weight: bold;
	text-decoration: underline;
}

p  { 
    color: Navy;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 75%;
}

ul  { 
    list-style-type: square;
    list-style-position: outside;
    color: Navy;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 70%;
	margin: 2px 5px 0 2px;
	text-align: center;
}

li {
margin: 5px 0 0 15px;
line-height: 120%
}

img.floatright {
float: right; 
clear:right;
margin-left: 5px;
}

img.floatleft {
float: left; 
clear:left;
margin-right: 5px;
}

