@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #a62625;
	font-size: small;
}
a:link {
	text-decoration: underline;
	color: #a62625;
	font-size: small;
}
a:visited {
	text-decoration: underline;
	color: #a62625;
	font-size: small;
}
a:hover {
	text-decoration: underline;
	color: #999999;
	font-size: small;
}
a:active {
	text-decoration: underline;
	color: #CC0000;
	font-size: small;
	text-align: right;
}
.master #container {
	position: relative;
	width: 90%;
	background-color: #f4f4f4;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	left: auto;
	right: auto;
	font-size: small;
}
.master #header {
	font-size: small;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5%;
	padding-right: 5%;
}
.master #content {
	text-align: left;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5%;
	padding-right: 5%;
	font-size: small;
}
.master #footer {
	font-size: small;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5%;
	padding-right: 5%;
}
	
.fltrt {
	float: right;
	margin-left: 5%;
}
.fltlft {
	float: left;
	margin-right: 5%;
}
.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}
.master h1 {
	font-size: medium;
	color: #a80000;
}
.master h2 {
	font-size: medium;
	color: #2f3148;
}
.master h3 {
	font-size: small;
	color: #a62625;
	font-weight: bold;
}
.master  h4 {
	font-size: small;
	color: #2f3148;
	font-weight: bold;
}
.master p {
	color: #312f3c;
	font-size: small;
}
