body {
	background: #F7941D;
	color: #000000;
	font-family: "times new roman", times, georgia, garamond, palatino, serif;
	font-size: 1em;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px; }

table {
	vertical-align: top; }

h1 {
	font-weight: normal;
	font-size: 48px;
	color: white;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 4px; }


/* image classes */
.imgLeft {
	margin: 5px 15px 5px 5px; 
	float: left; }

.imgRight {
	margin: 5px 5px 5px 15px; 
	float: right; }
	
.imgCenter {
	margin: 10px 10px 0px 10px; }
	
	
/* table classes */
.tableBody {
	border: 1px solid #FFFFCC; }

.tableData {
	font-size: x-small;
	background-color: #FFFFCC;
	padding: 12px;
	vertical-align: top;
	border-bottom: 1px solid #FFFFCC; }
	
.tableDataExist {
	font-size: x-small; }	

.tableDataSmall {
	font-size: xx-small;
	padding: 12px; 
	vertical-align: top;
	border-bottom: 1px solid #FFFFCC; }

.tableTitleSmall {
	background-color: #FFFFCC;
	font-weight: bolder;
	padding: 6px;
	border-bottom: 1px solid #FFFFCC;
	vertical-align: bottom; }

.tableTitle2Small {
	font-weight: bolder;
	padding: 6px; 
	border-bottom: 1px solid #FFFFCC;
	vertical-align: bottom; }

/* header/footer classes */
.info {
	font-size: xx-small;
	color: white;
	white-space: nowrap;
	padding: 4px;
	vertical-align: bottom; }


/* navigation classes  */

.navigation {
	padding: 15px 0px 15px 0px;
	font-weight: bolder;
	border-bottom: 1px solid #FFFFCC;
	vertical-align: top; }
	
.nav1 {
padding: 5px 5px 5px 10px;
}

.nav1On {
color: #FFFFFF;
white-space: nowrap;
padding: 5px 5px 5px 10px;
}

.nav2 {
font-size: x-small;
padding: 5px 5px 5px 25px;
}

.nav2On {
font-size: x-small;
color: #FFFFFF;
white-space: nowrap;
padding: 5px 5px 5px 25px;
}

.nav3 {
font-size: xx-small;
padding: 5px 5px 5px 35px;
}

a {
	text-decoration : none; 
	white-space: nowrap; }

/* style pseudo-classes: link, visited, hover, focus and active */
a:link {
	color: #990000; }

a:visited {  
	color: #990000; }

a:hover {
	color: #ff0000; 
	text-decoration : underline; }

a:focus {
	color: #ff0000; 
	text-decoration : underline; }

a:active {
	color: #990000; }