body {
	font-family: Times;
	/* font-size: 8; */
	/* background-color: #BACFE6; */
	background-color: #F6F0C5; 
	margin:0px 0px;
	padding:0px;
	text-align: center;
}

.panel {
	position:relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	top:0px;
	width:779px;
	height:180px;
	z-index:4;
	background-image: url(images/panel1.jpg);
	layer-background-image: url(images/panel1.jpg);
	border: 0px none #000000;
}

.panelborders {
	border-top-width: 0px;
	border-top-color: #1D1D6D;
	border-top-style: none;

	border-bottom-width: 0px;
	border-bottom-color: #1D1D6D;
	border-bottom-style: none;

	border-right-width: 1px;
	border-right-color: #1D1D6D;
	border-right-style: solid;

	border-left-width: 1px;
	border-left-color: #1D1D6D;
	border-left-style: solid;
}
}
.slider A:link {font-weight: bold; color: White; text-decoration: none}
.slider A:visited {font-weight: bold; color: White; text-decoration: none}
.slider A:active {font-weight: bold; color: White; text-decoration: none}
.slider A:hover {font-weight: bold; text-decoration: none; color: #FFFF00;}

.mainbody {
	background-color: #FFFFFF;
	text-align:left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	left:0px;
	top:0px;
	width:779px;
	z-index:5;
}

.copyright {
	text-align: center;
	font-size: x-small;
	font-size: 10pt;
	font-weight: bold;
}

.legal {
	text-align: left;
	font-size: x-small;
	font-weight: bold;
}

small {
	color: Black;
}

table.table1 {
	background-color: #669933; /* sage green */
	height: 15;
	border: 2px;
	border-collapse: collapse;
	text-align: center;
}

td.table1 {
	background-color: #669933; /* sage green */
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	/* border: 1px color Red; */
}

tr.table1 {
	/* background-color: #ff00ff;  original bright lavender */
	background-color: #669933;  /* sage green */
}

td.table1 A:link {font-weight: bold; color: BlacK; text-decoration: none}
td.table1 A:visited {font-weight: bold; color: Black; text-decoration: none}
td.table1 A:active {font-weight: bold; color: Black; text-decoration: none}
td.table1 A:hover {font-weight: bold; text-decoration: none; color: #FFFF00;}

table.table2 {
	background-color: #ffffff;
	height: 74px;
}

td.table2 {
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #c0c0c0;  /* gray */
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

tr.table2 {
	background-color: #c0c0c0;  /* gray */
}

td.table2 A:link {font-weight: bold; color: Black; text-decoration: none}
td.table2 A:visited {font-weight: bold; color: Black; text-decoration: none}
td.table2 A:active {font-weight: bold; color: Black; text-decoration: none}
td.table2 A:hover {font-weight: bold; text-decoration: underline overline; color: #1D1D6D;}


.CellLeft {
	background: #cccccc;
	color: #000000;
	font: 10pt "Times"
	padding-right: 14px;
}
.Cell {
	/* background: #ffffcc; pale yellow */
	/* background: #F0FFF0; pale green */
	/* background: #F0F8FF; pale blue */
	background: #cccccc;
	color: #000000;
	font: 10pt "Times"
}
.CellHeader {
	font: Bold 12pt "Times";
	color: #FFFFFF;
	align: center;
	/* background: #669999; light teal */
	/* background: #669933; sage */
	background: #1D1D6D; /* dark  merritt blue */
}
.RequiredField {
/* 	background: #FFE4E1; */
	background: #FFFFFF;
}

table.MainBody {
    width: 700px;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

table.BigIndent {
    width: 600px;
    margin-left: 0px;
    padding-left: 70px;
    padding-right: 20px;
    color: #1D1D6D;
}

p.MainBody {
    /* position: absolute; */
    left: 20px;
    right: 20px;
}
