@charset "utf-8";
/* CSS Document */
BODY
{
	background-color: #291b01;
	font-family: Georgia, "Times New Roman", Times, serif;
}
INPUT
{
	border: 1px solid #7c6136;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #291b01;
}
TEXTAREA
{
	border: 1px solid #7c6136;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #291b01;
}
.TopTile
{
	background: #291b01 url(../_imgs/vintage_top_tile.png) repeat-x bottom;
}
.RightTile
{
	background: #291b01 url(../_imgs/vintage_rightstack_tile.png) repeat-y;
}
.FooterTile
{
	background: #291b01 url(../_imgs/vintage_footer_tile.png) repeat-x top;
}
.MenuTile
{
	background: #291b01 url(../_imgs/vintage_menu_tile.png) repeat-y;
}
.FooterText
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #d0c291;
}
.PageTitle
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #b14831;
	font-weight: bold;
	font-style: italic;
}
.TextNorm
{
	font-family: "Times New Roman", Times, serif
}
#Content
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #291b01;
	margin-right: 12px;
	text-align: justify;
	margin-top: 27px;
}
#Content a
{
 	color: #bb5b1b;
	text-decoration: underline;
}
#Content a:hover
{
 	color: #7c6136;
	text-decoration: underline;
}
#Button
{
	background-color:#bb5b1b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #ffffff;
	border: solid 1px #bb5b1b;
}
.TableHead
{
	background-color: #7c6136;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
}


