body {
	background-color: #FFFFFF;
	color: #000080;
	font-family: "Segoe UI", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px 0px 5px 0px;
}

div.page{
	width: 800px;
	border: 1px solid #000080;
	margin: 0 auto;
}

a, a:visited {
	text-decoration: underline;
	color: #483d8b;
}

a:hover {
	text-decoration: underline;
	color: #000080;
}

a#white {
	color: #FFFFFF;
	text-decoration: none;
}

.header {
	background-image: url(images/top_gradient.png);
	height: 90px;
	background-color: #ffffff;
	border-bottom: 1px solid #000080;
}

.header_left {
	float: left;
}

.header_right {
	font-family: "Consolas", OCR A Extended, Courier New;
	font-size: 18px;
	color: #000080;
	float: right;
	padding: 45px 25px 0px 0px;
}


.main {
	background-color: #ffffff;
	padding: 20px;
	font-family: "Segoe UI", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #483d8b;
	border-top: 1px solid #000080;
}

H2 {
	font-family: "Segoe UI", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #cc0800;
	padding: 0px;
	margin: 0px;
}

ul.menu {
	list-style: none;
	font-family: "Consolas", OCR A Extended, Courier New;
	font-size: 18px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	clear: both;
	height: 29px;
}

li.menu {
	display: block;
	list-style: none;
	float: left;
	text-align: center;
}

A.menu, A.menu.visited {
	color: #000080;
	font-family: "Consolas", OCR A Extended, Courier New;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 5px;
	border: 1px solid #ffffff;
	text-decoration: none;
}

A.menu:hover {
	color: #000080;
	background-color: #ffbb66;
	font-family: "Consolas", OCR A Extended, Courier New;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #ff8800;
	text-decoration: none;
}

A.menu_sel, A.menu_sel.visited {
	color: #ee8300;
	font-family: "Consolas", OCR A Extended, Courier New;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 5px;
	border: 1px solid #ffffff;
	text-decoration: none;
}

A.menu_sel:hover {
	color: #ee8300;
	background-color: #ffbb66;
	font-family: "Consolas", OCR A Extended, Courier New;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #ff8800;
	text-decoration: none;
}

.footer {
   width: 800px;
	clear: both;
	color: #666666;
	margin: auto;
	text-align: center;
	padding: 0px;
}

ul {
	margin-bottom: 0px;
	margin-top: 0px;
	list-style-type: square;
}

li {
	list-style: square inside;
}

hr {
	height: 1px;
	color: #ffbb66;
}

b {
	font-weight: 600;
}

img {
  border: 0px;
}

img.mid {
  vertical-align: middle;
}

TD.pmhead {
	background-color: #CCE6FF;
	padding: 5px;
	text-align: center;
	font-weight: 600;
}

TD.pmrowa {
	background-color: #EEF7FF;
	padding: 5px;
	text-align: left;
}

TD.pmrowb {
	background-color: White;
	padding: 5px;
	text-align: center;
}

.copyright {
float:right;
padding:5px 0;
}

.validate {
float:left;
padding:5px 0;
}

a.copy, a.copy:visited {
   color: #666666;
}

a.copy:hover {
   color: #333333;
}

.xhtml,.css {
   padding:0px 12px 0px 20px;
}

a.xhtml, a.xhtml:visited {
   background:transparent url("images/xhtml.png") no-repeat left center;
   color: #666666;
}
a.xhtml:hover {
   color: #333333;
}

a.css, a.css:visited {
   background:transparent url("images/css.png") no-repeat left center;
   color: #666666;
}
a.css:hover {
   color: #333333;
}

table.refs td {
	text-align: center;
	vertical-align: top;
}

table.refs td a {
	display: block;
	width: 200px;
	background: transparent url("images/shadow_img.gif") no-repeat bottom center;
	padding-bottom: 0px;
}

table.refs td a img {
	border: 1px solid #cccccc;
	margin-bottom: 6px;
}

span.new {
	background: #ff0000;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}
