﻿/* Custom formatting styles */
	/* ---- used to define the styles of page text/links and headers ---- */
.ms-rteCustom-ArticleHeader {
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	color: #8997bc;
	font-weight: bold;
	text-align: left;
}
.ms-rteCustom-ArticleBody {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height:normal;
	letter-spacing:normal;
}
.ms-rteCustom-ArticleLink {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #596e9e;
	text-decoration: underline;
}
.ms-rteCustom-ArticleLink a:hover a:visited {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #596e9e
	text-decoration: underline;	
}
.ms-rteCustom-ArticleMainLink {
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	color: #596e9e;
	text-decoration: underline;
}
.FAQ-link {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #596e9e;
	text-decoration: underline;
}
.FAQ-link a:link{
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #596e9e;
	text-decoration: underline;
}
.FAQ-link a:visited {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #596e9e;
	text-decoration: underline;
}


/* Custom footer design */
	/* ---- used to style the footer at the bottom of pages ---- */
.hr-graphic {
color:#bac2d9;
height: 1px;				
}
.footer-details {
font-family: Tahoma, sans-serif;
font-size: 11px;
color: #999999;
}
.footer-details a:visited {
text-align:right;
color: #596e9e;
font-weight: normal;
text-decoration: underline;
}
.footer-details a:link {
text-align:right;
color: #596e9e;
font-weight: normal;
text-decoration: underline;
}
.footer-details a:hover {
color: #596e9e;
font-weight: normal;
text-decoration:underline;
}
.disclaimer {
				font-weight: normal;
}

/* Custom page title design */
	/* ---- used to style the page title ---- */
.page-title {
font-size: 16px;
font-family: Tahoma, sans-serif;
color: #354260;
font-weight:bold;
}

/* Custom list style */
	/* ---- ms-gb replacement style ---- */
.ms-gb {
				border-top-style: solid;
				border-top-width: 1px;
				border-top-color: #FFFFFF;
				border-bottom-style: dashed;
				border-bottom-width: 1px;
				border-bottom-color: #C0C0C0;
}

/* image vertically aligned */
.image-v {
				vertical-align: middle;
				border:0;
}
