.scroll_v {
 overflow-x:hidden;
 overflow-y:scroll;
}
.linebottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.header {
	background-color: #FFFF99;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.contenttext {
	font-family: "ms sans serif";
	font-size: x-small;
	font-style: normal;
	color: #666666;
}

a {
	color:#576484;
	text-decoration:underline;
	font-weight: 100;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
blockquote {
	background:#f1f1f1;
	border-left:2px solid #7534aa;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:10px;
	margin:0 0 0 3px;
	padding:0 0 0 3px;
}

/* content */
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
}


/* header */
#header {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}

#header ul {
	list-style:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header ul li {
	list-style:none;
	text-align: left;
}

#header p a {
	color:#999999;
	display:block;
	font-size:small;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

#header p a:hover {
	background:#F4EBB4;
	color:#999999;
	text-decoration:underline;
}

#header ul li a {
	color:#999999;
	display:block;
	font-size:small;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#header ul li a:hover {
	background:#F4EBB4;
	color:#999999;
	text-decoration:underline;
}

.mainimg {
	background-image: url(images/mainb0.gif);
	background-repeat: no-repeat;
	background-position: center center;
}