


body, td {
	font-family: verdana, sans-serif;
	font-size: 12px;
}


#header {

	font-size: 22px;
	font-weight: bold;

	border-bottom: 1px #000000 solid;
}


#bottom_nav {
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px #000000 solid;
}



#footer {
	font-size: 10px;
	padding-right: 10px;
	border-top: 1px #000000 solid;
}


#page_header {
	font-weight: bold;
	font-size: 20px;
	
	margin-bottom: 4px;
}

#main {
	border-right: 1px #000000 dotted;
}

.fullp {
	text-align: justify;
	margin-right: 50px;
}

.flc {
	font-weight: bold;
	text-align: right;
}

.inpt {
	width: 300px;
	border: 1px #000000 solid;
	background-color: #eeeeee;
	color: #0000ff;
	font-family: verdana, sans-serif;
}


.submt {
	background-color: #0000ff;
	color: #ffffff;
	font-weight: bold;
}

.error_div {
	display: none;
	color: #ff0000;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}


hr.left_nav {
	height: 1px;
	color: #000000;
}

#left_nav_headline {
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}







a:hover {
	color: #ff0000;
	text-decoration: none;
}


a.left {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-color: #eeeeee;
	display: block;
	
	padding-left: 3px;
	
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-left: 1px #000000 solid;
}

a.left:visited {
	color: #6666ff;
}

a.left:hover {
	background-color: #cccccc;
	color: #000099;
	border-color: #000099;
}



a.bottom {
	font-size: 10px;
}

a.bottom:visited {
	color: #6666ff;
}

a.bottom:hover {
	color: #000099;
	border-color: #000099;
}


a.left_nav_headline_link {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}



a.checkboxCheckerUnchecker,
a.checkboxCheckerUnchecker:visted,
a.checkboxCheckerUnchecker:hover
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}