body {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;

}

.navbackground {
	background-color: #6699CC;
	background-image: url(logos/nav.gif);
	background-repeat: repeat-y;
}

.navtext {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
A.navtext:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
A.navtext:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
A.navtext:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
A.navtext:hover {
	font-weight: bold;
	color: #FFDE66;
	text-decoration: underline;
}
.smallwhitetext {
	font-size: x-small;
	color: #FFFFFF;
}
.loginbox {
	padding: 5px;
	border: thin solid #FFFFFF;
	margin-left: 5px;
}
.bannerbox {
	background-image: url(logos/searchboxbg.gif);
	background-repeat: no-repeat;
	height: 115px;
	width: 161px;
	padding: 20px 5px 5px;





}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.tinytext {
	font-size: xx-small;
}
.yellowbutton {
	background-color: #666699;
	color: #FFFFFF;
	border: 1px solid #003366;



}
.smallpaletext {
	font-size: x-small;
	color: #0099CC;
}
.whitetext {
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;

}
.swappoints {
	padding-bottom: 1em;
}
h1 {
	font-size: large;
}
h2 {
	font-size: medium;
}
h3 {
	font-size: small;
}
