body {

	margin: 0;
	padding: 0; 
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 13px;
}


a:link
{color:#465846;;
font-weight:bold;
text-decoration:none;
}

a:active
{color:#465846;;
font-weight:bold;
text-decoration:none;
}

a:visited
{color:#465846;;
font-weight:bold;
text-decoration:none;
}

a:hover
{color:#465846;;
font-weight:bold;
text-decoration:underline;
}
h1 {
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
}

h2 {
font-size: 16px;
}


#content {
	background-color: #BED3E7;
	background-image: url(../bodybg.png);
	padding: 3em;
	margin:0.2em 2em;
	border: 2px solid #808BA4;
}


#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 300px;
	height: 300px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 15px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
float: right;
margin-right:0px;
padding-right:10px;
	width: 350px;
	height: 300px;
	overflow: auto;
	text-align:justify;
	margin-left:10px;
	background-image:url(../style/scroll.gif);
	background-repeat:repeat-y;
	background-position:34px 0;color:#666666;
	font-family:Arial, Helvetica, sans-serif;
font-size:12px;
	/* IE overflow fix, position must be relative or absolute*/

}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
float: right;

	width: 355px;
	overflow: auto;
	text-align:justify;
	background-image:url(../style/scroll.gif);
	background-repeat:repeat-y;
	background-position:29px 0;
	padding-left:-20px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/* IE overflow fix, position must be relative or absolute*/

}

#mycustomscroll5 {
/* Typical fixed height and fixed width example */
float: right;

	width: 355px;
	overflow: auto;
	text-align:justify;
	background-image:url(../style/scroll.gif);
	background-repeat:repeat-y;
	background-position:35px 0;
	padding-left:-20px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/* IE overflow fix, position must be relative or absolute*/

}


#mycustomscroll4 {
/* Typical fixed height and fixed width example */
float: right;

	width: 355px;
	overflow: auto;
	text-align:justify;
	background-image:url(../style/scroll.gif);
	background-repeat:repeat-y;
	background-position:29px 0;
	padding-left:-20px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/* IE overflow fix, position must be relative or absolute*/

}

mycustomscroll6 {
/* Typical fixed height and fixed width example */
float: right;

	overflow: auto;
	text-align:justify;
	background-image:url(../style/scroll.gif);
	background-repeat:repeat-y;
	background-position:29px 0;
	padding-left:-20px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/* IE overflow fix, position must be relative or absolute*/

}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 550px;
	height: auto;
	color: black;
	padding: 1px;
}


.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

#tab
{
width: 84px;
text-align:center;
background-image:url(../images/tab.gif);
background-repeat:no-repeat;
}

