/* style template for main pages */
body		{ 
	background: #281A03; 
	color: #331C16; 
	font-family:"Arial"; 
	font-size: 11pt;
	}
/*image style*/
img		{
	border: 0px;
}
/*style for text with links*/
a	{
	color: #FFFFFF;
	text-decoration: none;
}	
a:visited {
	color: #8E2A19;
	text-decoration: none;
}
a:hover {
	color: #E2D8C9;
	background-color: #476381;
	text-decoration: none;
}
/*style for text link to send an email to the*/
a.name_email{
	font-weight: bold;
	font-size: 12pt;
	color: #582B1F;
}
a:hover.name_email{
	background-color: #E2D8C9;
}
a:hover.a_background{
	background-color: #D5BC96;
}
/*style for main table*/
table.main	{ 
	background: #D5BC96;
	border: 5px; 
	border-style: solid;
	border-color: #FFFFFF;
	color: #331C16; 
	/*border-spacing: 0px;*/
	}
/*style for cells with buttons*/
td.main_btn_td	{
	height: 31px;
	background-color: #480406;
	
}
td.sub_btn_td	{
	height: 25px;
	background-color: #183A5D;
	background-image: url("images/sub_btn_bg.png");
}
td.banner_td	{
	background-color: #476381;
/*	border-bottom: 3px;
	border-bottom-style: solid;
	border-color: #FFFFFF;*/
}
td.bottom_links_td	{
	border-top: 3px;
	font-size: 10pt;
	font-weight: bold;
	border-top-style: solid;
	color: #776644;
	border-color: #FFFFFF;
}
/*other text classes*/
.headtitle {
	font-size: 12pt;
	font-weight: bold;
	color: #582B1F;
}
.copyright_text {
	font-size: 9pt;
	color: #FFFFFF;
}
.form_buttons{
	color: #E2D8C9; 
	background-color: #476381;
	font-weight: bold;
}
.bottom_links_now	{
	color: #FFFFFF;
	text-decoration: underline;
}
.small_text	{
	font-size: 9pt;
}
.price	{
	color: #182839;
	font-weight: bold;
	font-size: 13px;
}
.item_title	{
	color: #1A2F45;
	font-weight: bold;
	font-size: 13pt;
}
/*display for database info*/
tr.database_head	{
	font-weight: bold;
	width: 50px;
}