/* MAIN */
html,body {
    height: 100%;
 } 
body {
	background: #DBD29C url(../pics/back.gif) repeat-y left;
	background-attachment:scroll; 
	margin: 0px;
	padding: 0px;
	font-family: arial,sans-serif;
	font-size: 12px;
	color: #625944;
	text-align: left;
	overflow: -moz-scrollbars-vertical;
}
p {
	text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
a {
	margin: 0;
	padding: 0;
}
a:link {
	color: #5e1314;
}
a:visited {
	color: #5e1314;
}
a:hover, a:active {
	color: #5e1314;
}

input {
	font-size: 11px;
}
.clearboth {
	clear:both;
}
.red {
	color: #5e1314;
}
.tab_head {
	color: #fff;
	background: #5E1314;
	font-weight: bold;
	padding: 2px 10px 2px 12px;
	height: 18px;
	text-align: left;
}
.tab_content {
	color: #625944;
	background: #EDE9C7;
	padding: 5px 10px 5px 12px;
	text-align: left;
}
.tab_content_w {
	color: #625944;
	background: #EDE9C7;
	padding: 5px 10px 5px 12px;
	text-align: left;
	border-bottom: 6px solid #fff;
}
.tab_footer {
	color: #fff;
	background: #C5BC88;
	padding: 2px 10px 2px 12px;
	height: 18px;
	text-align: left;
}
.tab_content_u {
	padding: 0px 0px 0px 18px;
	text-align: left;
	border-bottom: 6px solid #fff;
	font-size: 11px;
}
.search  {
	color: #3D382B;
	background: #D5D2CC;
	border: 1px solid #fff;
	padding: 2px;
	width: 170px;
}
hr {

background-color: #5e1314;
color: #5e1314;
border: 0 none;
height: 1px;
clear: both;
display: block;
width: 100%;
}
