@charset "utf-8";
/* CSS Document */
h2 {
	margin-top: 0;
	color: #003366;
	font-size: 18px;
}

h3 {
	margin-top: 0;
	color: #003366;
	font-size: 13px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #428AB9;
}
a:link, a:visited {
	color: #428AB9;
}
a:hover {
	text-decoration: underline;
}

/* common.css style overrides */
 div.mainPage_Col2 h2 {
	margin-top: 0;
	color: #003366;
	font-size: 18px;
}

div.mainPage_Col2 h3 {
	margin-top: 0;
	color: #003366;
	font-size: 13px;
}

/* col1 is a custom style, col2 uses mainPage_Col2 from common.css */
div.col1 {
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	width: 568px;
	font-family:arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

div.content_Col1 {
	position: relative;
	width: 550px;
	margin-bottom: 20px;
	padding: 5px;
	background-color: #F0F0F0;
	border: 2px solid #E9E9E9;
}

/* textBlock is the content within .content_Col1 */
.textBlock {
	margin: 10px
}

