td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 0px;
}

body
{ 
	background-color: rgb(192,192,192); 
	margin: 0px; 
	padding: 0px; 
}
table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.PageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066FF;
}
h1 {
	color: #666666;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
.NavBarHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	line-height: 24px;
	background-color: rgb(0,104,159);
}

.Footer {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	line-height: 24px;
	background-color: rgb(0,104,159);
}
.NavLink {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Tahoma;
	font-weight: bold;
}

.NavDiv {
	background-color: rgb(0,104,159);
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.NavDiv:hover {
	background-color: rgb(0,104,159);
}

}
.CurDiv {
	background-color: rgb(0,104,159);
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	cursor: default;
}
