body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link, a:visited{
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.BigTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	vertical-align: middle;
	background-image: url(../images/titlebg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #000099;
	text-align: center;
}
.NavLink a:hover {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
.NavLink {
	color: #006699;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #EEEEEE;
	border-right-style: ridge;
	border-right-width: 1px;
	border-right-color: #999999;
}
.Bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.NavCurnt {
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	background-color: #CCCCCC;
	text-align: center;
	border-right-width: 1px;
	border-right-style: ridge;
	border-right-color: #999999;
	background-position: center;
}
.UpLeftLine {
	font-family: Arial, Helvetica, sans-serif;
	border-top: thin solid #3399FF;
	border-right: thin solid #3399FF;
	border-bottom: thin none #3399FF;
	border-left: thin solid #3399FF;
}
.UpRightLine {

	font-family: Arial, Helvetica, sans-serif;
	border-top: thin solid #3399FF;
	border-right: thin solid #3399FF;
	border-bottom: thin none #3399FF;
	border-left: thin none #3399FF;
}
.BottomLeft {
	font-family: Arial, Helvetica, sans-serif;
	border: thin solid #3399FF;
}
.BottomRight {

	font-family: Arial, Helvetica, sans-serif;
	border-top: thin solid #3399FF;
	border-right: thin solid #3399FF;
	border-bottom: thin solid #3399FF;
	border-left: thin none #3399FF;
}
.TableTitle {
	font-size: 18px;
	font-weight: bold;
	background-color: #3399FF;
	color: #FFFFFF;
}
