	html,body * {
		margin:0px;
		padding:0px;
	}
	body {
		background: #c0c0c0 url('images/bg_home.jpg') repeat-x top left;
		position:relative;
	}
	body,td,p,div {
		font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #666666;
	} 
    .home_content * {
		color: #6f1708;
    }
    .header_print {
        display: none;
    }
    .footer, .footer *{
		color: #FFFFFF;
    }
    .title {
        font-size: 15px;
        font-weight: bold;
        color: #6f1708;
    }
    .subtitle {
        font-size: 11px;
        font-weight: normal;
    }
    .label, .label_active {
        font-size: 13px;
        font-weight: bold;
		color: #6f1708;
    }
    .indent {
        padding-left: 15px;
    }
    .indent_icon {
        padding-left: 75px;
    }
    .white {
        background-color: #FFFFFF;
    }
    .tm_white {
        border-top: 1px solid;
    }
    .ml_white {
        border-left: 1px solid;
    }
    .mr_white {
        border-right: 1px solid;
    }
    .bm_white {
        border-bottom: 1px solid;
    }
    .tm_white, .ml_white, .mr_white, .bm_white {
        background-color: #FFFFFF;
        border-color: #747474;
        font-size: 4px;
        color: #FFFFFF;
    }
    .line_break {
        background: url('images/dotted_line.gif') repeat-x bottom left;
        padding-top: 20px;
        margin-bottom: 5px;
    }
    .icon_title img {
        vertical-align: middle;
    }
    .icon_title .title {
        color: #6f1708;
    }
    a {
        color: #6f1708;
        text-decoration: none;
    }
    a:hover {
        text-decoration: underline;
    }
    a.text_link {
        text-decoration: none;
        color: #383838;
    }
    a.text_link:hover {
        text-decoration: underline;
    }
    a.more {
        text-decoration: underline;
    }
    .nav {
       height: 59px;
       position: relative;
    }
    .nav_tabs {
        height: 28px;
		background: url('images/tab_spacer.gif') repeat-x top left;
		position:relative;
    }
    .nav_sub {
        height: 31px;
        line-height: 28px;
        border-left: 1px solid;
        border-right: 1px solid;
        border-color: #747474;
        color: #383838;
        background-color: #cad0da;
    }
    .nav_sub * {
        color: #383838;
    }
    .nav_sub a {
        color: #383838;
        text-decoration: none;
    }
    .nav_sub a:hover {
        text-decoration: underline;
    }
    .nav_sub a.active {
        font-weight: bold;
        color: #6f1708;
    }
    .nav_links {
        float: left;
        padding-left: 75px;
    }
    .nav_search {
        float: right;
        padding-right: 20px;
        vertical-align: middle;
    }
    .nav_search a {
        letter-spacing: -2px;
    }
    .nav_icon {
		position: absolute;
        left:0px;
        z-index: 10;
        float: left;
    }
    .tab, .tab_active {
        height: 28px;
        font-size: 2px;
        z-index: 5px;
        float: left;
        cursor: pointer;
    }
    .tab *, .tab_active *, .tab_spacer {
        height: 28px;
        float: left;
        line-height: 26px;
    }
    .tab * {
        color: #FFFFFF;
    }
    .tab_active * {
        color: #6f1708;
    }
    .tab .tab_tl, .tab_active .tab_tl {
		background: url('images/tab_tl.gif') no-repeat top left;
        width: 7px;
    }
    .tab .tab_mid, .tab_active .tab_mid {
		background: url('images/tab_mid.gif') repeat-x;
        text-align: middle;
        padding-left: 16px;
        padding-right: 16px;
        font-weight: bold;
        font-size: 13px;
    }
    .tab .tab_tr, .tab_active .tab_tr {
		background: url('images/tab_tr.gif') no-repeat top right;
        width: 7px;
    }
    .tab .tab_home, .tab_active .tab_home {
        padding-left: 42px;
    }
    .tab_spacer {
        width: 3px;
    }
    .side_tm {
        border-top: 1px solid;
    }
    .side_ml {
        border-left: 1px solid;
    }
    .side_mr {
        border-right: 1px solid;
    }
    .side_bm {
        border-bottom: 1px solid;
    }
    .side_tm, .side_ml, .side_mr, .side_bm {
        border-color: #383838;
    }
    .tab_active .tab_tl {
		background: url('images/tab_tl_ent.gif') no-repeat top left;
    }
    .tab_active .tab_mid {
		background: url('images/tab_mid_ent.gif') repeat-x;
    }
    .tab_active .tab_tr {
		background: url('images/tab_tr_ent.gif') no-repeat top right;
    }
    .side {
        background-color: #cad0da;
    }
    .side_tl {
        background: url('images/tl_ent.gif') no-repeat;
    }
    .side_tr {
        background: url('images/tr_ent.gif') no-repeat;
    }
    .side_bl {
        background: url('images/bl_ent.gif') no-repeat;
    }
    .side_br {
        background: url('images/br_ent.gif') no-repeat;
    }
    .download_pdf, .sendToFriend, .register_now {
        float: right;
        padding-left: 20px;
        //font-weight: bold;
        font-size: 11px;
    }
    .download_pdf img {
        vertical-align: middle;
    }
    .errorbox {
        border: 1px solid #cc0000;
        background-color: #FFFEC4;
        padding: 5px;
        margin-top: 5px;
    }
    .errormessage {
        color: #cc0000;
        font-weight: bold;    
    }
    .highlight {
        background-color: yellow;
    }
    .search_form {
        border: 1px solid #6f1708;
        line-height: 25px;
        padding: 10px;
        font-weight: bold;
    }
        
