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

#scroll {
	width: 800px;
	height: 7500px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top:20px;
	overflow:-moz-scrollbars-vertical;
	overflow-y:auto;
	border: #CCC solid 2px;
scrollbar-base-color: MEDIUM;
scrollbar-face-color: MEDIUM;
scrollbar-track-color: BACKGROUND;
scrollbar-highlight-color: LIGHT;
scrollbar-3dlight-color: MEDIUM;
scrollbar-shadow-color: DARK;
scrollbar-darkshadow-color: MEDIUM;
scrollbar-arrow-color: DARK;
}

p {
	font-family: "Times New Roman", Times, serif;
	color: #333;
	text-indent: 25px;
	line-height:130%;
	text-align:left;
	margin-bottom:0px;
	margin-top:7px;
}

.comm {
		font-family: "Times New Roman", Times, serif;
	color: #333;
	text-align:left;
	line-height:130%;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	color:#373539;
	font-size:20px;
	margin-bottom:5px;
}

i {
	margin-top:0px;
	font-family: "Times New Roman", Times, serif;
	color: #333;
	font-size:14px;
	text-indent:10px;
	margin-bottom:10px;
}

em {
	font-family: "Times New Roman", Times, serif;
	color: #333;
}

b {
	font-family: "Times New Roman", Times, serif;
	color: #333;
}
	

h2 {
	color:#373539;
	font-size:24px;
	margin-bottom:0px;
}

a {
	text-decoration:none;
	color: #03F;
}

a:visited {color: #906; }
a:active {color: #906; }
a:hover { color: #0C3; } 

.nav {
	font-size:18px;
	text-align:center;
}