/* CSS Document */
body {
	background-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 1b0000;
	list-style-type: circle;

}

fieldset {
	background-color: #EEF1E0;
	/*border: 3px solid #947759;*/
	border: 2px solid #b43b2b;
}

p.quote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1b0000;

}
label {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #5B2E00;
	text-align: left;
	}

table.border {
	border: 1px solid #000000;
    background-color: #FFFFFF;
	
}

td.headerpic {
	padding: 5px;
}

td.bottomwhitemargin {
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;

}

table.centertable {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

td.footerpic {
	padding: 0px 5px 5px;
	/*MAY BE UNEEDED. No Border on Footer. use on the Whitespace Above.border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
*/
}

td.whitemargin {
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}

td.gradient {
	background-image: url('gradient.jpeg');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	margin-left: 0px;
	padding-left: 0px;

}

td.menugradient {
	background-image: url('menugradient.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	/*background-color: #ffd248;*/
}

td.gradientinvert {
	background-image: url('gradient_invert.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}

td.menugradient_invert {
	background-image: url('menugradient_invert.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ffd248;
}

td.navmenu {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	z-index: 4;
}
/*
table.navmenu {
	padding: 0px;
	width: 760px;
	margin: 0px;
	background-color: #FFFFFF;
	position: absolute;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}*/

table.linksmenu {
	padding: 0px;
	margin: 0px;
	background-color: #ffd248;
}
	
td.content {
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #000000;
}

td.ratetable_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	/*background-color: 460000;*/
	background-color: b43b2b;
	color: #FFFFFF;
	font-weight: bold;
}

td.ratetable_fee {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	background-color: fbe7a8;
}
td.ratetable_header {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

td.ratetable_footer {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
}

table.content {
	padding:10px;
	margin-right: 5px;
}

p.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1b0000;

}

/***********************************************/
/***********************************************/
/*NAVIGATION LINK STYLES*/


a.menu:link {
	color: #5B2E00;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffd248;
	height: 18px;
	width: 140px;
	clear: both;
	float: left;
	vertical-align: 50%;
	padding-left: 16px;
	display: block;
	padding-top: 6px;
	font-style: normal;
	font-weight: bold;
	border-top: thin none #990000;
	border-right: thin none #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
}



a.menu:visited {	
	
	
	color: #5B2E00;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffd248;
	height: 18px;
	width: 140px;
	clear: both;
	float: left;
	vertical-align: 50%;
	padding-left: 16px;
	display: block;
	padding-top: 6px;
	font-style: normal;
	font-weight: bold;
	border-top: thin none #990000;
	border-right: thin none #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
	}
a.menu:hover {	

	color: #5B2E00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E5EACF;
	height: 18px;
	width: 140px;
	clear: both;
	float: left;
	vertical-align: 50%;
	padding-left: 16px;
	display: block;
	padding-top: 6px;
	font-style: normal;
	font-weight: bold;
	border: 1px solid #990000;
	}
		
a.menu:active {	
	
	color: #5B2E00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffd248;
	height: 18px;
	width: 140px;
	clear: both;
	float: left;
	vertical-align: 50%;
	padding-left: 16px;
	display: block;
	padding-top: 6px;
	font-style: normal;
	font-weight: bold;
	border-top: thin none #990000;
	border-right: thin none #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
	}

font.visited {
color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #b43b2b;
	height: 18px;
	width: 140px;
	clear: both;
	float: left;
	vertical-align: 50%;
	padding-left: 16px;
	display: block;
	padding-top: 6px;
	font-style: normal;
	font-weight: bold;
	border: 1px solid #990000;
}

/*NAVIGATION LINK STYLES*/
/***********************************************/
/***********************************************/

a.whitelink:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a.whitelink:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
a.whitelink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
	
a.whitelink:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a.toplink:link {
	color: #350000;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	padding-top: 5px;
	position: relative;
}.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
