@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 100%;
	height: 100%;
	list-style-type: disc;
	background-color: #FFFFCC;
	padding: 0;
	margin: 0;
}
.Header {
	width: 100%;
	height: 123px;
	padding: 0;
	margin: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow: hidden;
}
.colleft {
	vertical-align: top;
	padding: 20px 0 20px 22px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/menubg.jpg);
	background-repeat: repeat-y;
}
.colright {
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
}
.colschema {
	font-size: 10px;
	text-align: left;
	vertical-align: top;
}
.coltab {
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	background-color: #FFFFFF;
}
.txt {
	margin: 10px;
	height: auto;
	width: 90%;
}
p {
	font-size: 12px;
	list-style-type: disc;
	margin: 10px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	margin-right: 10px;
	margin-bottom: 14px;
	margin-left: 10px;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	color: #800080;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
a:link {
	font-weight: 600;
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background-color: #FF9900;
	color: #0066CA;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
	font-weight: 600;
}

