body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
text-align:center;
margin-top: 15px;
margin-right: auto;
margin-bottom: 15px;
margin-left: auto;
}

table.main_table {
width:760px;
border: 3px double #cccccc;
padding:0px;
background-color:#FCF8E5;
}

td.navLink {
   	text-align: center;
   	vertical-align:middle;
   	border-right-width: 1px;
   	border-right-style: solid;
   	border-right-color: #FFFFFF;
	border-left-width: 1px;
   	border-left-style: solid;
   	border-left-color: #FFFFFF;
	border-bottom-width: 2px;
   	border-bottom-style: solid;
   	border-bottom-color: #FFFFFF;
	height:20px;
	}
	
	td.content {
	background-color:#FCF8E5;
	}
	
	a.navLink {
   	color:#FFFFFF;
   	font-size:12px;
	text-decoration: none;
	margin-top: 15px;
   	margin-right: 5px;
   	margin-bottom: 15px;
	margin-left:5px;
}

a.navLink:hover {
color:#333333;
}

.smallLtext {
font-size:10px;
color:#FCF8E5;
text-decoration:none;
}

.smallDtext {
font-size:10px;
color:#000000;
text-decoration:none;
}

.midDtext {
font-size:12px;
color:#000000;
text-decoration:none;
}

.headtext {
font-size:16px;
color:#000000;
font-weight:600;
}

.labelText {
font-family:Georgia, palatino;
color:#000000;
font-weight:bold;
}