/* CSS Document */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	letter-spacing:2px;
	margin-bottom:-8px;
}

 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	margin-bottom:-8px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#000000;
	margin-bottom:-3px;
}

p {
	margin-bottom:-5px;
}

.white {
	color:#FFFFFF;
	font-size:12px;
}

.red {
	color:#FF0000;
	font-size:12px;
}

.red_sm {
	color:#FF0000;
	font-size:11px;
}

.site {
	margin-left:0px;
	margin-top:0px;
	margin-bottom:-3px;
}

.site2 {
	margin-left:35px;
	margin-top:15px;
}


.site3 {
    TEXT-ALIGN: justify;
	margin-left:10px;
	margin-top:10px;
	width:280px;
}

.grau {
	color:#77767B;
	font-size:13px;
}

.table {
    FONT-SIZE: 11px; 
	FONT-FAMILY: verdana,arial,helvetica,sans-serif; 
	COLOR: #000000; 
	FONT-WEIGHT: bold;
	border-style: dashed; border-width: 1 1 1 1; border-color: white;
}

.inp {
    FONT-SIZE: 10px; 
	FONT-FAMILY: verdana,arial,helvetica,sans-serif; 
	COLOR: #000000; 
	FONT-WEIGHT: normal;
}

.button {
 FONT-SIZE: 10px; 
	FONT-FAMILY: verdana,arial,helvetica,sans-serif; 
	COLOR: #000000; 
	FONT-WEIGHT: bold;
}

body,table {  font-family : Arial, Helvetica, sans-serif;
   font-size : 11px;
   color : black;
			scrollbar-highlight-color: #D6D6D6;
			scrollbar-3dlight-color: white;
			scrollbar-darkshadow-color: #E5E5E5;
			scrollbar-arrow-color: black;
			scrollbar-track-color: #E8E8E8;
			scrollbar-face-color: #CCCCCC;
	 }

 a {  font-family : Arial, Helvetica, sans-serif;
      color : #000000; 
			text-decoration : none; }
 a:hover {
 			text-decoration : underline;
	 }
