	body 
		{
		display: block;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		background: #E0CEB9 url(../images/bgr.gif) left top;
		margin:15px 15px 15px 15px;
		}
	img 
		{
		border: 0px;
		}
	td
		{
		font-family: Verdana, Arial,  Tahoma, helvetica, sans-serif;
		color: #E6DFD0;
		font-size: 11px;
		}	
	h1
		{
		font-family: Courier New, Courier, mono, sans-serif;
		color: #5E3527;
		font-size: 16px;
		margin-bottom: 10px;
		}
	
	

	/* Header Navigation */
	.header
		{
		font-size: 11px;
		margin-bottom: 10px;
		margin-left: 0px; 
		margin-right: 0px;
		margin-top: 5px;
		font-weight: normal;
		text-decoration: none;
		color: #C7A17A;
		}
	.header a
		{
		padding-left: 10px; 
		padding-right: 10px;
		font-weight: bold;
		text-decoration: none;
		color: #5E3527;
		}
	.header a:hover
		{
		color: #AB855D;
		text-decoration: underline;
		}



	/* Footer */
	.footer
		{
		font-size: 10px;
		margin-bottom: 5px;
		margin-left: 5px; 
		margin-right: 5px;
		margin-top: 5px;
		font-weight: normal;
		text-decoration: none;
		color: #EEDBC4;
		}
	.footer a
		{
	    text-decoration: none;
		color: #EEDBC4;
		}
	.footer a:hover
		{
		text-decoration: underline;
		color: #ffffff;
		}


	/* Right Content */
	.content
		{  
		font-size: 11px;
		padding-bottom: 30px;
		padding-left: 30px; 
		padding-right: 40px;
		padding-top: 20px;
		font-weight: normal;
		line-height: 18px;
		text-decoration: none;
		color: #000000
		}
	.content a
		{
	    text-decoration: underline;
		font-weight: bold;
		color: #5E3527
		}
	.content a:hover
		{
		text-decoration: underline;
		color: #AB855D
		}
