
body, table, p {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

ul, li {
	list-style : url(../images/zbullet.gif?v=1);
}

a:link, a:active, a:visited, a:hover {
	font-size : 11px;
	font-weight : bold;
}

a:link, a:active {
	color : rgb(227,119,47);
	text-decoration : none;
}

a:visited {
	color: rgb(227,119,47);
	text-decoration:none;
}

a:hover {
	
	text-decoration: underline;
	color : #CC6600;
}

td.submenu {
	cursor : pointer;
}

table.border {
	border : thin solid #AC7651;
	padding : 5px;
	background-color : #FFDaBe;
}

input.submit {
	color: #663300;
	font-weight: bold;
	background-color: #ffdabe;
	border : thin solid #ac7651;
	text-align: center;
}

.oben {
	background-color: #E8A670;
	font-weight: bold;
	color: #663300;
	border-bottom : thin solid #D29D75;
}

.oben-n {
	background-color: #E8A670;
	color: #663300;
	border-bottom : thin solid #D29D75;
}

.unten {
	background-color: #E8A670;
	font-weight: bold;
	color: #663300;
	border-top : thin solid #D29D75;
}

.links {
	background-color: #E8A670;
	font-weight: bold;
	color: #663300;
	border-right: thin solid #D29D75;
}

.fill-b {
	background-color: #E8A670;
	font-weight: bold;
	color: #663300;
}

.fill-n {
	background-color: #E8A670;
	color: #663300;
}

h1 {
	font-size: 25px;
	color: #884411;
	text-align: center;
	font-variant : small-caps;
	letter-spacing : 2px;
	margin-bottom : 25px;
	margin-top : 25px;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	color: rgb(227,119,47);
	text-align: center;
	font-variant : normal;
	letter-spacing : 1px;
	margin-bottom : 19px;
	margin-top : 19px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	color: #884411;
	text-align: center;
	font-variant : normal;
	margin-bottom : 16px;
	margin-top : 16px;
	font-weight: bold;
}

h4 {
	font-size: 13px;
	color: #884411;
	text-align: center;
	font-variant : small-caps;
	margin-bottom : 10px;
	margin-top : 10px;
	font-weight: bold;
	font-style: italic;
}

h5 {
	font-size: 11px;
	color: #884411;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}

h6 {
	font-size: 13px;
	color: #884411;
	text-align: left;
	font-weight: bold;
	font-style: italic;
}

.center{
	text-align: center;
}

.right {
	text-align: right;
}

.fails{
	color: red;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.edit{
	color: #bd0000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.boldBrown{
	color: #884411;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
}

.orange {
	color: #cc6600
}