A {color : #000000; text-decoration: none;}
A:Visited {color : #000000;}
A:Hover {color : #FF0000;}

Body {
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 0;
	background-color : #000000;
	font-family : Verdana;
}
 
.textbox {
		font-family : Verdana;
		color : #000000; 
		font-size: 10pt;
		background-color : #ffffff;
		border-style : solid;
		border-width : 3px;
		border-color : 747474;
}

.thinbox {
		font-family : Verdana;
		color : #000000; 
		font-size: 10pt;
		background-color : #ffffff;
		border-style : solid;
		border-left-width : 0px;
		border-right-width : 3px;
		border-top-width : 0px;
		border-bottom-width : 0px;
		border-color : 747474;
}

.plaintext {
		font-family : Verdana;
		color : #000000; 
		font-size: 10pt;
		background-color : #ffffff;
}

.sbtext {
		font-family : Comic Sans MS;
		color : #ffffff; 
		font-size: 12pt;
}

.bluetext {
		font-family : Verdana;
		color : #747474; 
		font-size: 10pt;
}

.highlight {
		font-family : Verdana;
		color : #000000; 
		font-size: 10pt;
		background-color : #ffff99;
}

.titletext {
	padding : 5;
	background-color : #000000;
	font-size: 12pt;
	color: #ff0000;
	font-weight : bold;
}

.headtext {
	padding-top : 5;
	font-size: 12pt;
	color: #ff0000;
	font-weight : bold;
}

.light {
	background-color : #747474;
}

.dark {
	background-color : #000000;
}

/* CSS Tabs */
#button {
        width: 100%;
		text-align : center;
        padding: 0 0 1 0;
        font-family: Verdana, Arial, sans-serif;
        font-size : 12px;
        background-color: #c2c2c2;
        color: #333;
        }

        #button ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        #button li {
                border-top: 1px solid #747474;
                margin: 0;
                list-style: none;
                list-style-image: none;
                }

        #button li a {
                display: block;
                padding: 5px 5px 5px 0.5em;
                background-color: #c2c2c2;
                color: #000000;
				font-weight : bold;
                text-decoration: none;
                width: 100%;
                }

        html>body #button li a {
                width: auto;
                }

        #button li a:hover {
                border-left: 7px solid #747474;
                border-right: 7px solid #747474;
                background-color: #000000;
                color: #fff;
                }

        #button li #active {
                background-color: #2586d7;
                color: #fff;
                }


