body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
}
label {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
}
div {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
}
.ibutton {
	width: 72;
	height: 18;
	color: #FFFFFF;
	background-color: #008800;
	border-bottom-color: #006600;
	border-left-color: #00AA00;
	border-right-color: #006600;
	border-top-color: #00AA00;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
}
.itext {
	width: 150;
	height: 18;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom-color: #00AA00;
	border-left-color: #006600;
	border-right-color: #00AA00;
	border-top-color: #006600;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
}
.imemo {
	color: #000000;
	background-color: #FFFFFF;
	border-bottom-color: #00AA00;
	border-left-color: #006600;
	border-right-color: #00AA00;
	border-top-color: #006600;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
}
h1 {
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	font-style: normal; 
	font-size: 24px;
}
h2 {
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	font-style: normal; 
	font-size: 18px;
}
h3 {
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	font-style: normal; 
	font-size: 14px;
}
h4 {
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	font-style: normal; 
	font-size: 12px;
}
h5 {
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	font-style: normal; 
	font-size: 10px;
}
h6 {
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	font-style: normal; 
	font-size: 8px;
}
.tableheader {
	background-color: #000088;
}
.tablemenuh {
	background-color: #000088;
}
.tablemenuv {
	background-color: #000088;
}
.tablecontent {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
}
.tablefooter {
	background-color: #000088;
}
.pageheader {
	color: #FFFFFF;
}
.pagelabel {
	color: #FFFFFF;
	font-size: 10px;
}
table {
	table-layout: fixed;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
}
a:link {
	color: #0000FF;
	font-size: 12px;
}
a:active {
	color: #0000FF;
	font-size: 12px;
}
a:visited {
	color: #0000FF;
	font-size: 12px;
}
a:visited:hover {
	color: #0000FF;
	font-size: 12px;
}
a:hover {
	color: #0000FF;
	font-size: 12px;
}
a:link.btnanchor {
	color: #FFFFFF;
	text-decoration: none;
}
a:active.btnanchor {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.btnanchor {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited:hover.btnanchor {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.btnanchor {
	color: #FFFFFF;
	text-decoration: none;
}
div.divlayout#box {
 	position: relative;
	width: 770px;
	height: 100%;
}
div.divlayout#header {
	position: relative;
	width: 770px;
	height: auto;
	background-color: #000088;
	clip: rect(0, 770, auto, 0);
}
div.divlayout#block {
	position: relative;
	width: 770px;
	height: auto;
	margin-top: 8px;
	clip: rect(0, 770, auto, 0);
}
div.divlayout#panelleft {
	position: relative;
	width: 166px;
	height: auto;
	top: 0;
	left: 0;
	float: left;
	background-color: #000088;
	clip: rect(0, 166, auto, 0);
}
div.divlayout#panelright {
	position: relative;
	width: 166px;
	height: auto;
	top: 0;
	right: 0;
	float: right;
	background-color: #000088;
	clip: rect(0, 166, auto, 0);
}
div.divlayout#content {
	position: relative;
	width: 432;
	height: auto;
	top: 0;
	left: 2px;
	float: left;
	background-color: #FFFFFF;
	clip: rect(0, 432, auto, 0);
}
div.divlayout#footer {
	position: absolute;
	width: 770px;
	height: 22px;
	left: 0px;
	bottom: 0px;
	background-color: #FFFF00;
	clip: rect(0, 770, 22, 0);
}
div.divlayout#banner {
	background-color: #000088;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}
a.divitem {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	display: block;
	width: 150;
	height: 21;
	cursor: pointer;
	clip: rect(0, 150, 21, 0);
	padding-top: 2px;
}
a.divitem#green {
	color: #DDDDDD;
	background-image: url('images/button_green.gif');
	background-color: #008800;
}
a.divitem#red {
	color: #DDDDDD;
	background-image: url('images/button_red.gif');
	background-color: #880000;
}
a.divitem#yellow {
	color: #222222;
	background-image: url('images/button_yellow.gif');
	background-color: #888800;
}
a:link.divitem#green {
	color: #DDDDDD;
	text-decoration: none;
	background-color: #008800;
}
a:link.divitem#red {
	color: #DDDDDD;
	text-decoration: none;
	background-color: #880000;
}
a:link.divitem#yellow {
	color: #222222;
	text-decoration: none;
	background-color: #888800;
}
a:active.divitem#green {
	color: #DDDDDD;
	text-decoration: none;
	background-color: #008800;
}
a:active.divitem#red {
	color: #DDDDDD;
	text-decoration: none;
	background-color: #880000;
}
a:active.divitem#yellow {
	color: #222222;
	text-decoration: none;
	background-color: #888800;
}
a:visited.divitem#green {
	color: #DDDDDD;
	text-decoration: none;
	background-color: #008800;
}
a:visited.divitem#red {
	color: #DDDDDD;
	text-decoration: none;
	background-color: #880000;
}
a:visited.divitem#yellow {
	color: #222222;
	text-decoration: none;
	background-color: #888800;
}
a:visited:hover.divitem#green {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00CC00;
}
a:visited:hover.divitem#red {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
}
a:visited:hover.divitem#yellow {
	color: #000000;
	text-decoration: none;
	background-color: #CCCC00;
}
a:hover.divitem#green {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00CC00;
}
a:hover.divitem#red {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
}
a:hover.divitem#yellow {
	color: #000000;
	text-decoration: none;
	background-color: #CCCC00;
}
a.funcbutton {
	width: 26;
	height: 26;
	font-size: 12px;
	background-color: #008800;
	display: block;
	cursor: pointer;
	clip: rect(0, 26, 26, 0);
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-top: 1px #008800 solid;
	border-left: 1px #008800 solid;
	border-bottom: 1px #008800 solid;
	border-right:	1px #008800 solid;
}
a:link.funcbutton {
	background-color: #008800;
	border-top: 1px #008800 solid;
	border-left: 1px #008800 solid;
	border-bottom: 1px #008800 solid;
	border-right:	1px #008800 solid;
}
a:active.funcbutton {
	background-color: #008800;
	border-top: 1px #005500 solid;
	border-left: 1px #005500 solid;
	border-bottom: 1px #00BB00 solid;
	border-right:	1px #00BB00 solid;
}
a:visited.funcbutton {
	background-color: #008800;
	border-top: 1px #008800 solid;
	border-left: 1px #008800 solid;
	border-bottom: 1px #008800 solid;
	border-right:	1px #008800 solid;
}
a:visited:hover.funcbutton {
	background-color: #00CC00;
	border-top: 1px #00FF00 solid;
	border-left: 1px #00FF00 solid;
	border-bottom: 1px #009900 solid;
	border-right:	1px #009900 solid;
}
a:hover.funcbutton {
	background-color: #00CC00;
	border-top: 1px #00FF00 solid;
	border-left: 1px #00FF00 solid;
	border-bottom: 1px #009900 solid;
	border-right:	1px #009900 solid;
}
div.printerready {
	position: relative;
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
}
a.catlink { 
	color: #FFFFFF;
}
a:link.catlink { 
	color: #FFFFFF;
}
a:active.catlink {
	color: #FFFFFF;
}
a:visited.catlink {
	color: #FFFFFF;
}
a:visited:hover.catlink {
	color: #FFFFFF;
	background-color: #0000DD;
}
a:hover.catlink {
	color: #FFFFFF;
	background-color: #0000DD;
}
.boxtitle {
	background-color: #000088;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
}
.userbox {
	background-color: #000088;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
}
hr {
	height: 4px;
	border: 2px inset #00CC00;
	background: #00CC00;
}
form { 
	margin-top: 0px;
	margin-bottom: 0px;
}
#webring {
	clear: both;
	width: 100%;
	text-align: center;
}
#webring table {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
}
#webring td {
	text-align: left;
	font-size: 8px;
	line-height: 8px;
}
#webring td a {
	text-align: left;
	font-size: 8px;
	line-height: 8px;
}

