@charset "utf-8";
/* CSS Document */

body{
background-color: #202020;
}

p{
	font-family: Verdana, sans-serif; font-size: 11px;
	color: #000000;
	line-height: 15px;
	padding: 3px;
}

.thumbs{
	font-family: Verdana, sans-serif; font-size: 0px;
	color: #000000;
	line-height: 0px;
	padding: 0px;
}

.boldonblack {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C0C0C0;
	background-color: #202020;
    line-height: 15px;
}

.boldonblack:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	background-color: #202020;
    line-height: 15px;
}

.boldonblacknegative {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	background-color: #202020;
    line-height: 15px;
}

.boldonblacknegative:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C0C0C0;
	background-color: #202020;
    line-height: 15px;
}

.boldonblacksmall {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #C0C0C0;
	background-color: #202020;
    line-height: 11px;
}

.boldonblacksmall:hover {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	background-color: #202020;
    line-height: 11px;
}

.boldonblackplain {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #C0C0C0;
	background-color: #202020;
    line-height: 11px;
}

.boldonblackflat {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #C0C0C0;
	background-color: #202020;
	line-height: normal;
}

.boldonblackred {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	background-color: #202020;
    line-height: 11px;
}

.navigation {
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.navigation:hover {
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
