body, td, div, .NormalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
}

ul, ol {
	margin-top: 0;
	margin-bottom: 0;
}

a:link {font-family: Arial, serif;font-style: normal;font-weight: 400;font-size: 8pt;color: rgb(238,166,11); text-decoration: underline;}
a:visited {font-family: Arial, serif;font-style: normal;font-weight: 400;font-size: 8pt;color: rgb(238,166,11); text-decoration: underline;}
a:active {font-family: Arial, serif;font-style: normal;font-weight: 400;font-size: 8pt;color: rgb(238,166,11); text-decoration: underline;}
a:hover {font-family: Arial, serif;font-style: normal;font-weight: 400;font-size: 8pt;color: rgb(238,166,11); text-decoration: none;}

* .whiteText, .WhiteText {
	color: #FAFAFA;
}

* .orangeText, .OrangeText {
	color: rgb(238,166,11);
}

* .blueText, .BlueText {
	color: #506BB0;
}

* .pureWhiteText, .WhiteText {
	color: white;
}


* td.blue, td.BlueBackground {
	background: #96A6D0;
	color: white;
	padding: 2px 5px;
	font-weight: bold;
}

* .blue a:link, * td.BlueBackground a:link {color: white; text-decoration: underline;}
* .blue a:visited, * td.BlueBackground a:visited {color: white; text-decoration: underline;}
* .blue a:active, * td.BlueBackground a:active {color: white; text-decoration: underline;}
* .blue a:hover, * td.BlueBackground a:hover {color: white; text-decoration: none;}


/* IMG styles */

img.leftMargin {
	margin: 4px 0 8px 15px;
}

img.rightMargin {
	margin: 4px 15px 8px 0;
}
