body {
			background: #f2d2c7;
			color: #FFFFFF;
			font-size: 11px;
			font-family: "sans serif", Trebuchet MS, Tahoma;
			text-align: justify;
			background-image: url();
				  
}
			
a:link{
			font-size: 11px; 
			text-decoration: none; 
			font-weight: bold;
			color: #662511; 
			font-variant: small-caps;
				border-bottom: dashed 1px #662511}
				
a:visited{
			font-size: 11px;
			font-weight: bold;
			text-decoration: none; 
			color: #662511; 
			font-variant: small-caps;
				border-bottom: dashed 1px #662511}
a:active{
			font-size: 11px; 
			font-weight: bold;
			text-decoration: none;
			color: #662511; 
			font-variant: small-caps;
				border-bottom: dashed 1px #662511}
a:hover{
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
			color: #662511; 
				border-bottom: dashed 1px #662511
			}

.header {
			border: 1px solid #662511;		
			border-bottom: 0px;
}

.menu { 
			border: 1px solid #662511;     
			border-bottom: 0px;
			background: #f2d2c7;
			text-align: center;
			padding: 2px 2px 2px 0px;
			}
          
.menu a:link, .menu a:visited, .menu a:active {
			text-decoration: none;
			color: #662511;
			font-weight: bold;
			padding: 4px 4px 4px 4px;
			}

.menu a:hover {
			text-decoration: none;
			color: #662511;
			font-weight: bold;
			padding: 4px 4px 4px 4px;
			}
			
.content {background: #f3e6e1;
			border: 1px solid #f3e6e1;
			padding: 4px;
			letter-spacing: justified;
			border: 1px solid #662511;		
}

table td {			
			color: #983819;
			font-size: 11px;
			font-family: "sans serif", Trebuchet MS, Tahoma;
			border: 1px solid #662511;		
}
			

			
img {border: 0px;
}

input, select, textarea {
			font-family: "sans serif", Trebuchet MS, Tahoma;
			font-size: 12px;
			color:#983819;
			background:#f2d2c7;
			border: 1px solid;
			border-color:#f2d2c7; 
}

