p {
	margin: 0px;
	font: 11px Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	background-color: #5e6d72;
	background-image: url(img/bgdots.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
}
.white {
	color:#FFF;
	text-decoration:none;
}
.white:hover {
	color:#CCCCCC;
	text-decoration:none;
}
a:link.white {
	color:#FFF;
}
a:hover.white {
	color:#000;
	background-color:#FFFFFF;
	text-decoration:none;
}
a:active.white {
	color:#FFF;
	background-color:#555;
	text-decoration:none;
}
a:visited.white {
	text-decoration: none;
}
.black {
	color:#000;
	text-decoration:none;
}
.black:hover {
	color:#333;
	text-decoration:none;
}
a:link.black {
	color:#000;
}
a:hover.black {
	color:#000;
	background-color:#FFF;
	text-decoration:none;
}
a:active.black {
	color:#000;
	background-color:#FFF;
	text-decoration:none;
}
a:visited.black {
	text-decoration: none;
}
.surround {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	width: 960px;
}
.content {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}
.surroundlo {
	background-color: #daedf7;
	border: 1px solid #427AA8;
}
.bglo {
	background-color: #FFFBF2;
}
.bggr {
	background-color: #F4FBFD;
	border: 1px dashed #3F6685;
}
.menu {
	border: 1px solid #A2A2A2;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	color: #427AA8;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
}
.blue {
	color: #427AA8;
}
.green {
	color: #006633;
}
a:link.blue {
	color:#427AA8;
}
a:hover.blue {
	color:#FFFFFF;
	background-color:#427AA8;
	text-decoration:none;
}
a:active.blue {
	color:#FFF;
	background-color:#427AA8;
	text-decoration:none;
}
a:visited.blue {
	text-decoration: none;
}
.grey {
	color:#999999;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	height: 32px;
	color: #333333;
	background-color: #E8F1F9;
	padding-left: 10px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(img/title-bg.gif);
	height: 32px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	width: 125px;
}
.dashtable {
	border: none;
}
table.dashtable {
}
table.dashtable td {
	border-bottom: 1px dashed #A9CADA;
}
table.dashtable tr:hover {
	background-color: #F8F8F8;
}
.fill {
	background-image: url(img/title-bg.gif);
}
.menuoption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	background-color: #E8F1F9;
	height: 24px;
	padding: 5px;
	text-align: left;
}
.columnheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #4E6FA0;
	height: 32px;
	padding: 3px;
	text-align: center;
}

