red {
	color: red;
}

img {
	border: none;
}
td {
	padding: 0px;
}
html {
	height: 100%;
	width: 100%;
}
body {
	background-color: black;
	border: 0px;
	margin: 0px;
	width: 100%;
}
#container {
    position: relative;
	margin: 0px auto;
	width: 100%;
	height: 100%;
	text-align: left;
}
#container-full {
	margin: 0px auto;
	background-color: white;
	width: 100%;
	text-align: left;
}
#M132 {
	position: absolute;
	right: 0px;
	font: tahoma,arial 10px bold;
	color: #bbf;
	text-align: right;
	padding-right: 5px;
	z-index: 8000;
}
#M132 a {
	font: tahoma,arial 10px bold;
	color: #bbf;
}
#M132 a:hover {
	font: tahoma,arial 10px bold;
	color: red;
	
}

#copyright {
	position: absolute;
	left: 0px;
	width: 99%;
	font-size: 9px;
	font-weight: bold;
	color: white;
	text-align:  center;
	padding-right: 5px;
}
#doc {
	position: relative;
	z-index: 257;
	width: 100%;
}
#doctab {
	width: 100%;
	height: 100%;
	background: transparent;
	border-spacing: 0px;
	empty-cells: show;
	font-size: 14px;
	font-family: arial, helvetica;
}
#doctab td {
    d-border: 1px solid white;
}

#header_back {
    position: relative;
    top: 2px;
    width: 100%;
    height: 58px;
    background-color: #d7dee4;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    z-index: 3;
}


#main_spacer {
	height: 00px;
}


div.back_up_ff {
	z-index: 1;
	position: absolute; 
	background: url('../images/back_up.png') no-repeat; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	width: 900px;
	height: 1276px;
}
div.back_up_ie {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/back_up.png", sizingMethod="crop");
	z-index: 1;
	position: absolute; 
	width: 900px; 
	height: 1276px;
}

div.img_back_down {
	position: absolute;
	float: right;
	right: 0px;
	z-index: -1;
	width: 900px;
	xx_height: 100%;
}
table.back_down_ff {
	z-index: -1;
	position: relative;
	border-spacing: 0px;
	empty-cells: show;
	top: -1300px;
	right: 0px;
	debug_background-color: red;
	height: 100%;
	width: 100%;
	# display: none;
}
table.back_down_ff td.center {
}
table.back_down_ff td.bottom {
	xx_background: transparent url("../images/back_down.png") no-repeat top right;
	height: 1300px;
	width: 100%;
	vertical-align: bottom;
	text-align: right;
}
div.back_down_ie {
    position: absolute;
    bottom: -18px;
    right: 0px;
    height: 1300px;
    width: 900px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/back_down.png", sizingMethod="crop");
    z-index: -1;
    display: none;
    # display: block;
}

/* title --------------------------------------------------------------------------------*/
div.img_logo {
	position: absolute;
	left: 28;
	top: 18;
	z-index: 4;
	width: 468px;
	height: 108px;
	background: url("../images/logo.png");
	# background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png', sizingMethod="crop");
}
div.img_text1 {
    position: absolute;
    top: 11px;
    right: 15px;
    width: 415px;
    height: 40px;
    z-index: 5;
}
div.img_text2 {
    position: absolute;
    top: 140px;
    right: 24px;
    width: 260px;
    height: 65px;
    z-index: 5;
}

div.main {
    position: relative;
    d-top: 300px;
    width: 100%;
    height: 100%;
    z-index: 100;
}
table.maintable {
    font-size: 13px;
    font-weight: normal;
    color: #dde;
    font-family: arial, helvetica;
    text-align: justify;
    padding-bottom: 30px;
    border: none;
}

/* menubar --------------------------------------------------------------------------------*/
div.menubar_left {
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 170px;
    width: 200px;
}

/* menuitem ------------------------------------------------------------------------------ */
/* small */
a.menuhead_left_small-ff {
    text-decoration: none;
    display: block;
    width: 240px;
    height: 26px;
    padding-top: 5px;
    padding-left: 34px;
    cursor: default;
    z-index: 40;

    font-family: arial, helvetica;
    font-weight: bold;
    font-size: 14px;
    color: #f8f87b;
    background: transparent url("../images/menuhead_small.png") no-repeat;
    # display: none;
}
a.menuhead_left_small-ie {
    text-decoration: none;
    width: 240px;
    height: 26px;
    padding-top: 5px;
    padding-left: 4px;
    margin-bottom: 34px;
    cursor: default;
    z-index: 40;

    font-family: arial, helvetica;
    font-weight: bold;
    font-size: 14px;
    color: #fbf87b;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menuhead_small.png', sizingMethod="crop"); /* ie */
    display: none;
    # display: block;
}

a.menuitem_left_small-ff {
    text-decoration: none;
    display: block;
    width: 240px;
    height: 26px;
    padding-top: 5px;
    padding-left: 8px;
    cursor: pointer;
    z-index: 40;

    font-family: arial, helvetica;
    font-weight: bold;
    font-size: 14px;
    color: #f2180b;
    background: transparent url("../images/menuback_small.png") no-repeat;
    # display: none;
}
a.menuitem_left_small-ff:hover {
    background: transparent url("../images/menuback_small-selected.png") no-repeat;
    text-devoration: nonde;
    color: #820000;
}
a.menuitem_left_small-ie {
    text-decoration: none;
    width: 240px;
    height: 26px;
    padding-top: 5px;
    padding-left: 4px;
    margin-bottom: 8px;
    cursor: pointer;
    z-index: 40;

    font-family: arial, helvetica;
    font-weight: bold;
    font-size: 14px;
    color: #f2180b;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menuback_small.png', sizingMethod="crop"); /* ie */
    display: none;
    # display: block;
}
a.menuitem_left_small-ie:hover {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menuback_small-selected.png', sizingMethod="crop"); /* ie */
    text-devoration: nonde;
    color: #820000;
}
a.menuitem_left_small-ie:visited {
    color: #f2180b;
}


/* big */
div.menuitem_left_frame {
    position: relative;
    width: 285px;
    height: 71px;
    z-index: 35;
}
div.menuitem_left_back_ff {
    position: absolute;
    background: url('../images/menu_back.png') no-repeat; 
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    top: -5px;
    width: 296px;
    height: 104px;
    # display: none;
    cursor: pointer;
}
div.menuitem_left_back_ff:hover {
    position: absolute;
    width: 296px;
    height: 104px;
    background: url('../images/menu_back_glow.png') no-repeat; 
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
a.menuitem_left_a_ie {
    position: absolute;
    width: 296px;
    height: 104px;
    text-decoration: none;
    debug_border: 1px solid red;
    display: none;
    # display: block;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menu_back.png', sizingMethod="crop"); /* ie */
    cursor: pointer;
    z-index: 40;
}
a.menuitem_left_a_ie:hover {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menu_back_glow.png');
}
div.menuitem_left_text_ie {
    position: relative;
    left: -40px;
    top: 36px;
    width: 296px;
    text-align: center;
    z-index: 200;
    display: none;
    # display: block;

    font-family: arial, helvetica;
    font-weight: bold;
    font-size: 18px;
    z-index: 42;
    color: #e2180b;
}
div.menuitem_left_text_ff {
    position: relative;
    left: -40px;
    top: 36px;
    width: 296px;
    text-align: center;
    z-index: 200;

    font-family: arial, helvetica;
    font-weight: bold;
    font-size: 18px;
    z-index: 40;
    color: #e2180b;
}


/* main area ------------------------------------------------------------------------------ */
div.main_area {
    padding-right: 10px;
    font-size: 13px;
}

div.main_area h1 {
    position: relative;
    top: -30px;
    left: 40px;
}

div.main_area h2 {
    font-size: 20px;
}


/* menuitems-left ------------------------------------------------------------------------------ */
div.menubar_left {
    text-align: left;
}
div.menubar_left div.head {
    text-decoration: none;
    display: block;
    width: 240px;
    height: 26px;
    padding-top: 5px;
    padding-left: 34px;
    # margin-top: 4px;
    # margin-bottom: 4px;
    cursor: default;
    z-index: 40;

    font-family: arial, helvetica;
    font-weight: bold;
    font-size: 14px;
    color: #f8f87b;
    background: transparent url("../images/menuhead_small.png") no-repeat;
    # background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menuhead_small.png', sizingMethod="crop");
}
div.menubar_left li a {
    text-decoration: none;
    display: block;
    width: 200px;
    height: 26px;
    # margin-top: 4px;
    # margin-bottom: 4px;
    padding-top: 5px;
    padding-left: 8px;
    cursor: pointer;
    z-index: 40;

    font-family: arial, helvetica;
    font-weight: bold;
    font-size: 14px;
    color: #f2180b;
    background: transparent url("../images/menuback_small.png") no-repeat;
    # background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menuback_small.png', sizingMethod="crop");
}
div.menubar_left li a:hover {
    background: transparent url("../images/menuback_small-selected.png") no-repeat;
    # background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menuback_small-selected.png', sizingMethod="crop");
    text-devoration: nonde;
    color: #820000;
}
div.menubar_left ul {
    text-align: left;
    list-style: none outside;
    marker-offset: 0px;
    margin: 0px;
    padding: 0px;
    # d-position: relative;
    # d-left: -20px;
}
div.menubar_left li {
    text-align: left;
    list-style: none;
    list-style: none outside;
    margin: 0px;
    padding: 0px;
}

/* menuitems-left ------------------------------------------------------------------------------ */
div.menubar_right {
    font-size: 12px;
}
div.menubar_right h2.widgettitle {
    height: 25px;
}
div.menubar_right div.widgettitle {
    position: absolute;
    right: 0px;
    text-decoration: none;
    display: block;
    width: 200px;
    height: 26px;
    padding-top: 5px;
    padding-right: 5px;
    cursor: default;
    z-index: 40;
    text-align: right;

    font-family: arial, helvetica;
    font-weight: bold;
    font-size: 12px;
    color: #f8f87b;

    background: transparent url("../images/menuright_small.png") no-repeat;
    # background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menuright_small.png', sizingMethod="crop");
}

div.headbanner {
    position: absolute;
    right: 5px;
    top: 77px;
    height: 50px;
    width: 500px;
    text-align: right;
    border: none;
    z-index: 5000;
    overflow: hidden;
}

div.headbanner img {
    border: none;
}

div.headbanner a {
    text-decoration: none;
}

div.leftbanner {
    position: absolute;
    left: 15px;
    top: 110px;
    height: 65;
    width: 800px;
    text-align: left;
    border: none;
    z-index: 5000;
    overflow: hidden;
}

div.leftbanner ul {
    list-style: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

div.leftbanner li {
    position: relative;
    display: inline;
}

div.leftbanner a {
    text-decoration: none;
    color: #ddf;
    cursor: pointer;
    text-transform: uppercase;
}

div.leftbanner a:hover {
    color: red;
}
