@charset "utf-8";
/* CSS Document */

body          {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6c4113;
}

A:link        {
	color: #c29e78;
	text-decoration:none;
	font-weight: bold;
}   

A:visited     {color: #c29e78;
               text-decoration:none;
			   	font-weight: bold;}
   
A:hover       {
	color: #6c4113;
	text-decoration:underline;
	font-weight: bold;
} 
A:active       {
	color: #6c4113;
	text-decoration:underline;
	font-weight: bold;
} 

td#whitelinks a:link {
	color: white;
	text-decoration:none;
	font-weight: bold;
	background-color: #ddc9b4;
} 
td#whitelinks a:visited {color: white;
               text-decoration:none;
			   	font-weight: bold;
				background-color: #ddc9b4;}
td#whitelinks a:hover {
	color: #6c4113;
	text-decoration:underline;
	font-weight: bold;
	background-color: #ddc9b4;
}
td#whitelinks a:active {
	color: #6c4113;
	text-decoration:underline;
	font-weight: bold;
	background-color: #ddc9b4;
}

.whiteitalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	color: #FFFFFF;
	letter-spacing: 4px;
}

.middarkitalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	color: #c29e78;
	letter-spacing: 4px;
}

.NavLinksHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
}

.navlinksbottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	padding: 6px;
}
.tablesideborders {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6c4113;
	border-left-color: #6c4113;
}
.tabletopborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6c4113;
}
.tabletopandbottomborder {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6c4113;
	border-bottom-color: #6c4113;
}
.tableleftsideborders {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6c4113;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #6c4113;
	padding: 6px;
} 