@charset "UTF-8";
body {
	background-color: #997d61;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.main_table {
	repeat:no-repeat;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.index_title {
	font-size: 22px;
}
.red {
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
    color: #f33;
    text-shadow: 1px 1px 3px #f0f;
}
.main_table tr td table tr td table tr .box_main_text table tr td .box_main_text_title {
	font-size: 24px;
}
.page_quote {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #FFF;
    text-shadow: 1px 1px 2px #000;
}

.box_main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	font-style: normal;
	font-variant: normal;
}
.box_main_text_title {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;}
	
a.text_link:link {color: #cfc; text-decoration: underline;}
a.text_link:visited {color: #cfc; text-decoration: underline;}
a.text_link:hover {color: #7f7; text-decoration: underline;}
a.text_link:active {color: #cfc; text-decoration: underline;}
a.box_main_text_title:link	{color: #cfc; text-decoration: none;}
a.box_main_text_title:visited	{color: #cfc; text-decoration: none;} 
a.box_main_text_title:hover	{color: #cfc; text-decoration: underline;} 
a.box_main_text_title:active	{color: #cfc; {text-decoration: none; } 

.bottom_footer {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f9e801;
	font-style: normal;
	font-variant: normal;
	text-align: left;}

a.bottom_footer:link	{color: #f9e801; text-decoration: none;}
a.bottom_footer:visited	{color: #f9e801; text-decoration: none;} 
a.bottom_footer:hover	{color: #f9e801; text-decoration: underline;} 
a.bottom_footer:active	{color: #f9e801; {text-decoration: none; } 

.logo {
  background: url(images/logo.png);
  background-repeat:no-repeat; }

