* { font-size : 11px; }

body, a, div, span {
    color : #222;
}

.large, .small, .invert {
    width : 16px;
    padding : 0px !important;
}

.large {
    background : url("/img/large/invert.jpg") center center no-repeat;
    margin : 0px 6px 0px 1px;
}
.large:hover { background-image : url("/img/large/invert_over.jpg"); }

.small {
    background : url("/img/large/small.jpg") center center no-repeat;
    margin : 0px 1px 0px 0px;
}
.small:hover { background-image : url("/img/large/small_over.jpg"); }

.invert {
    background : url("/img/large/large_over.jpg") center center no-repeat;
    margin : 0px 0px 0px 6px;
}
.invert:hover { background-image : url("/img/large/large_over.jpg"); }

.info { height : 40px; }
#site .shield { top : 66px; }

#content dd a {
	text-decoration : underline;
	color : #03589c;
}

p, table, td, div, span, dd, dt, strong, b  {font-size: 1.3em; color: #000000;}
h1, h2, h3, h4, h5 {
	font-weight : bold; color: #000000; }
h1 { font-size : 1.8em; }
h2 { font-size : 1.7em; }
h3 { font-size : 1.6em; }
h4 { font-size : 1.5em; }
h5 { font-size : 1.4em; }

.left {font-size: 1.3em; color: #000000;}
.right {font-size: 1.3em; color: #000000;}

#content ul, ol, li {font-size: 1.3em; color: #000000;}


