body  {
    	font: 14px Verdana, sans-serif;
    	margin: 0; 
    	padding: 0;
    	text-align: center; 
    	color: #000000;
		}
.ticker{
		font: 14px Helvetica sans-serif;
		background: #D8D5D1;
		color: #000000;
		font-weight:bold;
}		
 
.fltrt {
    	float: right;
    	margin-left: 8px;
		}
    .fltlft {
    	float: left;
    	margin-right: 8px;
		}
    .clearfloat {
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
		}
.Stil1 {
font-size: large;
}
a:link {
color: #000000;
text-decoration:none;
}
a:visited {
color: #000000;
text-decoration:none;
}
a:hover {
color: #33CCFF;
text-decoration:none;
}
a:active {
color: #33CCFF;
text-decoration:none;
}
h4{
		font: 10pt Verdana sans-serif;
		color: #000000;
		font-weight:bold;
		margin:0px;
		line-height:150%;
}
h2{
		font: 11pt Verdana sans-serif;
		color: #000000;
		font-weight:bold;
		margin:0px;
		line-height:150%;
}
h1{
		font: 12pt Verdana sans-serif;
		color: #000000;
		font-weight:bolder;
		margin:0px;
		line-height:120%;
}
ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

img {
    border: none;
}

.text{font: 11px Verdana, sans-serif;}
.fett{font-weight:bold;}
/* CSS Tabs */
#button {
        width: 195px;
        border-right: 1px solid #90BADE;
        padding: 0 0 0 0;
        margin-bottom: 0;
        font-family: Verdana, Arial, sans-serif;
                /*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
        font-size : 12px;
		font-weight:600;
        background-color: #90bade;
        color: #333;
        }

        #button ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        #button li {
                border-bottom: 1px solid #90bade;
                margin: 0;
                list-style: none;
                list-style-image: none;
                }

        #button li a {
                display: block;
                padding: 5px 5px 5px 0.5em;
                border-left: 10px solid #33CCFF;
                border-right: 10px solid #F8A7A7;
                background-color: #33CCFF;
                color: #fff;
                text-decoration: none;
                width: 100%;
                }

        html>body #button li a {
                width: auto;
                }

        #button li a:hover {
                border-left: 10px solid #33CCFF;
                border-right: 10px solid #33CCFF;
                background-color: #F8A7A7;
                color: #fff;
                }

        #button li #active {
                border-left: 10px solid #33CCFF;
                border-right: 10px solid #33CCFF;
                background-color: #F8A7A7;
                color: #fff;
                }
