@charset "utf-8";
/* CSS Document */
/* These styles just pretty up the page a bit. */
body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(images/bg1.gif);
	border: thin none #000;
}
#wrap {
	font-size: 10pt;
	width: 800px;
	padding: 0px;
	margin: 10;
	position: relative;
	font-weight: normal;
	z-index: 1000;
	visibility: visible;
}

/* These styles create the dropdown menus. */
#navbar {
   margin: 0;
   padding: 0;
   height: 1em; }
#navbar li {
	list-style: none;
	float: left;
	width: auto;
}
#navbar li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	border: thin solid #FFF;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	background-color: #C54907;
}
#navbar li a:hover {
	background-color: #000;
	color: #FFF;
}
h1 {
	font-size: 20px;
	color: #D94600;
	line-height: normal;
	clip: rect(auto,auto,auto,auto);
	margin-top: -3px;
}

#transparent {
	background-image: url(images/bg25.png);
}

h2 {
	line-height: 25px;
	color: #D94600;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #D94600;
	clip: rect(auto,auto,auto,auto);
	font-size: 16px;
	margin-bottom: -5px;
}
a {
	color: #036;
	text-decoration: underline;
	font-weight: bold;
}
#navbar li ul {
	display: none;
	width: auto;
}
#navbar li:hover ul, #navbar li.hover ul {
   display: block;
   position: absolute;
   margin: 0;
   padding: 0; }
#navbar li:hover li, #navbar li.hover li {
   float: none; }
#navbar li:hover li a, #navbar li.hover li a {
	background-color: #333;
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#navbar li li a:hover {
	background-color: #666;
}
body,td,th {
	font-size: 12px;
	line-height: 16px;
}
.Menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.Submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	line-height: 7px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: normal;
}
.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	padding: 4px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #1E81B2;
}
.tableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: bold;
	padding: 4px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	background-color: #D7D7D7;
	text-transform: uppercase;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
}
.tableCaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
.tableheaderMoab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #999;
	font-weight: bold;
	text-transform: uppercase;
}
.Quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	line-height: 22px;
}
.QuoteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bolder;
	font-style: italic;
	text-transform: none;
	line-height: 22px;
}
.QuoteBoldGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3AD5AB;
	font-weight: bolder;
	font-style: italic;
	text-transform: none;
	line-height: 22px;
}


.highlight {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
	background-color: #FFFFB7;
}
.tableHeaderCalendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	padding: 4px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #C66;
	background-color: #C66;
	text-transform: uppercase;
}
.tableCalendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	padding: 4px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #1E81B2;
}
.Red {
	font-family: Arial, Helvetica, sans-serif;
	color: #f00;
	font-weight: bold;
}
.RedDark {
	font-family: Arial, Helvetica, sans-serif;
	color: #B90000;
	font-weight: bold;
}

.Green {
	font-family: Arial, Helvetica, sans-serif;
	color: #0C9;
	font-weight: bold;
}

.White {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.RedLarge {
	font-family: Arial, Helvetica, sans-serif;
	color: #F00;
	font-weight: bold;
	font-size: 18px;
	line-height: normal;
}

.Header {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: large;
}

.tableHeaderCalendar2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	padding: 4px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #0E5C83;
	background-color: #0E5C83;
	text-transform: uppercase;
}
