body{
	font-size: 14px;
	font-family:"Bookman Old Style";
}
#logo h1{
	margin:0px 0px 0px 0px;
	font-size:40px;
//	color:rgb(45, 113, 38);
	color:rgb(0,85,164);
	text-shadow: rgb(0,85,164) 1px 1px 2px;
}
#menubalk a{
	color:white;
//	background:rgb(45, 113, 38);	
	background:rgb(250,60,50);	
	text-transform: uppercase;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	padding:3px 6px 3px 6px;
	border-radius:5px 5px 5px 5px;
//	border:1px solid rgb(45, 113, 38);
	border:1px solid rgb(250,60,50);
	margin-right:10px;
}
#menubalk a.on{
	color:black;

	border:1px solid :rgb(255, 201, 14);	
}
#menubalk a:hover{
//	color:black;
	color:white;
//	background:rgb(255, 201, 14); 
	background:rgb(0,85,164);
	font-weight:bold;
}
nav h2{
	margin:0px 0px 10px 0px;
	padding-left:5px;
	padding-bottom:5px;
	border-bottom:2px solid white;
	font-size:16px;
	text-shadow: black 0px 0px 0px;
}
nav p{
	margin-top:-5px;
	font-size:14px;
	padding-left:5px;
}
nav a{
	color:white;
	text-decoration: none;
	padding:3px 6px 3px 6px;
	border-radius:5px 5px 5px 5px;
	line-height: 21px;
}
nav a.on{
	color:black;
	font-weight:bold;	
}
nav a:hover{
//	color:black;
	color:white;
//	background:rgb(255, 201, 14);
	background:rgb(0,85,164);
	font-weight:bold;
}
article h2{
	font-size:20px;	
	margin:0px;
//	text-shadow: black 1px 1px 2px;}
footer{
	font-family:"Bookman Old Style’";
	font-weight:bold;
	font-variant:small-caps;
}
p.top{
	margin-top: 10px;
}
p.top2{
	margin-top: 20px;
}
TABLE.data2 TH.left {
	font-size:12px;
	FONT-WEIGHT: bold;
}
TABLE.data2 TD.left {
	font-size: 12px;
}
TABLE.data TH {
	font-size:13px;
	FONT-WEIGHT: bold;
}
TABLE.data TH.small {
	font-size:12px;
}
TABLE.data TH.small {
	font-size:12px;
}
TABLE.data TH.lsmall {
	font-size:12px;
}
TABLE.data TD {
	font-size:13px;
}
TABLE.data TD.small{
	font-size:12px;
}
TABLE.data TD.lsmall{
	font-size:12px;
}
TABLE.data TH.score1,TABLE.data TH.score2 {
	font-size:15px;
	FONT-WEIGHT: bold;
	color:white;
}
.red {
	color:red;
}
