<!-- 
/* BODY FONT AND SIZE */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	background-color: #fdfae7;
	margin: 0px;
	border:0;
	background-image: url(../images/bg-1.jpg);
	text-align: center;
	background-repeat: repeat-x;
	margin-top: -4px;
  }

  .copy {
	font-size: xx-small;
	color: #000000;
	
	}
	
  .content {
	color: #000000;
	padding: 5px;
	}
	
  .navlinks {
  padding-left:4px;
  }
	
	
	
	-->

/* ANCHOR STYLES */
a { 
color: #435e5a; 
}

a:hover { 
color: #000000; 
}

/* TABLE DATA CELL FONT AND SIZE */
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

/* SMALL FONT SIZE */
.smfont { 
font-size: 8pt; 
text-decoration: none; 
}

/* LARGE FONT SIZE */
.lgfont { 
font-size: 10pt; 
font-weight: bold; 
}

/* BOLD FONT */
.boldtext { 
font-weight: bold; 
}

/* ACCENTED FONT */
.accent { 
font-style: italic; 
}


#bottom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #FFDDA7;
	background-color: #b5956d;
}
#bottom a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 7pt;
	color: #5E523E;
	text-decoration: none;
}
#bottom a:hover {
	color: #A77D60;
}