/*
* { font-size : 9px; }
*/
body {
    font-size: 9px;
}

body, a, div, span {
    color : #222;
}

.large, .small, .invert {
    width : 14px;
    padding : 0px !important;
}

.large {
    background : url("/img/small/invert.jpg") center center no-repeat;
    margin : 0px 6px 0px 1px;
}
.large:hover { background-image : url("/img/small/invert_over.jpg"); }

.small {
    background : url("/img/small/small_over.jpg") center center no-repeat;
    margin : 0px 1px 0px 0px;
}
.small:hover { background-image : url("/img/small/small_over.jpg"); }

.invert {
    background : url("/img/small/large.jpg") center center no-repeat;
    margin : 0px 0px 0px 6px;
}
.invert:hover { background-image : url("/img/small/large_over.jpg"); }

#content dd a {
	text-decoration : underline;
	color : #03589c;
}
#content dd a:visited {

	color : #5b346a;
}

