body {
	font-family:Georgia, "Times New Roman", Times, serif;
}

p {
	line-height:20px;
	text-align:justify;
	font-size:12px;
}

h1 {
	font-size:24px;
	font-weight:bold;
	color:#8C1313;
}

h2 {
	font-size:18px;
	font-weight:bold;
	color:#8C1313;
}

h3 {
	font-size:16px;
	color:#000000;
}

.foot {
	font-size:10px;
	color:#000000;
}

a {
	color:#8C1313;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#000000;
}

input[type="submit"] {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #4F462B;
	text-decoration: none;
	background-color:#CEC484;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 1px;
	letter-spacing: 0pt;
	border-top: 3px double #EEE0B2;
	border-right: 3px double #7E7042;
	border-bottom: 3px double #7E7042;
	border-left: 3px double #EEE0B2;
}

input[type="button"] {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #4F462B;
	text-decoration: none;
	background-color:#CEC484;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 1px;
	letter-spacing: 0pt;
	border-top: 3px double #EEE0B2;
	border-right: 3px double #7E7042;
	border-bottom: 3px double #7E7042;
	border-left: 3px double #EEE0B2;
}

input[type="text"] {
	border: 1px #7E7042 solid;
	font-family:Georgia, "Times New Roman", Times, serif;
}

input[type="password"] {
	border: 1px #7E7042 solid;
	font-family:Georgia, "Times New Roman", Times, serif;
}

select {
	border: 1px #7E7042 solid;
	font-family:Georgia, "Times New Roman", Times, serif;
}