body {
	margin: 0;
	padding:0;
	padding-left:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#999999;
	background-repeat: repeat-x;
	background-color: #bbbbbb;
	text-decoration: none;
}

/*#content {
	padding: 0;
	margin:0;
	width:200px;
}*/

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
	text-decoration: none;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 230px;
	height: 1200px;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#999999;
	background-repeat:no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	text-decoration: none;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 0;
	margin-left: 0;
}

#mycustomscroll ul{
padding:10px;
margin-left:5px;
text-decoration: none;
}

#mycustomscroll li{
	line-height:18px;
	border-bottom:#CCCCCC solid 1px;
	list-style:none;
	text-decoration: none;
}

#mycustomscroll a{
	text-decoration: none;
	font-size: 11px;
	color: #999999;
}

/*#linkscroll a:link{
	font-family: arial;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
*/

#mycustomscroll a:hover{
	color: #CC0000;
}

#mycustomscroll H1{
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(img/bg_menu_H1.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#FFFFFF;
	line-height:22px;
	padding-left:5px;
	text-decoration: none;
}



.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
	text-decoration: none;
}

