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

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 755px;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 352px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 21px;
	padding-bottom: 65px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
}


#footer  {
	padding: 0;
	background-color: #EBEBEB;
}
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #949494;
	padding-top: 18px;
	padding-right: 0;
	padding-left: 20px;
	padding-bottom: 10px;
}
.main_box {
	padding-right: 15px;
	padding-left: 15px;
}
.orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #F09100;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}
.red {
	font-size: 13px;
	color: #FF0000;
	font-weight: normal;
}


.dotline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	height: 35px;
}
.title_tbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	text-align: center;
}
.tbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-color: #E9E9E9;
	text-align: center;
}
s
