/*home*/
#content .col1 {
	width: 175px;
}
#content .col1 p {
	font-size: 10px;
	color: #3d4687;
}
#content .col2 {
	width: 340px;
}
#content .col3 {
	width: 175px;
}
#content .col3 p {
	font-size: 10px;
	color: #3d4687;
}
h1 {
	color: #3d4687;
	font-size: 150%;
	border-bottom: dotted 2px #3d4687;
	padding: 6px 0px;
}
h2 {
	/*color: #3d4687;*/
	font-size: 125%;
	margin-top: 47px;
	padding: 6px 0px;
	border-bottom: dotted 1px #3d4687;
}
.b {
	font-weight: bold;
}
#content .col1 a.highlite {
	display: block;
	border: dotted 1px #3d4687;
	background-color: #020d60;
	color: #FFFFFF;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration:none;
}
#content .col1 a.highlite:hover {
	background-color: #a9aed0;
}