body {
	color: #FFF;
}

.style1 {
	font-family: Georgia;
	font-size: 16px;
	color: #FFFFFF;
}

.style5 {font-size: 14px}

.style6 {
	font-size: 24px;
	font-weight: bold;
}

.style9 {
	font-size: 12px;
	font-style: italic;
	color: #FEEF9C;
}
.style10 { color: #B41F26 }

a:link {
	color: #FEEF9C;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FEEF9C;
}

a:hover {
	text-decoration: underline;
	color: #FBD602;
}

a:active {
	text-decoration: none;
}

.style11 {color: #FEEF9C}
.style12 {font-size: 12px}

table.sidebar {
   width: 229px;
   border-left: 4px solid #999;
   border-right: 4px solid #999;
}
table.sidebar td { 
   font-size: 80%;
   font-family: arial, san-serif;
   border-bottom: 1px solid #333; 
}
table.sidebar td.thumbnail { padding: 0 3px; }
table.sidebar p { padding: 0 0 0.4em 0.8em; margin: 0; }
table.sidebar a:link, table.sidebar a:visited { color: #FFF; }
table.sidebar a:hover { color: #FBD602; }

table.sidebar td.navleft, table.sidebar td.navright {
   font-size: 90%;
   border: 0;
   padding: 0.25em 0.5em;
}
table.sidebar td.navleft { font-size: 70%; }
table.sidebar td.navright { text-align: right; }

#logoQuality {
   margin: 0; 
   padding: 0;
   display: block;
   bottom: 0;
   left: 0;
}

