
body {

	background-color: E0D7CE;
	
	}
	


/* Text */

.t2 {

	font-family: Arial, Helvetica, Geneva;
	font-size: 10px;
	line-height: 12px;
	
	color: 4B3003;
	
	}
	
.t3 {

	font-family: Arial, Helvetica, Geneva;
	font-size: 11px;
	line-height: 13px;
	
	color: 4B3003;
	
	}
	
.t4 {

	font-family: Arial, Helvetica, Geneva;
	font-size: 12px;
	line-height: 14px;
	
	color: 4B3003;
	
	}
	


.header {

	font-family: Helvetica Neue, Helvetica, Geneva;
	font-size: 16px;
	font-weight: bold;
	
	line-height: 20px;
	
	color: 4B3003;
	
	}





/* Links */

a.nav {

	font-family: Arial, Helvetica, Geneva;
	font-size: 14px;
	font-weight: bold;
	
	color: 4B3003;
	
	text-decoration: none;
	
	}
	
a.nav:hover {

	font-family: Arial, Helvetica, Geneva;
	font-size: 14px;
	font-weight: bold;
	
	color: 4B3003;
	
	text-decoration: underline;
	
	}
	
	
a.link {

	color: 000000;
	
	text-decoration: none;
	
	}
	
a.link:hover {

	color: 000000;
	
	text-decoration: underline;
	
	}
	
	
	
	

/* Tables */


.contentTable {

	width: 490px;
	
	border: 1px;
	border-color: 684513;
	border-style: solid;
	
	background-color: E3DDD4;
	
	}


.centerCol {

	padding-left:30px;
	padding-top: 5;
	padding-right:30;
	padding-bottom:20;
	
	}

.rightCol {
	
	background-color: 96856A;
	width: auto;
	
	}
	
.leftCol {

	background-color: BDAE98;
	width: 100px;
	
	}
