body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #666666;
	background-color: #ECF5FF;
	margin-left: 7px;
	margin-top: 5px;
	padding: 0px;
}

.sub_header {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #50728F;
}

.comment {
	font-size: 12px;
}




td {
	font-size: 13px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}

.td_no_space {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.td_content {
	background-color: #E7EBEF;
}

.td_header {
	background-image:url(../images/table_header_bg.gif);
	background-color:#4B607C;
	height: 21px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.td_footer {
	/*background-image:url();*/
	background-color:#CCCCCC;
	height: 2px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.td_spacer {
	/*background-image:url();*/
	height: 21px;
}

.td_breadcrums {
	/*background-image:url();*/
	height: 21px;
	font-size: 12px;
}

.td_blank {
	/*background-image:url();*/
}


.news_image {
	width: 200px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.news_image_full {
	width: 300px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}


a:link {
	font-weight: 400;
	color: #3366CC;
	text-decoration: underline;
}

a:visited {
	font-weight: 400;
	color: #3366CC;
	text-decoration: underline;
}

a:active {
	font-weight: 500;
	color: #3366CC;
	text-decoration: none;
}

a:hover {
	font-weight: 500;
	color: #3366CC;
	text-decoration: none;
}


