@charset "utf-8";
body {
	font-family: Calibri, Arial, sans-serif;
	margin-top: 10px;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
.copy {
	font-family:Calibri, Arial, sans-serif;
	color:#000000;
	size: 11px;
	
}
.newsColum {
	border-right-style: solid;
	border-right-width: 1px;
}
ul.navBar {
	float:left;
	width:100%;
	padding: 0;
	margin: 0;
	list-style-type:none;
}
a.Nav{
	float:left;
	width:9.5em;
	text-decoration:none;
	font-family:Calibri, Arial, sans-serif;
	font-size: 10px;
	font-weight:bolder;
	color:#000000;
	padding:0.8em 0.6em;
	border-right:1px solid white;
}
a.Nav:hover {
	background-image:url(images/hover_bg.gif);
	background-repeat:repeat-x;
	text-decoration:none;
	font-family:Calibri, Arial, sans-serif;
	font-size:1em;
	font-weight:bolder;
	color:#FFFFFF;
}
li.liNav {
	display:inline;
}
.titleBor {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color:#999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:#999999;
	background-color:#EEEEEE;
	font-family:Calibri, Arial, sans-serif;
	font-size: 12px;
	color:#000000;
	font-weight:bolder;
}
.basicTXT {
	font-family:Calibri, Arial, sans-serif;
	font-size: 12px;
	color:#000000;
}