/* CSS Document */

body{
	background-image: url(../images/background.jpg);
	background-repeat:  repeat-x;
	margin: 0px;	
	}
.table_A{
	margin:0px;
	height:100%;
}
.border_1{
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFCC33;
}
.normal_bold{
	font-family: tahoma, "Lucida Sans Unicode", "Times New Roman";
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-align:center;
}
.bottomPage{
	margin:0px;
	background-image: url(../images/bottom_line.jpg);
	background-repeat:  repeat-x;
	vertical-align:bottom;
	height:40px;
	}
.bottomPage_txt{
	font-family: tahoma, "Lucida Sans Unicode", "Times New Roman";
	font-size: 10px;
	color: #FF6600;
	font-weight: bold;
	text-align:center;
	vertical-align:bottom;
	}
.mainframe{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	}
.normal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;	
	text-align: center;
	}
.normal_just{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-align: justify;
	vertical-align: middle;
	}
.bg1{
	background-color: #87AFD7;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	}


