/***********************************************/
/* style.css                            */
/***********************************************/
/* Helles Petrol: ADC2C2 */
/* Petrol II: 90AFAA */
/* Petrol III: 83AAA2 */
/* Grau: #595959 */
/* blau: CCCCE0 */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
    background:#fff;
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #595959;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;

	scrollbar-base-color:#fff; 
	scrollbar-track-color:#fff;
	scrollbar-face-color:#ADC2C2;
	scrollbar-highlight-color:#ADC2C2;
	scrollbar-3d-light-color:#ADC2C2;
	scrollbar-dark-shadow-color:#ADC2C2;
	scrollbar-shadow-color:#fff;
	scrollbar-arrow-color: #fff;

}

/******* hyperlink and anchor tag styles *******/

a:link {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #83AAA2;
	text-decoration: none;
}

a:visited
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #83AAA2;
	text-decoration: none;
}


a:hover{
	font-family: Verdana, Arial;
	font-size: 10pt;
	text-decoration: underline;
}

/********************* end **********************/

table{
	font-family: Verdana, Arial,sans-serif;
	font-size: 10pt;
}

h1{
	line-height: 1;	
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #83AAA2;
}