body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #335033;
	font-weight: normal;
	text-decoration: none;
}

h1 {
    font-size: 110%;
    font-weight: bold;
}

table, tr, th, td {
    font-size: 100%;
}

th {
    font-style: italic;
}

img {
    border: 0;
}

a:link, a:visited {
    color: #006600;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #6AA5A5;
    text-decoration: none;
    font-weight: bold;
}

span.sortDirnUp {
    font-size: 50%;
    margin-bottom: 10px;
}

span.sortDirnDown {
    font-size: 50%;
    margin-top: 10px;
}

.button    { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #335033; padding-bottom: 2px }
.fraction { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:  9px; color: #335033; font-weight: normal}
.smalltext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:  9px; color: #335033; font-weight: normal}
.textOrange      {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FF9900; font-weight: normal; text-decoration: none;}

#logoBar { 
    width: 100%;
    height: 64px;
    background-color: #446844;
    text-align: center;
}

#logoImage {
    width: 211px;
    height: 64px;
    margin: 0 auto;
    text-align: center;
}


