body {
background: #ffffff url(../images/bck_page.jpg) repeat-x;
background-position: 50% 20px;
margin: 0;
padding: 0;
}

a:link{color: #FFFFFF;
}

a:hover{color: #FFFF00;
}

a:visited{ color:#FFFFFF;
}
.ibox_stylea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#FFFFFF
}
.ibox_style {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color:#FFFFFF
}
.ibox_style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color:#FFFFFF
}
.ibox_style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#FFFFFF
}
#ticker-container {
        position:relative;
        overflow:hidden;
        width: 300px;
        height: 50px;
        background-color: #00608C;
        background-repeat: repeat;
        padding: 1px;
        }
	
#ticker {
		position:relative;
		width:310px;
	}
	
#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: verdana;
            font-size: x-small;
            font-weight: normal;
            color: #ffffff;
            padding-left: 2px;
	}
	
#ticker ul li a {
            font-family: verdana;
            font-size: x-small;
            font-weight: bold;
            color: #ffffff;
            text-decoration: none;
            padding-left: 2px;
	}
        
#ticker ul li a:hover {
            font-family: verdana;
            font-size: x-small;
            color: #ffff00;
            text-decoration: none;
            padding-left: 2px;
        }
        