/* === GLOBAL SETTINGS === */

body					/* applies to the document background */
{
	font-size:			16pt;
	font-family:			 "Arial", "Verdana", "Helvetica", sans-serif;
; color: #CCFFFF
}

p					/* applies to all paragraphs */
{
	font-size:			10pt;
	font-family:			"Arial", "Verdana", "Helvetica", sans-serif;
; color: #000066
}

table					/* applies to all tables */
{
	font-size:			10pt;
	font-family:			"Arial", "Verdana", "Helvetica", sans-serif;
; color: #A70000
}

td					/* applies to all table cells */
{
	font-size:			11pt;
	font-family:			Arial, Helvetica, sans-serif;
; color: #CCCCFF; font-weight: bold
}

ol					/* applies to all ordered lists */
{
	font-size:			10pt;
	font-family:			"Arial", "Verdana", "Helvetica", sans-serif;
}

ul					/* applies to all unordered lists */
{
	font-size:			10pt;
	font-family:			"Arial", "Verdana", "Helvetica", sans-serif;
; background-color: #FFFFFF
}

li					/* applies to all list items */
{
	font-size:			10pt;
	font-family:			"Arial", "Verdana", "Helvetica", sans-serif;
}

h1, h2, h3, h4, h5, h6			/* applies to all headings */
{
	color:				navy;
	font-family:			"Arial", "Verdana", "Helvetica", sans-serif;
}

h1
{
	font-size:			18pt;
}

h2
{
	font-size:			16pt;
}

h3
{
	font-size:			14pt;
}

h4
{
	font-size:			12pt;
}

h5
{
	font-size:			10pt;
}

h6
{
	font-size:			8pt;
}
a:visited
{
	color:				#CCCCFF;
	font-weight:			bold;
; text-decoration: none
; font-family: "Comic Sans MS"; font-size: 10pt
}

a:hover
{
	color:				#FFFF00;
; text-decoration: none
; font-family: "Comic Sans MS"; font-size: 10pt; font-weight: bold
}


a:link { 
	color:				#CCCCFF;
	font-weight:			bold;
; text-decoration: none
; font-family: "Comic Sans MS"; font-size: 10pt
 } 

