.header_BG {
	background-color: #F2F2F2;
	background-image: url(banner_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.header_LOGO {
	background-color: #F2F2F2;
	background-image: url(banner_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.divider {
	background-color: #F2F2F2;
	background-image: url(border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.client_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #005384;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #005384;
}

.body_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.body_txt a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #999999;
	text-decoration: none;
}

.body_txt a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.body_txt a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

.prog_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #005384;
}

.prog_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}