body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #006699;
}

h2,h3,h4,h5 {color: #006699;font-family: Arial, Helvetica, sans-serif;	}

header {
	overflow: auto;
	position: absolute;
	z-index: auto;
	top: 10px;
	right: 10px;
	background-color: #0066CC;
	background-repeat: repeat;
	color: #0000CC;
}
.tablestyle {
	background-color: #FFFFFF;
	border-right-width: 12px;
	border-right-style: solid;
	border-right-color: #6699CC;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #6699CC;
}
h2, h1 {
	color: #006699;
	font-weight: 400;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;	
}

h2.underscore {

	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC66;

}

.header_add {
	font-size: smaller;
	padding: 8px;
	color: #6699CC;
}
.tablerightdotborder {
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #6699CC;
	padding: 12px;
	font-size: smaller;
}
.tablestyle-footer {
	background-color: #006699;
	border-right-width: 12px;
	border-right-style: none;
	border-right-color: #006699;
	border-left-width: 12px;
	border-left-style: none;
	border-left-color: #006699;
	color: #66CCFF;
	border-top-style: double;
	border-top-width: 8px;
	border-top-color: #6699CC;
}

.tablestyle-footer p {
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 8px;

}

.table-norightdotborder {
	padding: 12px;
	font-size: smaller;
}
em {
	text-decoration: none;
}
.navlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-variant: small-caps;
	font-weight: bold;
	margin:0;
	list-style-type: none;
	padding: 0px;
}

.navlist li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
}

.navlist a {
	line-height: 1.6em;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #6699CC;
	display: block;
	padding: 6px 6px 6px 8px;
	background-image: url(curve.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	
}

.navlist a:hover {
	text-decoration:none;
	background-color: #006699;
	background-image: url(curve_ov.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#navlist_active {
	text-decoration:none;
	background-color: #006699;
	background-image: url(curve_ov.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFCC66;
}
.contentcell {
	padding: 2px 10px 14px;
}

.contentcell p {
	font-size: smaller;	
}

.contentcell li {
	font-size: smaller;	
}

.contentcell td {
	font-size: smaller;	
}

img {
	padding: 4px;
}
input, textarea {
	font-weight: bold;
	color: #006699;
	margin: 0px;
	padding: 2px;
	border: 1px solid #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
a {
	color: #006699;
}
a:hover {
	color: #FFCC66;
	text-decoration: none;
}

