@charset "utf-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3C2B2E;
	line-height: 22px;
}
body {
	background-color: #d3d2d2;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
}
h1 {
	color: #34010D;
	padding-top: 30px;
	font: bold 30px/30px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h2 {
	color: #439914;
	font: bold 19px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {color: #FFFFFF}
a:link {
	color: #780407;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #780407;
}
a:hover {
	text-decoration: underline;
	color: #780407;
}
a:active {
	text-decoration: none;
	color: #780407;
}
a.page:link {
	color: #976F42;
	text-decoration: none;
}
a.page:visited {
	text-decoration: none;
	color: #976F42;
}
a.page:hover {
	text-decoration: underline;
	color: #CA8060;
}
a.page:active {
	text-decoration: none;
	color: #976F42;
}
a.button:link {
	color: #291420;
	text-decoration: none;
}
a.button:visited {
	text-decoration: none;
	color: #754651;
}
a.button:hover {
	text-decoration: underline;
	color: #9F8DAF;
}
a.button:active {
	text-decoration: none;
	color: #23121B;
}
.style6 {font-size: 10px; font-family: Arial, Helvetica, sans-serif; }
.style7 {font-size: 11px}
.style8 {color: #6E6466}
.style11 {font-size: x-small}
.style12 {color: #6E6466; font-size: x-small; }
h3 {
	font-size: 30px;
    line-height: 1.2;
    text-align: left;
	color: #232323;
    margin-bottom: 0;
}
.text_button {
	font-size: 13px;
	font-weight:bold;
	line-height: 28px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 2px dashed #420211;
	background-color: #E9E2E6;
}

.fltrt {
	float: right;
	margin-left: 15px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.form_design {
	border: 1px ridge #c89061;
	background-color: #EBE4BE;
}
.form_button {
	font-weight: bold;
	border: 3px ridge #c89061;
	padding-right: 20px;
	padding-left: 20px;
	background: #D2A47D;
	padding-top: 2px;
}

a.btn {
    background: #8C1204;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 5px;
    color: #FFF;
}
