body {
	background-color: #a11f1f;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-position: top center;
	background-repeat: repeat-x;
}

body,td {
	font-family: Arial Narrow;
	font-size: 11px;
	text-align: justify;
}

a:link, a:active, a:visited {
	color: #d52225;
	text-decoration: none;
}

a:hover {
	text-decoration: underline; 
}

h1  {
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	padding: 5px;
	background: #ffffff url(images/headerbg.jpg);
	line-height: 15px;
	display: block;
	margin: 0px;
	text-transform: lowercase;
	letter-spacing: 1px;
}

h1:first-letter {
	color: #ffa91e;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

h3  {
	color: #d52225;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 2px;
	text-indent: 5px;
	line-height: 15px;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
}

b {
	color: #ffa91e;
	font-weight: normal;
}

i {
	color: #808080;
}

input,textarea,select,option {
	border: 0px;
	background: #ffa91e;
	color: #000000;
	font-family: Arial Narrow;
	font-size: 11px;
	padding-right: 3px;
	padding-left: 3px;
}

.welcome {
	font-size: 9px;
	text-transform: none;
	text-align: justify;
	color: #303030;
	line-height: 12px;
}

.main {
	background: #ffffff;
	text-align: justify;
	display: block;
	margin-bottom: 5px;
	padding: 0px 0px 5px 0px;
}

a.nav {
	display: block;
	color: #d52225;
	border-bottom: 1px dotted #c0c0c0;
	padding: 3px;
	text-align: center;
	letter-spacing: 2px;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

a.nav:hover {
	background: #fffeac;
	text-decoration: none;
}