body {
	background-color: #333333;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #000000;
}
.header {
	border-top: 3px solid #003366;
	border-right: 3px solid #003366;
	border-bottom: 3px none #003366;
	border-left: 3px solid #003366;
}
.nav {
	background-image: url(Images/nav-bg.jpg);
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}
a.topnav {
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	float: left;
	padding: 10px;
}
a:hover.topnav {
	color: #FFFF66;
	text-decoration: none;
}
.main {
	background-color: #FFFFFF;
	border-top: 3px none #003366;
	border-right: 3px solid #003366;
	border-bottom: 3px solid #003366;
	border-left: 3px solid #003366;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF99;
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	color: #990000;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
li a{
	background-color: #FFFFCC;
	font-weight: bold;
	color: #990000;
	padding: 3px;
	border: 1px dotted #999999;
	display: block;
	margin-bottom: 1px;
	text-decoration: none;
}
li {
	list-style-type: none;
}
li a:hover {
	background-color: #CCCCFF;
	color: #990000;
}
.sidenav-top {
	background-image: url(Images/nav-bg.jpg);
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	border: 1px dotted #999999;
}
.tips {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-weight: bold;
	color: #990000;
}
.style1 {color: #FFFFFF}