A {color : #04053D; text-decoration: none;}
A:Visited {color : #04053D;}
A:Hover {color : #FF0000;}

A.dark {color : #C5B358; text-decoration: none;}
A.dark:Visited {color : #C5B358;}
A.dark:Hover {color : #FF0000;}

Body {
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 0;
	background-color : #04053D;
	font-family : Verdana;
}
 
.textbox {
		font-family : Verdana;
		color : #000000; 
		font-size: 10pt;
		background-color : #ffffff;
		border-style : solid;
		border-width : 3px;
		border-color : #C5B358;
}

.thinbox {
		font-family : Verdana;
		color : #000000; 
		font-size: 10pt;
		background-color : #ffffff;
		border-style : solid;
		border-left-width : 3px;
		border-right-width : 3px;
		border-top-width : 0px;
		border-bottom-width : 0px;
		border-color : #C5B358;
}

.plaintext {
		font-family : Verdana;
		color : #000000; 
		font-size: 10pt;
		background-color : #ffffff;
}

.sbtext {
		font-family : Comic Sans MS;
		font-weight : bold;
		color : #ffffff; 
		font-size: 12pt;
}

.bluetext {
		font-family : Verdana;
		color : #C5B358; 
		font-size: 10pt;
}

.highlight {
		font-family : Verdana;
		color : #000000; 
		font-size: 10pt;
		background-color : #C5B358;
}

.titletext {
	padding : 5;
	background-color : #04053D;
	font-size: 12pt;
	color: #C5B358;
	font-weight : bold;
}

.titletextsm {
	padding : 5;
	background-color : #04053D;
	font-size: 10pt;
	color: #C5B358;
	font-weight : bold;
}

.headtext {
	padding-top : 5;
	font-size: 10pt;
	color: #04053D;
	font-weight : bold;
}

.light {
	background-color : #C5B358;
}

.dark {
	background-color : #04053D;
}

/* CSS Tabs */
#button {
        width: 100%;
		text-align : center;
        padding: 0 0 1 0;
        font-family: Verdana, Arial, sans-serif;
        font-size : 12px;
        background-color: #C5B358;
        color: #333;
        }

        #button ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        #button li {
                border-top: 1px solid #C5B358;
                margin: 0;
                list-style: none;
                list-style-image: none;
                }

        #button li a {
                display: block;
                padding: 5px 5px 5px 0.5em;
                background-color: #0C3C7A;
                color: #C5B358;
				font-weight : bold;
                text-decoration: none;
                width: 100%;
                }

        html>body #button li a {
                width: auto;
                }

        #button li a:hover {
                border-left: 7px solid #C5B358;
                border-right: 7px solid #C5B358;
                background-color: #04053D;
                color: #fff;
                }

        #button li #active {
                background-color: #2586d7;
                color: #fff;
                }


