.main_border {
	border: 2px solid #111C49;
}
.navbar {
	background-image: url(images/navbar.jpg);
	background-repeat: repeat-x;
	height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding: 11px;
	margin: 0px;
	top: 10px;
	vertical-align: text-top;
}
.navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navbar a:hover {
	color: #A5B4BC;
	text-decoration: underline;
}
.navbar a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #003334;
	height: 20px;
	padding: 11px;
	margin: 0px;
	top: 10px;
	vertical-align: text-top;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
	}
#content {
	padding: 30px 40px 20px;
	width: 666px;
	margin: 0px;
}
.text_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;

}
.text_content a:link {
	color: #4E6169;
	text-decoration: underline;
}
.text_content a:visited {
	color: #4E6169;
	text-decoration: underline;
}
.text_content a:hover {
	color: #711F14;
	text-decoration: underline;
}
.text_content a:active {
	color: #4E6169;
	text-decoration: underline;
	}
.red_text_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #711F14;
}
.dotted_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.text_caption {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.advisory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	background-color: #F4F7F7;
	border: 1px solid #999999;
}
.advisoryCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	background-color: #F4F7F7;
	border: 1px solid #999999;
	padding: 10px;
	margin-left: 10px;
}
#content2 {
	padding: 30px 40px 20px;
	width: 400px;
	margin: 0px;
}

