/* CSS Document */

body
{
margin:0px;
background-color: #666666;
}
.main_table
{
border:solid #CC6600 0px;
background-color:#FFFFFF;
}

.logo
{
background-image:url(../images/logo.jpg);
background-position:top;
background-repeat:no-repeat;
}

.top_menu
{
font-family: Georgia, "Times New Roman", Times, serif;
font-size:11px;
color:#000000;
font-weight:bold;
}

.top_menu a
{
font-family: Georgia, "Times New Roman", Times, serif;
font-size:11px;
color:#000000;
font-weight: bold;
text-decoration:none;
}

.top_menu a:hover
{
font-family: Georgia, "Times New Roman", Times, serif;
font-size:11px;
color: #CC6600;
font-weight: bold;
text-decoration: underline;
}

.main_title_black
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#000000;
font-weight:bold;
}

.main_title_gold
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color: #CB7608;
font-weight:bold;
}

.inner_title_gold
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color: #CB7608;
font-weight:bold;
}

.sitecontent
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
padding-left:5px;
text-decoration:none;
}

.note
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#ff0000;
}

.read_more
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#CB7608;
text-decoration: underline;
}

.read_more:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #000000;
text-decoration: underline;
}

.footer_bg
{
background-image:url(../images/footer_bg.jpg);
height:34px;
vertical-align:middle;
}

.footer
{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:11px;
text-decoration:none;
line-height:34px;
}

.footer:hover
{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:11px;
text-decoration:none;
line-height:34px;
}

.box1
{
background-image:url(../images/box1_bg.jpg);
background-repeat:repeat-y;
}

.box_table
{
height:169px;
}

.read_more_green
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#184A02;
text-decoration: underline;
}

.read_more_green:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #000000;
text-decoration: none;
}

.error {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
}

.error_new {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CC0000;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}