body {
	color: black;
	background-color: #007ED2;
}
body, td, p, li {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 10pt;
}
/*h1 {
	font-size: 140%;
	font-weight: bold;
	color: #006EB5;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #006EB5;
}*/
h1 {font-size: 140%; font-weight: bold; 		color: #006EB5;}
h2 {font-size: 100%; font-weight: bold; 		color: #006EB5;}
h3 {font-size: 90%; font-weight: bold; 		color: #006EB5;}
h6 {
	font-size: 80%;
	font-weight: bold;
	color: #006EB5;
}

h5 { font-size: 110%;
margin-top: 2px;  margin-bottom: 2px; }

.menu {
	border-left: 12px solid #FF730D;
	border-right: 12px solid #FF730D;
	background-color: #FFEE0D;
	padding: 10px 0px 10px 5px;
}

.window {
	background-color: White;
	border-left: 1px solid #FF7F20;
	border-right: 1px solid #C15300;
}

.header {
	border-left: 12px solid #FF730D;
	border-right: 12px solid #FF730D;
	padding: 36px 20px 30px 20px;
}


.content {
	padding: 10px 14px 10px 14px;
	border-right: 12px solid #FF730D;
	background-color: White;
}

a, a:visited {
	color: #005AB0;
	text-decoration: none;
}

a.light, a:visited.light {
	color: White;
}

a:hover {
	color: #FF730D;
	background-color: White;
}

a:hover.light {
	color: #FF730D;
	background-color: White;
}

.msgs {
	background-color: #FFFCD4;
	border: 1px solid #FFEF08;
	margin: 8px 8px 8px 8px;
	padding: 6px 6px 6px 6px;
}
.mini-form {
	background-color: #D4F0FF;
	font-size: 80%;
	font-weight: bold;
	color: #007ED2;
}