html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #fdfdfe url(/Images/bg_body_gray2.gif) repeat top left;
	min-width: 800px;			
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

div#mainContainer {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 800px;

	height:auto !important; 
	height:100%;
	background: #fff url(/Images/back_body_center2.gif) repeat-y top left;
	min-height:100%;
	padding: 5px 0 0 0;
}

A:link{
	color:#0066CC;
	text-decoration:none;
}
A:visited{
	color:#0066CC;
	text-decoration:none;
}
A:hover{
	color: #0066CC;
	font-weight:500;
	text-decoration: underline;
	}
	
A.blacklink:link{
	color: #333333;
	text-decoration:underline;
}
A.blacklink:visited{
	color:#333333;
	text-decoration:underline;
}
A.blacklink:hover{
	color: #333333;
	text-decoration: none;
}

A.footerlink:link{
	color: #333333;
	text-decoration:none;
}
A.footerlink:visited{
	color:#333333;
	text-decoration:none;
}
A.footerlink:hover{
	color: #333333;
	text-decoration: underline;
}
.footerpipe {
	font-size:10px;
	color: #333333;
}
.footerText {
	color:#333333;
}
.pageTitle {
	color: #2780D9;
	font-size:14px;
	font-weight:bold;
}
.subhead {
	color: #2780D9;
	font-size:13px;
	font-weight:bold;
}
	
.note_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}




