/* CSS Document */
body
{
	background-color:#D6C29E;
	background-image:url(../images/background_gradient2.gif);
	background-repeat:repeat-x;
	scrollbar-face-color:#CEB68B;
	scrollbar-darkshadow-color:#675D5C;
	scrollbar-3dlight-color:#675D5C;
	scrollbar-track-color:#E9DCC4;
	scrollbar-highlight-color:#B7A177;
	scrollbar-shadow-color:#B7A177;
	scrollbar-arrow-color:#675D5C;
}
.menu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: 600;
	font-style:italic;
	color: #F2A62B;
}

.menu a:link 
{
	color: #F2A62B;
	text-decoration: none;
}

.menu a:visited 
{
	color: #F2A62B;
	text-decoration: none;
}

.menu a:hover 
{
	color: #FFFFFF;
	text-decoration: none;
}
.text
{
	padding: 10px;
	margin: 0px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

.text h1
{
	line-height: 25px;
	font-size: 16pt;
	text-align:center;
	
}

.text h2
{

	line-height: 20px;
	font-size: 13pt;
	text-align:center;
}

.text a:link 
{
	color: #547838;
	text-decoration: underline;
}

.text a:visited 
{
	color: #547838;
	text-decoration: underline;
}

.text a:hover 
{
	color: #547838;
	text-decoration: none;
}

.top_text
{
	padding: 15px;
	margin: 0px;
	line-height: 40px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18pt;
	font-weight: 500;
	font-style:italic;
	color: #547838;

}
