
	body {color:#ffffff}
	
	
	.content{
		font-family:verdana;
		font-size: 9pt;
		font-weight: normal;
		color:white;
		background-color:#CC6666;
		}

	.content a{
		font-family:verdana;
		font-size: 9pt;
		font-weight: normal;
		color:white;
		background-color:#CC6666;
		text-decoration:none}

	.content a:hover{
		font-family:verdana;
		font-size: 9pt;
		font-weight: normal;
		color:yellow;
		background-color:#CC6666;
		text-decoration:underline}







	.menuH {
		font-family:Arial;
		font-size: 8pt;
		font-variant: small-caps;
		font-weight: bold;
		letter-spacing:3pt;
		color:white;
		}

	.menuH a{
		font-family:Arial;
		font-size: 8pt;
		font-variant: small-caps;
		font-weight: bold;
		letter-spacing:3pt;
		color:white;
		text-decoration:none}

	.menuH a:hover{
		font-family:Arial;
		font-size: 8pt;
		font-variant: small-caps;
		font-weight: bold;
		letter-spacing:3pt;
		color:yellow;
		text-decoration:underline}


	.menuItem {
		height:13;
		color:#ffffff;
		font-family:arial;
		font-size:9pt;
		font-weight:normal
		}

	.menuItem a{
		height:13;
		color:#ffffff;
		font-family:arial;
		font-size:9pt;
		font-weight:normal;
		text-decoration:none
		}

	.menuItem a:hover{
		height:13;
		color:yellow;
		font-family:arial;
		font-size:9pt;
		font-weight:normal;
		text-decoration:underline

		}



	.menuHead {
		border-top:1px solid #ffffff;
		border-bottom:1px solid #ffffff;
		height:18;
		color:yellow;
		back-groundcolor:#8D2520;
		font-family:verdana;
		font-size:10pt;
		font-weight:bold;
		}


	.voet {font-family: Arial; font-size: 7pt; font-variant: small-caps; font-weight: bold; letter-spacing:1pt}



        #ticker-container {
        position:relative;
        overflow:hidden;
        width: 500px;
        height: 100px;
        background-color: #CC6666;
		color:#ffffff;
        background-repeat: repeat;
        padding: 2px;
        border:  dotted ;
        }
	
	#ticker {
		position:relative;
		width:490px;
	}
	
	#ticker ul {
		padding:0;
		margin:0;
		list-style-type:none;
	}
	#ticker ul li {
            display:list-item;
            margin-top: 1px;
            margin-bottom: 1px;
            padding-top: 1px;
            padding-bottom: 1px;
            font-family: arial;
            font-size: 10pt;
            font-weight: 800;
            color: ;
            padding-left: 2px;
	}
	
	#ticker ul li a {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	padding-left: 2px;
	}
        
        #ticker ul li a:hover {
	font-family: verdana;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
	padding-left: 2px;
        }
