body {
	background-color: #EBEBEB;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-family: Tahoma;
	font-size: 12px;
	color: #3399CC;
	font-weight: bold;
	padding-top: 5px;
}
a{
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

#menuH a{
	font-size: 11px;
	font-weight: bold;
	color: #3399CC;
	text-decoration: underline;
}
#menuH a:hover {
	color: #999999;
	text-decoration: none;
}

#header a{
	font-family: "Tahoma";
	font-size: 10px;
	font-weight: bold;
	color: #3399CC;
	
}
#header a:hover {
	color: #999999;
	text-decoration: none;
}


#menuRight{
	height: 100%;
	width: 100%;
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	
}
#resultsTop{
	background-image: url(../gfx/results/top.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 474px;
}
#resultsBgCont{
	color: #000000;
	font-family: "Tahoma";
	font-size: 10px;
	font-weight: bold;
	/*min-height:400px;*/
	width:100%;
	clear: both;
	border: 1px solid #999999;
}
#resultsBg{
	height: auto;
	float: left;
	width: 154px;
	text-align: center;
	padding-left: 2.8px;
}
#resultsBg .link{
	height: auto;
	width: 100%;
	position:relative;
	text-align: center;
	
}

#resultsBg .text{
	height: 30px;
	width: 154px;
	background-color: #CCCCCC;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}

#resultsFoot{
	background-image: url(gfx/results/foot.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 474px;
}

.LBlines {
	height: 10px;
	background-image: url(../gfx/bgLBlines.gif);
	background-repeat: repeat-x;
}
.menuTitle {
	height: 26px;
	.height: 22px;
	background-color: #EBEBEB;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.pie {
	font-family: tahoma;
	font-size: 9px;
	line-height: normal;
	color: #999999;
	text-decoration: none;
}
.pie :hover{
	font-family: tahoma;
	font-size: 9px;
	line-height: normal;
	color: #333333;
	text-decoration: none;
}
td{
	font-size: 9px;
	font-weight: bold;
}
/* pager */

#pager{
	font-size: 11px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Tahoma;
	color: #333333;
}

#pager ul li{
	display: inline;
	margin-right: 2px;
}

#pager a{
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

#pager a:hover{
	color: #3399CC;
	text-decoration: none;
}
