body {
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a:link {
	color: #6699FF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #6699FF;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #FF9933;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #6699FF;
	font-weight: bold;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #CCCCCC;
}
.topBorder {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #6699FF;
}
.rightBorder {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #6699FF;
}
.leftBorder {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #6699FF;
}
.bottomBorder {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6699FF;
}
.stripe {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.blackTopBotBorder {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}
.blackRightBorder {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
}
.blackLeftBorder {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
}
.nav {
	font-size: 12px;
}
.update {
	font-size: 10px;
}
.navActive {
	font-size: 12px;
	color: #FF9933;
}
.backPic {
	background-attachment: scroll;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #eff5ff;
}
.iPic {
	background-attachment: scroll;
	background-image: url(../images/white.gif);
	background-repeat: repeat;
	background-position: left top;
}
