/* CSS Document */
body
{
	margin: 0px;
	background: url(images/bg3.jpg) repeat-x #E3DACE;
}

.style2 {	font-size: 12;
	font-weight: bold;
}
.style3 {line-height: 17px; color: #333333; font-family: Arial, Helvetica, sans-serif;}

.text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #371C00;
}
.red
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #400000;	
}
.heading
{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #261400;	
}
.white
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;	
}
.style1 {color: #693601; font-size: 15px;}
#container
{
/*	background: url(img/header-div.jpg) no-repeat top center; */
}
A:link	{ color: #400000; text-decoration: none; font-weight: bold;}
A:visited { color: #400000; text-decoration: none; font-weight: bold;}
A:active { color: #400000; text-decoration: none; font-weight: bold;}
A:hover	{ color: #400000; text-decoration: underline; font-weight: bold;}

.white A:link	{ color: #FFFFFF; text-decoration: none; font-weight: bold;}
.white A:visited { color: #FFFFFF; text-decoration: none; font-weight: bold;}
.white A:active { color: #FFFFFF; text-decoration: none; font-weight: bold;}
.white A:hover	{ color: #FFFFFF; text-decoration: underline; font-weight: bold;}

