body {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E8E8E8;
}
td {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
th {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	font-style: normal;
	height: 25px;
	background-repeat: repeat-x;
	padding-left: 6px;
	padding-top: 3px;
	background-position: left center;
	font-weight: bolder;
}
.back_dark_grey_white_bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #999999;
	color:#FFFFFF;
	font-weight:bold;
}
.back_dark_grey {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #999999;
}
.back_light_grey {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #E8E8E8;
}
.back_dark_blue {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #A6C5DA;
	border-color: #A6C5DA;
}
.back_light_blue {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #D7E4ED;
	border-color: #A6C5DA;
}
.blue_normal {
	color: #3A7CAC;
}
.blue_bold {
	color: #3A7CAC;
	font-weight: bold;
}
.red_normal {
	color: #FF0000;
}
.red_bold {
	color: #FF0000;
	font-weight: bold;
}
a:link {
	color: #5987D6;
	text-decoration: underline;
}
a:visited {
	color: #5987D6;
	text-decoration: underline;
}
a:hover {
	color: #5987D6;
	text-decoration: underline;
	font-weight: bolder;
}
.input-text-right {
	text-align:right;	
	color:#333;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:84%;
	font-weight:bold;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#666;
	border-bottom-color:#666;
	background-color:E8E8E8;
	filter:progid:DXImageTransform.Microsoft.Gradient(
		GradientType=0,StartColorStr='#ffffffff',EndColorStr='#FFE8E8E8');
}
.input-text-left {
	text-align:left;
	text-transform:uppercase;
	color:#333;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:84%;
	font-weight:bold;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#666;
	border-bottom-color:#666;
	background-color:E8E8E8;
	filter:progid:DXImageTransform.Microsoft.Gradient(
		GradientType=0,StartColorStr='#ffffffff',EndColorStr='#FFE8E8E8');
}
.input-button {
	color:#333;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:84%;
	font-weight: normal;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#666;
	border-bottom-color:#666;
	cursor:hand;
	background-color:#ddd;
	filter:progid:DXImageTransform.Microsoft.Gradient(
		GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ff3a7cac');
}
.input-button-2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;	
	border:0px;
	background-color:#E8E8E8;
	text-decoration:underline;
	padding-top:5;
	cursor:pointer;
}
.input-button-3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;	
	border:0px;
	background-color:#D7E4ED;
	text-decoration:underline;
	padding-top:5;
	cursor:pointer;
}
.select-list {
	color:#333;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:84%;
	font-weight:bold;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#666;
	border-bottom-color:#666;
	background-color:#E8E8E8;
}.subtitle {
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

