body {font-family: arial; margin: 10px 10px 10px 10px; background-color: #006600 }

p {font-size: 90%}

h1 {font-size: 125%; color: #cc0000; font-weight: bold}

h2 {font-size: 100%; color: #000000; font-weight: bold}



li {font-size: 80% }



a:link {  font-size: 90%; color: #003300; text-decoration: none}

a:visited {  font-size: 90%; color: #006600; text-decoration: none}

a:hover {  font-size: 90%; color: #FF6600; text-decoration: underline}

a:active {  font-size: 90%; color: #006600; text-decoration: none}


.none a:link {  font-size: 120%; color: #000000; text-decoration: none}
.none a:visited {  font-size: 120%; color: #000000; text-decoration: none}
.none a:hover {  font-size: 120%; color: #000000; text-decoration: none}
.none a:active {  font-size: 120%; color: #000000; text-decoration: none}


.linkpage a:link {  font-size: 100%; color: #003300; font-weight: bold; text-decoration: none}

.linkpage a:visited {  font-size: 100%; color: #006600; font-weight: bold; text-decoration: none}

.linkpage a:hover {  font-size: 100%; color: #FF6600; font-weight: bold; text-decoration: underline}

.linkpage a:active {  font-size: 100%; color: #006600; font-weight: bold; text-decoration: none}



.footerlink a:link {  font-size: 70%; color: #FBFBFB; text-decoration: none}

.footerlink a:visited {  font-size: 70%; color: #FBFBFB; text-decoration: none}

.footerlink a:hover {  font-size: 70%; color: #FBFBFB; text-decoration: underline}

.footerlink a:active {  font-size: 70%; color: #FBFBFB; text-decoration: none}



.footer { font-size: 70%; color: #FBFBFB}

.greyarticle { font-size: 110%; color: #000000 }

.text { font-size: 90% }

.small { font-size: 65% }



.sidetext { font-size: 70% }

.newsheadline { font-size: 80% }

.sideTextField {font-family: arial;font-size: 90% } 


.shadetabs{
border-bottom: 1px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

