body {
    scrollbar-base-color: #81CAE0;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #5CAAC2;
}

.headline {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 13px;
        font-style: normal;
        line-height: normal;
        font-weight: bold;
        font-variant: normal;
        color: #00546C;

        text-decoration: none;
}
.text {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 13px;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        color: #00546C;

        text-decoration: none;
}
.text2 {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 13px;
        font-style: normal;
        line-height: normal;
        font-weight: bold;
        font-variant: normal;
        color: #FFFFFF;

        text-decoration: none;
}

.text3 {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 15px;
        font-style: normal;
        line-height: normal;
        font-weight: bold;
        font-variant: normal;
        color: #00546C;

        text-decoration: none;
}

a       {
        font-family: verdana, arial, helvetica, sans-serif;
		font-size:13;
        color: #00546C;
        text-decoration: underline;
}

a:hover {
        color: #FFFFFF;
        text-decoration: underline;
}

INPUT {
  	BACKGROUND-COLOR: #FFFFFF;
}
SELECT {
  	BACKGROUND-COLOR: #FFFFFF;
}
TEXTAREA {
  BACKGROUND-COLOR: #FFFFFF;
}
.button {	
	FONT-WEIGHT: bold;   
	CURSOR: pointer; 
	font-size: 13px;
}



