/* === GLOBAL SETTINGS === */

body					/* applies to the document background */
{
	font-size:			9pt;
	font-family:			 Arial, Helvetica, sans-serif;
; color: #000066
}

p					/* applies to all paragraphs */
{
	font-size:			9pt;
	font-family:			Arial, Helvetica, sans-serif;
; color: #000066
}

table					/* applies to all tables */
{
	font-size:			9pt;
	font-family:			Arial, Helvetica, sans-serif;
; color: #000066
; background-color: #CCCCFF
}

td					/* applies to all table cells */
{
	font-size:			9pt;
	font-family:			Arial, Helvetica, sans-serif;
; color: #000066
; background-color: #CCCCFF
}

ol					/* applies to all ordered lists */
{
	font-size:			9pt;
	font-family:			Arial, Helvetica, sans-serif;
; background-color: #CCCCFF
}

ul					/* applies to all unordered lists */
{
	font-size:			9pt;
	font-family:			Arial, Helvetica, sans-serif;
; background-color: #CCCCFF
}

li					/* applies to all list items */
{
	font-size:			9pt;
	font-family:			Arial, Helvetica, sans-serif;
; background-color: #CCCCFF
}
h1
{
	font-size:			18pt;
}

h2
{
	font-size:			16pt;
}

h3
{
	font-size:			14pt;
}

h4
{
	font-size:			12pt;
}

h5
{
	font-size:			10pt;
}

h6			/* applies to all headings */
{
	color:				#990000;
	font-family:			"Arial", "Verdana", "Helvetica", sans-serif;
	font-size: 9pt;
}

a:visited
{
	color:				#666666;
	font-weight:			normal;
; text-decoration: underline
; font-family: Arial, Helvetica, sans-serif; font-size: 9pt
}

a:hover
{
	color:				#3333FF;
; text-decoration: underline
; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: normal
}


a:link { 
	color:				#333399;
	font-weight:			normal;
; text-decoration: underline
; font-family: Arial, Helvetica, sans-serif; font-size: 9pt
 } 
