body {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	position: static;
	z-index: 1;
	background-color: #FFFFFF;
}
body, div, span, th, td, p, li, ul, ol, font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006686;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

textarea, form, input, select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.Medium {
	font-size: 16px;
}
.noborder, a.noborder, img.noborder {
	text-decoration: none;
	border-bottom: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
	color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

a:link {
	color: #006686;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
a:active {
	color: #18a554;
	text-decoration: underline;
}
a:hover {
	color: #18a554;
	border-bottom-width: 1px;
	border-bottom-style: double;
}

dt {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006686;
}
h4 {
	font-size: 16px;
	padding-top: 0;
	padding-bottom: 3px;
}

hr { color: #006686; height: 1px; }

a.popup span {display: none;}
a.popup:link, a.popup:visited {text-decoration: none; padding: 5px;}
a.popup:hover span {
	display: block;
	position: static;
	top: 200px;
	left: 50px;
	width: 125px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	color: blue;
	background: white;
	font: 10px Verdana, sans-serif;
	text-align: center;
	border-top: 1px dashed orange;
	border-bottom: 1px dashed orange;
	border-left: 1px dashed orange;
	border-right: 1px dashed orange;
}
a.popup:hover {color: orange; background: #0099CB;
	border-top: 1px dashed orange;
	border-left: 1px dashed orange;
	border-right: 1px dashed orange;
	padding: 5px;
}

a.button:link, a.button:visited {
	text-decoration: none;
	padding: 5px;
	margin: 0px;
	border: 1px solid #006686;
	background-color: #FFFFCC;
	height: auto;
	width: auto;
}
a.button:hover, a.button:active {
	color: #CCFFFF;
	background: #FF6600;
	padding: 5px;
	border: 1px solid #006686;
	margin: 0px;
	text-decoration: none;
	height: auto;
	width: auto;
}
.white {color: #FFFFFF}
table.table1 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
th.table1 {
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-right: 10px;
}
#previewlayer {
	visibility:hidden;
	position:absolute;
	width:100px;
	height:10px;
	z-index:5;
	left:3px;
	text-align: center;
}
