body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3A2090;
	margin: 12px;
	padding: 12px;
	background-image: url(elements/tile.gif);
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	color: #7D6E69;
}
h2 {

	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #7D6E69;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
}
a {
	font-weight: bold;
}
a:link, a:visited{
	color: #0060B6;
	text-decoration: underline;
}
a:hover, a:visited:hover {
	color: #009900;
	text-decoration: none;
}
li {
	font-size: 13px;
	list-style-position: outside;
	padding-top: 4px;
}
.title {
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #990000;
}
.big {
	font-size: 20px;
}
.notice {
	font-size: 16px;
	font-weight: bold;
}
.main {
	font-size: 14px;
	background-color: #FFFFFF;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.sans {
	font-family: Arial, Helvetica, sans-serif;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
	text-indent: 0px;
}
.paragraph {
	text-align: left;
	text-indent: 10px;
	font-size: 13px;
}
.justify {
	text-align: justify;
}
.highlight {
	font-style: italic;
	font-weight: bold;
	color: #FFFF00;
}
.dark1 {
	color: #5511AA;
}
.dark2 {
	color: #006600;
}
.light1 {
	color: #00CCFF;
}
.light2 {
	color: #5A7D8B;
}
.error {
	color: #990000;
}
.errorborder {
	background-color: #990000;
	border: 1px solid #E92D25;
	color: #FFFFFF;
}
.success {
	color: #006600;
}
.black {
	color: #000000;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 1px;
}
.nav_size {
	color: #FFFFFF;
	text-decoration: none;
	width: 200px;
}
.nav_on {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-image: url(elements/nav_on.gif);
	height: 32px;
}
.nav_on a, .nav_on a:visited{
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 8px;
}
.nav_on a:hover, .nav_on a:visited:hover{
	color: #2F5BA6;
	text-decoration: none;
}
.nav {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-image: url(elements/nav_off.gif);
	height: 32px;
}
.nav a, .nav a:visited{
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 8px;
}
.nav a:hover, .nav a:visited:hover{
	text-decoration: none;
	color: #2F5BA6;
}
.subnav_on {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-image: url(elements/subnav_on.gif);
	height: 32px;
}
.subnav_on a, .subnav_on a:visited{
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 8px;
}
.subnav_on a:hover, .subnav_on a:visited:hover{
	color: #009900;
	text-decoration: none;
}
.subnav {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-image: url(elements/subnav_off.gif);
	height: 32px;
}
.subnav a, .subnav a:visited{
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 8px;
}
.subnav a:hover, .subnav a:visited:hover{
	text-decoration: none;
	color: #009900;
}
.border {
	border: 2px solid #EEEEFF;
}

.h_border {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EEEEFF;
	border-bottom-color: #EEEEFF;
}
.v_border {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EEEEFF;
	border-left-color: #EEEEFF;
}

.header {
	color: #FFFFFF;
	font-size: 13px;
}
.subheader {
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 4px;
	font-size: 16px;
	text-indent: 10px;
}
.footer {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #366CC3;
}
.darkback {
	background-color: #999999;
}
.darklink {
	color: #FFFFFF;
}
.darklink a, .darklink a:visited {
	color: #00FFFF;
}
.darklink a:hover, .darklink a:visited:hover {
	color: #00FF00;
	text-decoration: underline;
}
.blackback {
	background-color: #222222;
}
.blacklink {
	color: #FFFFFF;
}
.blacklink a:hover, .blacklink a:visited:hover {
	color: #00FFFF;
	text-decoration: underline;
}
.pad {
	padding: 6px;
}
.list {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.formnorm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}
.formlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 1px;
}
