td {
	font-family: verdana, sans-serif;
	font-size: 8pt;
	color: #7B8684;
	margin-top: 0;
	margin-bottom: 0;
}
a:link {
	color: #7B8684;
	text-decoration: none;
}
a:visited {
	color: #7B8684;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
.nav a:link {
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;
	width: 124px;
}
.nav a:visited {
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;
	width: 124px;
}
.nav a:hover {
	color: #7B8684;
	background-color: ;
	text-decoration: ;
	font-weight: bold;
	width: 124px
}
h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #7B8684;
	margin-top: 0;
	margin-bottom: 0;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #7B8684;
	margin-top: 0;
	margin-bottom: 0;
}
h3 {
	font-size: 10pt;
	color: #7B8684;
	font-weight: bold;
	margin-top: 6;
	margin-bottom: 6;
}
h4 {
	font-size: 8pt;
	color: #CC3300;
	font-family: verdana, sans-serif;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h5 {
	font-size: 8pt;
	font-family: verdana, sans-serif;
	color: #7B8684;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h6 {
	font-size: 8pt;
	font-family: verdana, sans-serif;
	color: #7B8684;
	font-weight: normal;
    text-align: justify;
	margin-top: 0;
	margin-bottom: 6;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #7B8684;
}
.tabletop {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.tablebottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.tableboth {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
body {
    scrollbar-face-color:whitesmoke;
    scrollbar-arrow-color:#CC3300;
    scrollbar-track-color:whitesmoke;
    scrollbar-shadow-color: white;
    scrollbar-highlight-color:white;
    scrollbar-3dlight-color: #ccc;
    scrollbar-darkshadow-Color: #ccc;
}
.box {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background-color: whitesmoke;
    font-family: verdana;
	font-size: 8pt;
}
.tcbox {
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #ccc;
	background-color: whitesmoke;
}
.textbox {
    text-align: justify;
    height: 100%;
    width: 99%;
    overflow: auto;
    padding-right: 12px;
}
.mybox {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	width: 230px;
	background-color: whitesmoke;
    font-family: verdana;
	font-size: 8pt;
}