/* G E N E R A L */

body{
	color:#FFFFFF;
	font: 11px Arial, sans-serif;	
	line-height:1.8em;
	SCROLLBAR-FACE-COLOR:#FFFF00; 
	SCROLLBAR-ARROW-COLOR:white; 
	SCROLLBAR-TRACK-COLOR:#FFFF00;
	scrollbar-dark-shadow-color:#FFFF00;
	background-color:#d4dfe9;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	
	}



h1, h2, h3, h4{
	color:#000000;
	font-size:24px;
	}

h1, h2, h3, h4{
	font-size:14px;
	}

ul {
	list-style-type:circle;
	}

li {
	margin: 0 25px;
	}

a img{
	border:none;
	}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}