@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------
 *  Note: this is pretty much a copy of the atlas_page.css styles
 *  for the grey bordered text content box
 * ------------------------------------------------------------------
/* -----------------------------------------------------
 *   Styles for Column 2
 * ------------------------------------------------------
 */
/* --------------------------
 *  Atlas text box contains an <h3> title
 *  and some paragraph text
 * --------------------------
 */
div.subPage_Col2 h1 {
	font-size: 20px;
}
div.subPage_Col2 h2 {
	font-size: 18px;
}
div.subPage_Col2 p {
	font-size: 12px;
}

div.pubTextBlockContainer {
/*	border: 2px solid #E9E9E9; */
	width: 100%;
	background-color: #FFFFFF;
}
div.pubTextBlockContainer strong {
	font-weight: bold;
	color: #4A6B84;
}
div.pubTextBlock {
	margin: 10px;
}

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

