body {
	background-image: url(../images/body_bg.jpg);
	margin-top:0px;

}
#headerTable {
background-image:url(../images/logo.jpg);

}

#bodyTable {
	background-image: url(../images/table_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
}
#imageTable {
	background-image: url(../images/page_bg.jpg);
}
#footerTable { background-image:url(../images/footer.jpg)}
#footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E4728;
}

#noBGTable {
	background-image: url(../images/dkGreen_bg.jpg);
}
#bottom_bg { background-image:url(../images/bottom_bg.jpg)}
#top_bg { background-image:url(../images/top_bg.jpg)}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFCC;
	letter-spacing:5px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFCC;
	letter-spacing:4px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFCC;
	letter-spacing:4px;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFCC;
	letter-spacing:3px;
}
p {

}
a.menu:link {
	color: #4E4A24;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bold;
}

a.menu:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #504B2B;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #A99E68;
	text-decoration: none;
	font-weight: bold;
}
a.menu:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #5B532C;
	text-decoration: none;
	font-weight: bold;
} 

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D1C594;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D1C594;
} 

.happy {
	color: white;
	font-weight: bold;
	font-size: 1.0em;
}

.error {
	color: red;
	font-weight: bold;
	font-size: 1.0em;
}

.tableview {
	border-collapse: collapse;
	border-spacing: 1px;
	color: white;
	margin-left: 20px;
	margin-right: 20px;
	border: 0px;
	font-size: 12px;
}

.tableview td {
	border: 1px solid #000000;
	padding: 1px;
}

.tableview th {
	border: 1px solid #000000;
	font-weight: bold;
	text-align: center;
	color: #504B2B;
	background-color: #FFFFCC; 
	padding: 3px;
}

.tableview th a {
	font-weight: bold;
	color: #504B2B;
}
.tableview th a:hover {
	font-weight: bold;
	color: #605B3B;
}

.tableedit {
	border-collapse: collapse;
	border-spacing: 1px;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
	border: 0px;
}

.tableedit td {
	border: 0px solid #FFFFCC;
	padding: 2px;
}

.tableedit th {
	border: 1px solid #FFFFCC;
	font-weight: bold;
	text-align: left;
	color: #FFFFCC;
	background-color: #50472A; 
	padding: 2px;
}



