/* CSS Document */

body {
	background-color: #CDCCC7;
	margin: 0px;

}
td {
	font-family: arial;
	font-size: 11px;
	color: black;
}
td.right {
	background-image: url("images/flexi_03.jpg");
}
td.left {
	background-image: url("images/flexi_01.jpg");
}
td.mid {
	background-image: url("images/flexi_07.jpg");
	background-color: white;
}
td.lbottom {
	background-image: url("images/flexi_08.jpg");
}
input.t {
	width: 180px;
	border: 1px solid gray;
	background-color: #c9eefc;
	font-size: 11px;	
	
}
textarea.t {
	width: 180px;
	height: 130px;
	border: 1px solid gray;
	background-color: #c9eefc;
}
.h2 {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.style3 {
	font-family: arial;
	font-size: 11px;
	
	color: black;
}
.style5 {
	font-size: 11px;
	font-weight: bold; 
	color: #974046;
}
.style7 {font-size: 18px; font-weight: bold; color: #974046; font-family: tahoma, arial; }
.style8 {font-family: Tahoma; font-size: 11px; line-height: 15px; color: #FFFFFF; }

a.white {
	color: white;
}
a.brown {
	color: #534f3b;
}
a.red {
	color: #974046;
}
.brown {
	color: #534f3b;
}