
body {	
	       	scrollbar-face-color: #239902; 
               	scrollbar-highlight-color: #666666; 
               	scrollbar-3dlight-color: #FFFFFF; 
               	scrollbar-darkshadow-color: #808080; 
               	scrollbar-shadow-color: #C0C0C0; 
               	scrollbar-arrow-color: #FFFFFF; 
               	scrollbar-track-color: white;
        	background: #FDFEFE url(images/bluebg.jpg) repeat-x;
	        height: 500px; 
		color : #494B4C;
 
}

a:link, a:visited {
		font-weight : normal;
		color : #17679F;
		text-decoration : none;
} 

a:hover {
		font-weight : normal;
		color : #1A77B7;
		background : normal;
		text-decoration : underline;
} 

a:active {
		font-weight : normal;
		color : #1A77B7;
		background : normal;
		text-decoration : none;
} 
            
.menu a:link { 	color: white; text-decoration: none; font-weight : bold; }
.menu a:active { color: lightblue; text-decoration: none; font-weight : bold; }
.menu a:visited { color: white; text-decoration: none; font-weight : bold; }
.menu a:hover { color: white; text-decoration: underline; font-weight : bold; }

.topmenu a:link { color: white; text-decoration: none; font-size : 8pt; font-family : Verdana;}
.topmenu a:active { color: lightblue; text-decoration: none; font-size : 8pt; font-family : Verdana;}
.topmenu a:visited { color: white; text-decoration: none; font-size : 8pt; font-family : Verdana;}
.topmenu a:hover { color: black; text-decoration: underline; background : white; font-size : 8pt; font-family : Verdana;}

.pagemenu a:link { color: white; text-decoration: none; font-weight : bold; font-size : 10pt; font-family : Verdana;}
.pagemenu a:active { color: lightblue; text-decoration: none; font-weight : bold; font-size : 10pt; font-family : Verdana;}
.pagemenu a:visited { color: white; text-decoration: none; font-weight : bold; font-size : 10pt; font-family : Verdana;}
.pagemenu a:hover { color: white; text-decoration: underline; font-weight : bold; font-size : 10pt; font-family : Verdana; background : #C35F94;}

td {		font-size : 15px;
		font-family : Verdana,Geneva,Arial,Helvetica;
		color : #494B4C;
} 

p {		font-size : 15px;
		font-family : Verdana,Geneva,Arial,Helvetica;
		color : #494B4C;
} 

.headline {
		font-size : 20px;
		font-family : Verdana;
		color : #494B4C;
		font-weight : bold;
} 

.footer {
		font-size : 8pt;
		font-family : Verdana,Geneva,Arial,Helvetica;
		color : #494B4C;
} 

.bgindex { 
		background-image: url('images/bg-index.jpg');
	        background-color: #CFCDCC;
	        background-repeat: no-repeat;
	        height: 700px 
}
