@charset "utf-8";
/* CSS Document */

body {
	background-color: #F2F2F2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #000000;
}

/* body, td, th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #000000;
} */

.SmallerText {
	font-size: 12px;
}

.WhiteText {
	color: #FFFFFF;
}

.MainHeader {
	font-size: 36px;
	color: #FFFFFF;
}

.SubHeader {
	font-size: 28px;
	color: #FFFFFF;
}

.BodyTextBig {
	font-size: 16px;
}

.SmallText {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;
}

.SmallText2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}

.TopTable {
	background-image: url(../images/topbg.jpg);
	background-repeat: repeat-x;
}

.BodyTable {
	background-color: #FFFFFF;
	background-image: url(../images/bodytablebg.gif);
	background-repeat: repeat-y;
	font-size: 14px;
}

.PictureTable {
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
}

.RatesTable {
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
}

table.menu a {
	/* width:125px; */
border: 1px solid #333333;
	border-bottom-width: 2px;
	display: block;
}

div.menu a {
	color: #333333;
	background: #ffffff;
	text-decoration: none;
	line-height: 16px;
	font-size: 14px;
	padding: 2px;
}

div.menu a:link {
	color: #000000;
	/* background: #cccc99; */
background: #cccc99
}

div.menu a:active {
	color: #000000;
	background: #cccc99;
}

div.menu a:visited {
	color: #000000;
	background: #cccc99;
}

div.menu a:hover {
	color: #eeeeee;
	background: #333333;
}

a:link {
	color: #003399;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #4683FF;
}
a:active {
	color: #003399;
}

.formstyle {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px;}

.formstyle2 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 14px;}

.rate_oleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}	
.rate_oleft2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.rate_oright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
.rate_oright2 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.rate_obottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.rate_otop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
.rate_odashbottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}	
.rate_odoublebottom {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #333333;
}	

