/* TEXT (parent) */

.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

.blue {
	color: #0577D3;
}

.under {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.fright {
	float: right;
}

.fleft {
	float: left;
}

.small {
	font-size: 9px;
}

.red {
	color: #FF0000;
}

.white {
	color: #FFFFFF;
}

/* TEXT->HEADERS */

.header {
	color: #FFFFFF;
	font-size: 28px;
}

.subHeader {
	color: #DAE4F1;
	font-size: 22px;
}

/* TEXT->TITLES */



/* TEXT->TOPICS */

.topic {
	font-size: 16px;
	font-weight: bold;
}

/* TEXT->CAPTIONS */

.caption {
	font-size: 10px;
	text-align: center;
}

/* TEXT->BLOCKS */

.block {
	position: relative;
	float: left;
	display: block;
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border-color: #A6BFD9;
	border-style: solid;
	border-width: 1px;
	background-color: #42648A;
	width: 220px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.faqBlock {
	position: relative;
	background-color: #42648A;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: underline;
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

/* LINKS */

/* Normal Link */
a.link {
	color:#000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.link:hover {
	text-decoration:underline;
	color:#0099FF;
}

a.link:visited {
	color: #000000;
}

/* White Link */

a.linkWhite {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.linkWhite:hover {
	text-decoration:underline;
	color: #0099FF;
}

a.linkWhite:visited {
	color: #000000;
}

/* Small Link */
a.linkSmall {
	color:#000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

a.linkSmall:hover {
	text-decoration:underline;
	color:#0099FF;
}

a.linkSmall:visited {
	color: #000000;
}

/* IMAGES */

.image {
	vertical-align: top;
	border-style: none;
}

/* WRAPPING */

.wrapLeft {
	float: left;
	position: relative;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.clearLeft {
	clear: left;
	height: 0px;
}



