/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0px;
	margin:0px;
}

a{
	text-decoration:none;
}

.stats{
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
}

.yellowtext{
	color:#00FF00;
}

.dynamiccontent{
	visibility:visible;
	padding:6px;
}

.bottomdotted{

}

.leftdotted{
	background-image:url(../images/dotted_top.png);
	background-repeat:repeat-y;
	background-position:left;
}

.rightdotted{
	background-image:url(../images/dotted_top.png);
	background-repeat:repeat-y;
	background-position:right;
}