@charset "utf-8";
body {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
	background-color: #EBEBEB;
}
.maincont {
	background-color: #CCFFCC;
	border: 1px solid #003333;
}
h1 {
	font-size: 150%;
	color: #333333;
	line-height: 90%;
}
a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #001135;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}
.imgbrdr {
	border: 1px solid #003333;
}

h2 {
	font-size: 115%;
	color: #333333;
}
.maincont .topbox h3 {
	color: #999999;
}

h3 {
	font-size: 105%;
	color: #333333;
	line-height: 90%;
}
h2 {
	font-size: 115%;
	color: #333333;
}
.topbox {
	font-size: 150%;
	color: #FFFFFF;
	background-color: #0000FF;
	border-top-width: thick;
	border-bottom-width: thick;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003333;
	border-bottom-color: #003333;
}
.maincont th {
	font-size: 110%;
	font-weight: bold;
	color: #003300;
	letter-spacing: 0.12em;
	text-align: center;
	font-style: italic;
}

.greenbod {
	background-color: #CCFFCC;
}

.topbox h1 {
	font-size: 30px;
	font-weight: lighter;
	color: #FFFFFF;
}

.topmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003;
	background-color: #F5F5F5;
	text-align: center;
	font-weight: bold;
}
.topmenu a:link {
	background-color: #F0F0F0;
	text-decoration: none;
}
.topmenu a:visited {
	background-color: #F0F0F0;
	text-decoration: none;
}
.topmenu a:hover {
	background-color: #6CF;
	color: #009;
}
.topmenu a:active{
	background-color: #6CF;
}


.callron {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

