*, html {padding: 0px; margin: 0px;}
body {background-color: #27090B;}

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #26090B;
	line-height: 18px;
}
input.formInputText   {
	color: #842914;
	background-color: #FAE0A7;
	padding: 2px;
	border: solid 1px #C57629;
	height: 15px;
	}
input.formInputText:hover {
	background-color: #DA9CA1;
	}
input.formInputButton, input.formInputRefer  {
	vertical-align: middle;
	font-weight: bolder;
	color: #842914;
	padding: 2px;
	border: solid 1px #AB4066;
	cursor: pointer;
	background-color: #DA9CA1;
	}
input.formInputButton   {
	text-align: center;	
	float: right;	
}	
input.formInputButton:hover   {
	background-color: #FAE0A7;
	}
input.formInputButton:active   {
	background-color: #FAE0A7;
	}
.textbox {
	background-color: #FAE0A7;
	padding: 5px;
	border: 1px solid #C57629;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.breakline {
	width: 100%;
	height: 1px;
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	margin-top: 18em;
	margin-bottom: 18em;
	font-size: 1px;
	background-position: 50% 50%;
}

ul {margin: 0 0 1em 1em;}
ol, ul {list-style-position: inside;}

#content img.noborder {border: 0px;}
#content img {border: 1px solid}
	
a:link {color: #AB4066; text-decoration: underline;}
a:visited {color: #AB4066; text-decoration: underline;}
a:hover {color: #842914; text-decoration: underline;}
a:active {color: #842914; text-decoration: underline;}

a.alt_text:link {color: #8C241B; text-decoration: underline;}
a.alt_text:visited {color: #8C241B; text-decoration: underline;}
a.alt_text:hover {color: #000000; text-decoration: underline;}
a.alt_text:active {color: #000000; text-decoration: underline;}

.subheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #9C532A;
	text-transform: uppercase;
}

.copyright {
	font-size: 9px;
	font-family: Georgia, Times, serif;
	color: #FFFFFF;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #842914;
	font-size: 15px;
	font-style: italic;
	line-height: 1.4em;
}
.alt_text {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.header {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.box_bg {
	background-image: url(images/box_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
