@charset "UTF-8";
/* CSS Document */

#section_title {
	margin: 0px 0px 10px 0px;
	color: #006;
	font-size: 12pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
}

#page_title {
	margin: 5px;
	color: #006;
	font-size: 9pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}

#content {
	color: #000;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
}

#content a:link {
	color: #009;
	text-decoration: none;
}

#content a:visited {
	color: #009;
	text-decoration: none;
}

#content a:hover {
	color: #669;
	text-decoration: none;
}

/* find a way to delete this (.subtitle) */

.subtitle {
	color: #006;
	font-size: 9pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
}

p {
	margin: 0px 0px 10px 0px;
}

h2 {
	color: 006;
	text-align: center;
	font-size: 16px;
}

dt {
	font-weight: bold;
}

th {
	color: #fff;
	background-color: #006;
	text-align: center;
}

.row2 {
	background-color:#eeeeee;
}

.rowE {
	background-color: #ffffff;
}

.rowO {
	background-color: #eeeeee;
}

.contentHeader {
	background-color:#000066;
	font-weight:bold;
	color:#ffffff;
	width:100%;

}

.contentContainer {
	width:100%;
	margin-bottom:20px;
}

.col2 {
	float:left;
	width:48%;
	padding-right: 1%;
}

.col3 {
	float:left;
	width:32%;
	padding-right: 1%;
}

.col4 {
	float:left;
	width:24.5%;
}

.col5 {
float:left;
width:19.5%;
}

.titleBold {
font-weight:bold;
}

hr {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	border: none 0;
	color: #009;
	background-color: #009;
	height: 1px;
	text-align: center;
}
.red a:link {
	color: #FF0000;
}
.red a:hover {
	color: #FF0000;
}

.red a:visited {
	color: #FF0000;
}
