/***** MAIN TAGS *****/

* {
	font: 12px arial, sans-serif;
	line-height: 15px;
}
body {
	margin: 0;
}
p {
	font: 12px arial, sans-serif;
	line-height: 15px;
	margin: 12px 0;
	text-align: justify;
}
h3 {
	font: 14px arial, sans-serif;
	line-height: 15px;
	margin: 16px 0 0 0;
	font-weight: bold;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
a:link {
	background-color: transparent;
	color: #AB0000;
	text-decoration: underline;
}
a:visited {
	background-color: transparent;
	color: #AB0000;
	text-decoration: underline;
}
a:hover {
	background-color: transparent;
	color: #AB0000;
	text-decoration: none;
}
input, textarea {
	background-color: white;
	color: #000000; font-size: 12px; font: 12px arial, sans-serif;
	/* width: 240px; */
	margin-bottom: 2px;
}
.red {
	background-color: transparent;
	color: #AB0000;
}
.title4 {
	font: 12px arial, sans-serif;
	font-weight: bold;
	color: #AB0000;
	line-height: 15px;
}
.title3 {
	font: 16px arial, sans-serif;
	font-weight: bold;
	line-height: 40px;
}
.title2 {
	font: 13px arial, sans-serif;
	font-weight: bold;
	line-height: 20px;
}
.title {
	font: 13px arial, sans-serif;
	font-weight: bold;
	line-height: 15px;
}
.quote {
	font-weight: bold;
	font-style: italic;
	color: #AB0000;
}
li {
	color: #AB0000;
}
.navtext {
	width:300px;
	font: 12px arial, sans-serif;
	border-width:1px;
	border-style:outset;
	border-color:black;
	layer-background-color:white;
	background-color:white;
	color:black;
}