a.text:link, a.text:visited, a.text:active { 
	color: #552b19;
	text-decoration:underline;
}
a.text:hover { 
	color:#552b19;
	text-decoration:underline;	
}
body {
	margin-left: 0px;
	margin-top: 15px;
	font-family:Georgia;
	font-size:11px;
	background:#d0b4a6;
	color:#552b19;
}
p {
	color:#552b19;
}
table{
	background:#fff;
}
table.main_table {
	width:940px;
	border:0px;
}
table.chronic_table {
	width:888px;
	border:0px;
}
td.head_td {
	width:940px;
	height:170px;
	background:url(../images/head_bg.jpg);
}
td.menu_td {
	width:940px;
}
td.main_td {
	width:940px;
	background:url(../images/back_bg.gif);
	padding-left:51px;
	padding-right:31px;
}
td.chronic_td {
	width:940px;
	background:url(../images/back_bg.gif);
}
td.foot_td {
	width:940px;
	height:25px;
	background:url(../images/foot_bg.gif);
}
td.chronic_td {
	width:940px;
	background:url(../images/back_bg.gif);
	padding-left:27px;
	padding-right:25px;	
}
td.chronic_head_td {
	width:888px;
	height:7px;
	background:url(../images/chronic_head_bg.gif);
}
td.chronic_space_td {
	width:6px;
	height:143px;
	background:#fff;
}
td.chronic_element_td {
	width:143px;
	height:143px;
	background:#fff;
}
img {
	border:0px;
}
input.textfield, textarea.textfield, select.textfield{
	width:200px;
	border:1px solid #d0b4a6;
	background:#fff;
	padding:2px;
	font-size:13px;
	color:#461d00;
	font-family:Times New Roman;	
}
input.textfield_false, textarea.textfield_false, select.textfield_false{
	width:200px;
	border:1px solid #d0b4a6;
	background:#fff;
	padding:2px;
	font-size:13px;
	color:#461d00;
	font-family:Times New Roman;	
}
input.submit{
	width:100px;
	border:1px solid #f3ece8;
	background:#d0b4a6;
	font-size:11px;
	padding:2px 8px;
	color:#461d00;
	cursor:pointer;
}
input.submit:hover{
	width:100px;
	border:1px solid #d0b4a6;
	background:#f3ece8;
	font-size:11px;
	padding:2px 8px;
	color:#461d00;
	cursor:pointer;
}

