/* CSS Document */
body {
	background-color: #d9d0b2;
	background-image:url(images/bg.gif);
}
.table {
	font-family : Tahoma; 
	font-size : 10px; 
	color : #2b2b2b; 
	background-color : #d9d0b2; 
	border : 1px inset #929292; 
	border : 1px outset #929292; 
} 
a:link {
	color: #5F4B36;
	text-decoration: underline;
}
a:visited {
	color: #5F4B36;
	text-decoration: underline;
}
a:hover {
	color: #5F4B36;
	text-decoration: none;
}
a:active {
	color: #5F4B36;
	text-decoration: underline;
}
.table1 {font-family : Tahoma; 
	font-size : 10px; 
	color : #2b2b2b; 
	background-color : #d9d0b2; 
	border : 1px inset #929292; 
	border : 1px outset #929292; 
}

