/* CSS Document */
body{
margin:0px;
padding:0px;

background-image:url(../images/body_bacground_repeat.jpg);
background-repeat:repeat-x;
}

.Header_bg_repeat{
background-image:url(../images/header_bg_repeat.jpg);
background-repeat:repeat;
}

.HeadNavi_Bluestrip_repeat{
background-image:url(../images/blue_strip_repeat.jpg);
background-repeat:repeat;
}

/* Link Font*/
.menuhead:link{
font-family:Arial;
font-size:13px;
font-weight:bold;
color:#E0E0E0;
text-decoration:none;
}

.menuhead:visited{
font-family:Arial;
font-size:13px;
color:#E0E0E0;
font-weight:bold;
text-decoration:none;
}

.menuhead:hover{
font-family:Arial;
font-size:13px;
font-weight:bold;
color:#C01330;
text-decoration:none;
}

.body_text{
font-family:Tahoma;
font-size:14px;
color:#535A5B;
}

.txtfield{
	width:174px;
	border:1px solid #B9BBBC;
	height:20px;
	}
	
.list_menu{
	width:174px;
	border:1px solid #B9BBBC;
	height:18px;
	}

.border{
border-left:1px solid #B9BBBC;
border-right:1px solid #B9BBBC;
border-bottom:1px solid #B9BBBC;
}
.border_bottom{
border-bottom:1px solid #B9BBBC;
}

.MainBodyText{
font-family:Tahoma;
font-size:14px;
color:#535A5B;
/*padding-left:35px;*/
padding-right:10px;
padding-top:10px;
line-height:17px;
}

.bottom_navi:link{
font-family:Arial;
font-size:10px;
color:#5B5B5B;
text-decoration:none;
}

.bottom_navi:visited{
font-family:Arial;
font-size:10px;
color:#5B5B5B;
text-decoration:none;
}

.bottom_navi:hover{
font-family:Arial;
font-size:10px;
color:#C01330;
text-decoration:none;
}


.tenpearls:link{
font-family:Arial;
font-size:10px;
color:#003197;
text-decoration:none;
}
.tenpearls:visited{
font-family:Arial;
font-size:10px;
color:#003197;
text-decoration:none;
}
.tenpearls:hover{
font-family:Arial;
font-size:10px;
color:#C11532;
text-decoration:none;
}

.Arial_10pxfooter{
font-family:Arial;
font-size:10px;
color:#003197;
background-color:#86A8ED;
padding-left:10px;
padding-right:10px;
}

.brdrblu
{
border:1px solid #C01330;
padding:5px;
margin-left:3px;
margin-right:3px;
}
