body {
  background-color:#5C5C5C;
  margin-top: 0px;
  font-family: "Times New Roman", Times, serif;
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}
.bottom { 
	background-position: center top;
	background-repeat: repeat-x;
	background-image:url(../images/bottom.gif);
	height: 22px; 
}
.bottom_R { 
	background-position: right top;
	background-image:url(../images/br_corner.gif);
	height: 22px; 
}
.bottom_L { 
	background-position: left top;
	background-image:url(../images/bl_corner.gif);
	height: 22px;
}
.R { 
	background-position: right top;
	background-repeat: repeat-y;
	background-image:url(../images/r_side.gif);
	height: 17px; 
}
.L { 
	background-position: left top;
	background-repeat: repeat-y;
	background-image:url(../images/l_side.gif);
	height: 17px; 
}
.background {
background-color:#FFFAEB;
}
.header_text {
 font-size:24px;
 font-weight:bold;
 background-color:#FFFAEB;
}
.noraml_text {
	font-size:14px;
	color:#000000;
	 background-color:#FFFAEB;
}
.noraml_text_red {
	font-size:12px;
	color:#FF0000;
	 background-color:#FFFAEB;
	 font-weight:bold;
}
.noraml_text_noBG{
	font-size:12px;
	color:#000000;
}
.small_header{
	font-size:18px;
	color:#000000;
	background-color:#FFFAEB;
}