<!--********************************************************************* -->
<!--* GLOBAL STYLES THAT APPLY AS A DEFAULT TO ALL PARTS OF THE PAGE - START
<!--********************************************************************* -->

    <!-- The background color for the entire page --> {}
.pageBg {
	background-color: White;
}

    <!-- This is the default font family for all tables --> {}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : #00AAAD;
	border-color : #994779;
}

    <!-- This is the default font family for entire page --> {}
body {
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : medium;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color : Black;
}

    <!-- Underline active link and change as the user hovers over --> {}
a:hover {
	color: Olive;
}

    <!-- Formatting for all links  --> {}
a {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration : underline;
	color : Blue;
}

	<!-- Formatting for the copyright information --> {}
.copyright {
	color : Black;
	text-align : center;
	font-size : xx-small;
}

	<!-- Formatting for the tip text information --> {}
.tips {
	color : Maroon;
	font-size : xx-small;
}

	<!-- Formatting for the title  information --> {}
.titles {
	color : Navy;
	font-size : small;
}
	<!-- Formatting for the title  information --> {}
.comment {
	color : Navy;
	font-size : x-small;
}

	<!-- Formatting for the buttons --> {}
.buttons {
	background-color : #00AAAD;
	color : White;
}

	<!-- Page header column settings --> {}
.header {
	background-color : #00AAAD;
	color : White;
	font-size : 9pt;
	font-weight : bold;
}

	<!-- Table header column settings --> {}
.theader {
	background-color : #00AAAD;
	color : White;
}

	<!-- security settings --> {}
.security {
	color : Red;
	font-size : medium;
}

	<!-- general text settings --> {}
.general {
	color : Black;
	font-size : 8pt;
}

<!--********************************************************************* -->
<!--* GLOBAL STYLES THAT APPLY AS A DEFAULT TO ALL PARTS OF THE PAGE - END
<!--********************************************************************* -->

