/* Text Attributes
----------------------------------------------- */



.Text-Section-Header
{
	background-image: url(../images/subhead-bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	display: block;
	height: 25px;
	padding-left: 5px;
	padding-top: 11px;
}

.Text-Group-Header
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #194076;
	margin-bottom: 6px;
}

.Text-Article-Header
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #194076;
	margin-bottom: 6px;
}

.Text-Bigger
{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	color: #666666;
}

.Text-Normal  
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}

.Text-Smaller
{
	font-family: Arial, Helvetica, sans-serif;
}

.Text-Error
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #194076;
}

.Text-Error-Bold
{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: red;
}


/* Default Text Attributes
----------------------------------------------- */

p, div, span, td
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}




/* Default Link Attributes
----------------------------------------------- */

a, a:visited, a:active  
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bolder;
	color: #194076;
	text-decoration: none;
	outline: none;
}

a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bolder;
	color: #194076;
	text-decoration: underline;
	outline: none;
}

a.Link-As-Title
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #194076;
	text-decoration: none;
}

a.Link-As-Title:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #194076;
	text-decoration: underline;
}

/* Spacing/divider Attributes
----------------------------------------------- */

.spacer
{
	padding: 2px 0px 3px 0px;
	height: 1px;
	line-height; 1px;
}

.divider
{
	width: 100%;
	height: 1px;
	line-height; 1px;
	font-size: 1px;
	background-color: #abb5c1;
	margin:5px 0px 5px 0px;
}

.divider-for-links
{
	width: 100%;
	height: 1px;
	line-height; 1px;
	font-size: 1px;
	background-color: #abb5c1;
	margin:5px 0px 5px 0px;
}

.quote
{
	padding: 15px;
	border: 2px dotted #ddd;
}



.TextSectionBoxWrapper
{
	width: 100%;
}

.TextSectionBoxHeader
{
	border-top: 1px solid #e9dfb6;
	border-bottom: 1px solid #e9dfb6;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	color: #7a704b;
}

.TextSectionBoxContent
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #3f3f3f;
}


.HomeSectionBoxWrapper
{
	width: 100%;
	border: 1px solid #e9dfb6;
}

.HomeSectionBoxHeader
{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	color: #666666;
	background-color: transparent;
}

.HomeSectionBoxContent
{
	margin: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #3f3f3f;
}


