body {
	margin : 0;
	background-color : #FFFFFF;
	background-color: White;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	}
	
.topNav {
	background-color : #005000;
	font-family : Verdana, Arial;
	font-size : 10px;
	font-weight : bold;
	text-align : center;
	color : #FFFFFF;
	}
	
.topNavOn {
	background-color : #0A357E;
	font-family : Verdana, Arial;
	font-size : 10px;
	font-weight : bold;
	text-align : center;
	color : #FFFFFF;
	}
	
.subNav {
	background-color : #0A357E;
	color : #FFFFFF;
	font-family : Verdana, Arial;
	font-size : 10px;
	font-weight : bold;
	background : url(../images/submenu.png) no-repeat fixed 0% 50%;
	}
	
.subNavOff {
	background-color : #0A357E;
	color : #FFFFFF;
	font-family : Verdana, Arial;
	font-size : 10px;
	font-weight : bold;
	background : url(../images/submenuoff.png) no-repeat fixed 0% 50%;
	}

.subNavOn {
	background-color : #AEBED2;
	color : #336600;
	font-family : Verdana, Arial;
	font-size : 10px;
	font-weight : bold;
	}
	
.subNavLine {
	height : 1px;
	}
	
.contentText {
	color : #000000;
	font-family : Verdana, Arial;
	font-size : 11px;
	}

p {
	color : #000000;
	font-family : Verdana, Arial;
	font-size : 11px;
	}

.contentTextBold {
	color : #000000;
	font-family : Verdana, Arial;
	font-size : 11px;
	font-weight : bold;
	}

.contentTextLarge {
	color : #000000;
	font-family : Verdana, Arial;
	font-size : 12px;
	font-weight : bold;
	}

.matrixTable {
	border-color : #000000;
	}

.matrixContent {
	background-color : #FFFFFF;
	color : #000000;
	text-align : center;
	font-family : Verdana, Arial;
	font-size : 10px;
	border-color : #000000;
	}
	
a.nav {
	color : #000;
	text-decoration : none;
	}
	
a:hover.nav {
	color : #000;
	text-decoration : underline;
	}

a.text {
	color : #006600;
	text-decoration : none;
	}
	
a:hover.text {
	color : #0000FF;
	text-decoration : underline;
	}

.ba {
	background-color : #AEBED2;
	width : 160px;
	color : #226600;
	padding : 2px;
	}
	
.ba2 {
	background-color : #AEBED2;
	width : 115px;
	color : #336600;
	padding : 2px;
	}
	
.newsletter {
	background-color : #000000;
	font-family : Verdana, Arial;
	font-size : 11px;
	font-weight : bold;
	text-align : center;
	color : #FFFFFF;
	}
	
.news {
	margin-top : 5px;
	list-style-type : square;
	}

.news2 {
	padding : 3px;
	}

input {
        background-color : #AEBED2;
        color : #336600;
        font-family : Verdana, Arial;
        font-size : 10px;
        font-weight : bold;
        }
