@charset "utf-8";
/* CSS Document */

body{
font-family:Tahoma, Verdana, Arial;
margin:0px;
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
}
/*	table height	*/
#heigh100{
height:100%;
}


/*	main txt	*/
.main_bodytxt{
font-size:11px;
color:#000000;
text-decoration:none;
}
.main_bodytxt a{
font-size:11px;
color:#000000;
text-decoration:underline;
}
.main_bodytxt a:hover{
font-size:11px;
color:#000098;
text-decoration:none;
}
.txtheading {
font-size:14px;
font-weight:bold;
color:#000000;
text-decoration:underline;
}
.txtheading1 {
font-size:12px;
font-weight:bold;
color:#000000;
}


/*	header	*/
.headerTop_bg{
background-image:url(../images/bg_header_top.jpg);
background-repeat:repeat-y;
background-position:right;
}




/*	navigation	*/
.navigation_bg{
background-image:url(../images/header_nav_bg.jpg);
background-repeat:repeat-y;
background-position:right;
}



/*	left side	*/
.left_txtbox_bg{
background-image:url(../images/header_left_txtbox_bg.jpg);
background-position:center;
background-repeat:repeat-x;
}
.left_txtbox{
width:100%;
border:1px #FFFFFF solid;
font-size:11px;
}
.left_forgotpassword{
font-size:11px;
color:#000000;
text-decoration:none;
}
.left_forgotpassword a{
font-size:11px;
color:#000000;
text-decoration:underline;
}
.left_forgotpassword a:hover{
font-size:11px;
color:#666666;
text-decoration:none;
}



/*	bottom	*/
.bottom_bg{
background-image:url(../images/bottom_bg.jpg);
background-repeat:repeat-y;
background-position:right;
}
.bottom_navigation{
font-size:11px;
text-decoration:none;
color:#000000;
}
.bottom_navigation a{
font-size:11px;
text-decoration:none;
color:#000000;
}
.bottom_navigation a:hover{
font-size:11px;
text-decoration:underline;
color:#000000;
}
.bottom_navigation_copyright{
font-size:11px;
text-decoration:none;
color:#FFFFFF;
}
.bottom_navigation_copyright a{
font-size:11px;
text-decoration:none;
color:#FFFFFF;
}
.bottom_navigation_copyright a:hover{
font-size:11px;
text-decoration:underline;
color:#FFFFFF;
}