/*** Main Content ***/
body {
	color: #000000;
	text-align: center;
	background-image: url(../images/pagebg.jpg);
	background-repeat: repeat-x;
}
a.link {
	text-decoration: none;
	color: red;
}
a:hover.link {
	text-decoration: none;
	color: maroon;
	background-image: url(../images/linkbg.png);
	background-repeat: repeat-x;
	border: 1px solid Gainsboro;
}
a.Nav {
	text-decoration: none;
	color: #800000;
}
a:hover.Nav {
	text-decoration: none;
	color: red;
	font-weight: bold;
	background-image: url(../images/linkbg.png);
	background-repeat: repeat-x;
	border: 1px solid Gainsboro;
}

div.Nav{
	margin-left: 10;
	padding-top:15;
}
td.winTitle{
	background-image: url(../images/windowTitlebg.jpg);
	background-repeat: repeat-x;
	color: White;
	font-weight: bold;
	padding: 3;
	font-size: 12px;
	font-family:Georgia;
}
table.winTable{
	border: 1px solid Gainsboro;
}
td.winBody{
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	padding: 5px;
}
.mainContent{
	border: 1px solid Gainsboro;
	padding: 10px;
	
}