.bottomborder {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.topborder {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
}

.border {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.formheaders {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}


.topnav {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #666666;
	border-bottom-color: #333333;
	border-left-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	vertical-align: bottom;
}

.topnav td + td {
    border-left: 2px solid white;
}

.topnav a {
    color: white;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

.topnav a:hover {
    background-color: #666666;
}

.ratestable {
	border: thin solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	background-position: center;
}

.basicfontbold {
	font-size: 12px;
	font-weight: bold;
}
.basicfont {font-size: 12px}
.smallfont {
	font-size: 10px;
}
.largefont {
	font-size: 14px;
	font-weight: bold;
}
.price {
	font-size: 18px;
	font-weight: bolder;
	color: #FF0000;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-indent: 12px;
}
.infobox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: thin solid #000000;
	vertical-align: top;
}
.warningbox {
	color: #FFFFFF;
}
.fluff {
	font-size: 10px;
	color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
