body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.navtable {
	margin: 0px 0px 10px 0px;
	text-align: right;
	width: 100%;
}

.tdBlockImgs {
    display: inline;
	background-color: #F4F2E1;
}

.tdLeftNav {
	background-color: #F4F2E1;
}

.tdLeftNav img{
    display: inline;
}

.tdColor {
    background-color: #F1F2E1;
}

#credits{
	font-size: 9px;
	color: #FFFFFF;
}

#subNav{
    font-size: 70%;
}

#subNav a{
    color:#FFFFFF;
	text-decoration: none;
}

#subNav a:hover{
    background-color:#666666;
	color:#CCCCCC;
	text-decoration: underline;
}

.formTypo {
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;
}

.redTitle {
    font-weight: bolder;
	color: #993300;
}

.tdReserveF {
    font-size: 80%;
	color: #666666;
}
.policies {
    font-size: 70%;
}

.policies a:link, .policies a:visited {
    text-decoration: none;
	color: #993300;
}

.policies a:hover {
    text-decoration: underline;
}

.tableImg img {
    display: inline;
}

.smallText {
    font-size: 80%;
}

.standardTxt {
    font-size: 85%;
	color: #666666;
}

.standardTxt a{
    text-decoration: none;
	color: #993300;
}

.standardTxt a:hover {
    text-decoration: overline;
}

#postform {
	margin: auto;
	width: 30em;
	text-align: left;
}
#summary{
	text-align: left;
	margin: auto;
	width: 25em;	
}
#summary h2{
	text-align: left;
	font-size: 75%;
	color: #990000;
	margin-bottom: -15px;
	}

#summary a{
	font-size: 70%;
	color: #003333;
	text-decoration: none;
}

.required {
	background-color: #7A6741;
}