/* CSS Document */

body,html
{
        color: #888888;
        font-family: 'Trebuchet MS', serif;
        font-size: 11px;
        margin: 0 auto;
        padding: 0px;
        height: 100%;}

#main_table {
		vertical-align: top;
		width: 100%;
		height: 100%;}

#header_td {
		background-image: url(images/background.gif);
		vertical-align: top;
		width: 800px;
		height: 100%;
        margin: 0px;
        padding: 0px;
        overflow: hidden;}
		
.hm_corner_bg {
		background-color: #888888;
		background-repeat: repeat-x;
		overflow: hidden;
		width: 50%;}
.section_heading {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: bold;
		color: #de0f0f;
		text-decoration: none;
}	
.main_text_intro {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #de0f0f;
		text-decoration: none;
}	
.main_text {
		background-color: inherit;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
		color: #333333;
		text-decoration: none;
		margin-top: 10px;
		margin-right: 10px;
		}
.main_text_link {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #de0f0f;
		text-decoration: none;
		}
.main_text_link:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #666666;
		text-decoration: none;
		}
.main_text_link_active {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #666666;
		text-decoration: none;
		}
.main_text_link:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #666666;
		text-decoration: none;
		}
		
.footer_text {
		background-color: inherit;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 10px;
		color: #FFFFFF;
		text-decoration: none;
		margin-left: 40px;
		}
.footer_text_link {
		background-color: inherit;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 10px;
		color: #ffffff;
		text-decoration: none;
		}
.footer_text_link:hover {
		background-color: inherit;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 10px;
		color: #666666;
		text-decoration: none;
 		}
