/* CSS Document */


H1,H2,H3 {
	background-color : transparent;
	color : #333333;
	text-decoration : none;
	font-weight : bold;
	font-family: Verdana;
	font-size: 18px;
}



A:link {
	background-color : transparent;
	color : #86141B;
	text-decoration : none;
	font-weight : bold;
	font-family: Verdana;
	font-size: 11px;
}
A:visited {
	background-color : transparent;
	color : #86141B;
	font-weight : bold;
	text-decoration : none;
	font-family: Verdana;
	font-size: 11px;
}
A:hover {
	background-color : transparent;
	color : #86141B;
	font-weight : bold;
	text-decoration : underline;
	font-family: Verdana;
	font-size: 11px;
}
A:active {
	background-color : transparent;
	color : #86141B;
	font-weight : bold;
	text-decoration : none;
	font-family: Verdana;
	font-size: 11px;
}
 
A.linkweiss:link {
	background-color : transparent;
	color : #ffffff;
	text-decoration : none;
	font-weight : normal;
	font-family: Verdana;
	font-size: 9px;
}
A.linkweiss:visited {
	background-color : transparent;
	color : #ffffff;
	font-weight : normal;
	text-decoration : none;
	font-family: Verdana;
	font-size: 9px;
}
A.linkweiss:hover {
	background-color : transparent;
	color : #ffffff;
	font-weight : normal;
	text-decoration : underline;
	font-family: Verdana;
	font-size: 9px;
}

A.linkweiss:active {
	background-color : transparent;
	color : #ffffff;
	font-weight : normal;
	text-decoration : none;
	font-family: Verdana;
	font-size: 9px;
}

A.right:link {
	background-color : transparent;
	color : #cc0001;
    	text-align: right;
	text-decoration : none;
	font-weight : bold;
	font-family: Verdana;
	font-size: 11px;
}
A.right:visited {
	background-color : transparent;
	color : #cc0001;
    	align: right
	font-weight : bold;
	text-decoration : none;
	font-family: Verdana;
	font-size: 11px;
}
A.right:hover {
	background-color : transparent;
	color : #cc0001;
    	align: right
	font-weight : bold;
	text-decoration : none;
	font-family: Verdana;
	font-size: 11px;
}

A.right:active {
	background-color : transparent;
	color : #cc0001;
    	align: right
	font-weight : bold;
	text-decoration : none;
	font-family: Verdana;
	font-size: 11px;
}


p.weiss {
	background-color : transparent;
	color : #666666;
	font-weight : bold;
	text-decoration : none;
	font-family: Verdana;
	font-size: 24px;
}

p.weiss2 {
	background-color : transparent;
	color : #666666;
	font-weight : normal;
	text-decoration : none;
	font-family: Verdana;
	font-size: 14px;
	line-height: 70%;
	
}

p.black {
	background-color : transparent;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-family: Verdana;
	font-size: 10px;
	line-height: 70%;
	
}

body {
    overflow-x: hidden;
    font-weight : regular;
    text-decoration : bold;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-color:#666666;
    scrollbar-face-color:#FFFFFF;
    scrollbar-shadow-color:#444444;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-3dlight-color:#CCCCCC;
    scrollbar-darkshadow-color:#FFFFFF;
    scrollbar-track-color:#FFFFFF;
    scrollbar-arrow-color:#666666;

}

html {overflow-x:hidden;}

p {
 
      line-height: 160%;
      font-size: 12px;
      color: #333333;
}
 
label {
 	width: 4em;
 	float: left;
	font:Arial, Verdana, sans-serif;
	font-size: 8px;
	font-style: bold;
	color:#333333;
 	text-align: left;
 	margin-right: 1.5em
 	display: block
}

 
input {
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #666666;
}

submit input {
 	color: #000000;
 	background: #FFFFFF;
 	border: 2px outset #d7b9c9
 	margin-left: 4.5em;
 } 
 
fieldset {
	border: 1px solid #896037;
	width: 20em
	font-size:10px;
}

legend {
 	font:Arial, Verdana, sans-serif;
	font-size:10px;
	color: #896037;
	background: #ffa20c;
	border: 1px solid #781351;
	padding: 2px 6px
}

TEXTAREA {
	line-height:100%
	font:Arial, Verdana, sans-serif;
	font-size:10px;
	font-style: normal;
	font-weight: bold;
    	color : #003E7D; 
	
}

td {
	font-size:13px;
	font-weight : normal;
	margin: 0px;
	padding: 0px;
	font-family: Arial,Verdana,sans-serif;
} 


th {
	font-size:13px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: Arial,Verdana,sans-serif;
}