body
{
	background-color: #515151;
    background-image: url('img/bg_main.gif');
    background-position: top;
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
}

body, td
{
	font-family: arial;
    font-size: 13px;
}

a:link, a:visited, a:active, a:focus
{
	text-decoration: none;
	font-weight: bold;
	color: #AA413F;
}
a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.nav_link:link, .nav_link:visited, .nav_link:active, .nav_link:focus
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #CDCDCD;
	display: block;
    width: 220px;
    height: 25px;
    margin: 0px 0px 1px 0px;
    line-height: 25px;
}
.nav_link:hover
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #935959;
	display: block;
    width: 220px;
    height: 25px;
    margin: 0px 0px 1px 0px;
    line-height: 25px;
}

.menu_link:link, .menu_link:visited, .menu_link:active, .menu_link:focus
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
    color: #555555;
    padding: 5px 10px 5px 10px;

    margin-right: 0px;

    background-color: #D1D1D1;

    border-left: 1px solid #AAAAAA;
    border-top: 1px solid #AAAAAA;
    border-right: 1px solid #6B6B6B;
    border-bottom: 1px solid #6B6B6B;


}
.menu_link:hover
{
    background-color: #E5E5E5;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    border-left: 1px solid #6B6B6B;
    border-top: 1px solid #6B6B6B;
}

.menu_link#red {background-color: #8CDA7F; color: #DB3535;}



hr { height:1px; border: 0px; color: #C3C3C3; background-color: #C3C3C3; }

h1
{
	font-size: 22px;
    font-family: georgia;
    color: #B0B0B0;
    font-weight: bold;
    margin-bottom: 35px;
}

h2
{
	font-size: 17px;
    font-family: georgia;
    color: #666666;
    font-weight: bold;
}

h3
{
	font-size: 17px;
    font-family: georgia;
    color: #666666;
    font-weight: bold;
}

h4
{
	font-size: 14px;
    font-family: georgia;
    color: #555555;
    font-weight: normal;
    padding: 4px;
	background-color: #DFDFDF;
}

.mini { font-size: 10px;}

.mini_link:link, .mini_link:visited, .mini_link:active, .mini_link:focus
{
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
    color: #CF8282;

}
.mini_link:hover
{
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
	color: #CF8282;
}

.small_link:link, .small_link:visited, .small_link:active, .small_link:focus
{
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
    color: #3C3C3C;

}
.small_link:hover
{
	text-decoration: one;
	font-size: 11px;
	font-weight: bold;
	color: #CF8282;
}

.box_header
{
	background-color: #8CDA7F;
    padding: 5px 15px 5px 15px; border: 1px solid #777777;
}

.box_header, .box_header a
{
    font-size: 14px;
    color: #373737;
}

.box_content
{
	background-color: #F3F3F3;
    padding: 20px 15px 20px 15px;
}

.box_footer
{
	background-color: #ADB0B3;
    padding: 5px 15px 5px 15px;border: 1px solid #777777;
}
