@charset "utf-8";
body {
	background-color: #600;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	text-align: justify;
}

h1 {
	color: #600;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
}

h2 {
	color: #600;
	font-family: "Times New Roman", Times, serif;
}

h3, h4 {
	color: #600;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h5, h6 {
	color: #600;
}

a {
	color: #FF0033;
}

form {
	background-color: #FFFFFF;
}
.footer_text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #ffffff;
}
.bodytext-white {
	color: #FFFFFF;
	font-weight: bold;
}
.border {
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.small_text {
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000;
}

