<!-- master.css -->

<!-- 
This is the master Cascading Style Sheet that controls the appearance of text on web pages.
In the HEAD element of each document, insert a LINK tag and set the attributes for it as follows: 
<LINK REL="stylesheet" HREF="[relative path]/master.css">
-->

<!-- 
To set text attributes in an HTML source file, use this syntax:
<div class=classname>Your Text Here</div> where 'classname' is a class name chosen from those below.
Class names begin with a period. Type them all lower-case as shown, but omit the period in the HTML.
-->

<style type="text/css">

<!-- 

/* This is the syntax for a comment within the Cascading Style Sheet itself. */

/* the HTML comment tag hides class code from style-impaired browsers */

A:link {color: #0000CC;}

A:visited {color: #666699;}

A:active {color: #003399;}
	
.h24  /* 24 point sans-serif, bold */
	{ 
	color: black;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 24pt;
	}

.h18  /* 18 point sans-serif, bold */
	{ 
	color: black;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 18pt;
	}

.h2  /* 14 point sans-serif, bold */
	{ 
	color: black;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 14pt;
	}

.h2white  /* 14 point sans-serif, bold, WHITE */
	{ 
	color: #FFFFFF;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 14pt;
	}

.h3  /* 12 point sans-serif, bold */
	{ 
	color: black;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 12pt;
	}

.h3c  /* 12 point sans-serif, bold, CUSTOM COLOR */
	{ 
	color: #B90000;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 12pt;
	}

.h4c  /* 12 point sans-serif, bold, CUSTOM COLOR */
	{ 
	color: #B90000;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	}

.h4c_red  /* 12 point sans-serif, bold, RED */
	{ 
	color: red;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	}

.body  /* 10 point sans-serif */
	{ 
	color: black;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-size: 10pt;
	}

.bodyred  /* 10 point sans-serif RED */
	{ 
	color: #FF0000;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-size: 10pt;
	}
	
.bodygreen  /* 10 point sans-serif Green */
	{ 
	color: #006633;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;	
	text-decoration: none;
	font-size: 10pt;
	}	

.bodyreditalic  /* 10 point sans-serif RED */
	{ 
	color: red;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: italic;
	text-decoration: none;
	font-size: 10pt;
	}

.bodywackerblue  /* 10 point sans-serif WACKER BLUE*/
	{ 
	color: #000066;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-size: 10pt;
	}
	
.bodyitalic  /* 10 point sans-serif */
	{ 
	color: black;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: italic;
	text-decoration: none;
	font-size: 10pt;
	}

.bodybold  /* 10 point sans-serif, bold */
	{ 
	color: black;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	}

.bodyboldcolor  /* 10 point sans-serif, bold, CUSTOM COLOR */
	{ 
	color: #003399; /* indigo blue */
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	}

.bodybolditalic  /* 10 point sans-serif BOLD ITALIC*/
	{ 
	color: black;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	}

.bodysmall  /* 8 point sans-serif */
	{ 
	color: black;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
	}

.bodysmallbold  /* 8 point sans-serif */
	{ 
	color: black;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	}

.bodysmallwhite  /* 8 point sans-serif WHITE */
	{ 
	color: white;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
	}

.body6white  /* 6 point sans-serif WHITE */
	{ 
	color: white;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 6pt;
	}

.bodysmallbold  /* 8 point sans-serif BOLD */
	{ 
	color: black;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	}

.tablabel /* 6 point sans-serif BOLD */
	{ 
	color: black;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-size: 7 pt;
	}

.table  /* 10 point sans-serif: use for text inside table cells other than header row */
	{ 
	color: black;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-size: 10 pt;
	}

.tablered  /* 10 point sans-serif: use for text inside table cells other than header row */
	{ 
	color: red;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-size: 10 pt;
	}

.tablebold  /* 10 point sans-serif: use for text inside table cells other than header row */
	{ 
	color: black;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 10 pt;
	}

.tableheader10white  /* 10 point sans-serif: use for text inside table header cells */
	{ 
	color: white;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 10 pt;
	}

.labelc  /* 10 point sans-serif, bold, CUSTOM COLOR - use for labels above form fields */
	{ 
	color: blue;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	}

.f1   /* use for 8 point sans-serif RED footer text */
	{ 
	color: red;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-size: 8pt;
	}

-->

</style>

