/* Text Attributes
----------------------------------------------- */

h1.page-header,
.Text-Page-Header
{
	font-family: helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 34px;
	color: #2594bc;
	margin-bottom: 10px;
	margin-left: 0px;
}


.Text-Section-Header
{
	font-family: helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #7e7e7e;
	margin-bottom: 12px;
}

.Text-Group-Header
{
	font-family: helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
	color: #7e7e7e;
	margin-bottom: 6px;
}


h2.section-header,
.Text-Article-Header
{
	font-family: helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	color: #7e7e7e;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
}

h3.content-item-header,
.Text-Bigger
{
	font-family: helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #4B4B4B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.Text-Normal  
{
	font-family: helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	color: #4B4B4B;
}

.Text-Smaller
{
	font-family: helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #4B4B4B;
}


.Text-Error
{
	font-family: helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: red;
}

.Text-Error-Bold
{
	font-family: helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: red;
}


/* Default Text Attributes
----------------------------------------------- */

p, div, span, td, div.page_outer_wrapper
{
	font-family: helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	color: #3F3F3F;
}


/* Default Link Attributes
----------------------------------------------- */

a, a:visited, a:active  
{
	font-family: helvetica, Arial, sans-serif;
	color: #2594bc;
	text-decoration: none;
	outline: none;
}

a:hover
{
	font-family: helvetica, Arial, sans-serif;
	color: #2594bc;
	text-decoration: none;
	outline: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2594bc;
}

a.Link-As-Title
{
	font-family: helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #2594bc;
	text-decoration: none;
}

a.Link-As-Title:hover
{
	font-family: helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-decoration: underline;
}
.image_with_border {
	border: thin solid #f1f2f2;
}

/* Spacing/divider Attributes
----------------------------------------------- */

.spacer
{
	padding: 2px 0px 3px 0px;
	height: 1px;
	line-height; 1px;
}

.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;
}
ul li{
	list-style-type: square;
	list-style-image: url(../../images/bullet.png);
	list-style-position: outside;
}
ul  {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ol {
	margin-top: 10px;
	margin-bottom: 10px;
}
ol li {
	list-style-type: decimal;
	color: #2594bc;
}
