body{
	margin : 0 0 0 0;
	font: 12px Georgia, Times, serif;
	color : #000000;
	background-color: #e4e4e4;
	background: url(/images/layout/bg.gif);
}
ul,ol,li,input,select,td{
	font: 12px Georgia, Times, serif;
	color : #2e2e2e;
}
p{
	text-align: justify;
}
a{
	color: #FFE4C4;
	text-decoration: underline;
}
a:hover{
	color: #663300;
	text-decoration: none;
}
hr{
	color: #000000;
}



/* nav */


#nav a {
  color: #fab4bb;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 20px;
}




/*page header*/
h4{
	font-size : 18px;
	font-weight: bold;
	color: #2E2720;
}
h5{
	font-size : 15px;
	font-weight: bold;
	color: #2E2720;
}
.tblHd{
	background-color: #574231;
	font-size : 11px;
	color: #D49765;
	font-weight: bold;
}
