@charset "utf-8";
/* CSS Document */

#txtContent
{
color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFFF;
}
.Red_Header {
	font-size:15px;
	color:#a90534;
	font-weight: bold;
	padding:.05em .1em;
	}
	
.Blue_SM_head {
	font-size: 13px;
	font-weight: bold;
	color: #21467B;
	
	}

a:link {
	color: #001F40;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #001F40;
	text-decoration: underline;
}
a:active {
	color: #001F40;
	text-decoration: underline;
}

