/* Body section for all pages */ 
body { 
	font-family: "Comic Sans MS", Arial, Helvetica; 
	fontFamily: "Comic Sans MS", Arial, Helvetica; 
	font-size: 10pt;
	fontSize: 10pt;
	background color: rgb(0,0,99);
	margin-top: 0px
	}

/* All regular text */ 

p, ol, ul, li, table, tr, td, th, div, a:link, a:active, a:visited { 
	font-family: "Comic Sans MS", Arial, Helvetica; 
	fontFamily: "Comic Sans MS", Arial, Helvetica; 
	font-size: 10pt; 
	fontSize: 10pt;
	fontWeight: bold;
	font-Weight: bold; 
	color: #000066
	} 

/* Headers */

h1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	fontFamily: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18pt; 
	fontSize: 18pt; 
	font-weight: bold; 
	fontWeight: bold 
	} 

h2 { font-family: Century Schoolbook, Verdana, Arial, Helvetica; 
	fontFamily: Century Schoolbook, Verdana, Arial, Helvetica; 
	font-size: 16pt; 
	fontSize: 16pt; 
	font-weight: bold; 
	fontWeight: bold; 
	color: #FF0000
	} 

h3 { font-family: Century Schoolbook, Verdana, Arial, Helvetica; 
	fontFamily: Century Schoolbook, Verdana, Arial, Helvetica;
	font-size: 14pt;
	fontSize: 14pt;
	font-weight: bold;
	fontWeight: bold; 
	color: #FF0000
	} 
	
h4 { font-family: Century Schoolbook, Verdana, Arial, Helvetica;
	fontFamily: Century Schoolbook, Verdana, Arial, Helvetica;
	font-size: 12pt;
	fontSize: 12pt;
	font-weight: bold;
	fontWeight: bold;
	color: #FF0000
	}
	
/* 11 pt. font. Used for copyright information */
.smaller { 
	font-family: "Comic Sans MS", Arial, Helvetica;
	fontFamily: "Comic Sans MS", Arial, Helvetica;
	font-size: 8pt;
	fontSize: 8pt
	}

/* Contextual selectors to keep the font size of hyperlinks the same as other text 
that uses the .smaller class. */ 

p.smaller a:link { 
	font-family: "Comic Sans MS", Arial, Helvetica;
	fontFamily: "Comic Sans MS", Arial, Helvetica;
	font-size: 8pt;
	fontSize: 8pt
	}

p.smaller a:visited {
	font-family: "Comic Sans MS", Arial, Helvetica; 
	fontFamily: "Comic Sans MS", Arial, Helvetica;
	font-size: 8pt;
	fontSize: 8pt
	} 
	
div.smaller a:link {
	font-family: "Comic Sans MS", Arial, Helvetica;
	fontFamily: "Comic Sans MS", Arial, Helvetica;
	font-size: 8pt;
	fontSize: 8pt
	} 

div.smaller a:visited { 
	font-family: "Comic Sans MS", Arial, Helvetica;
	fontFamily: "Comic Sans MS", Arial, Helvetica;
	font-size: 8pt; 
	fontSize: 8pt 
	} 
	
/* Indentation for text within pages. */ 

.indent1 { 
	margin-left: 2em;
	marginLeft: 2em
	}
	
.indent2 { 
	margin-left: 4em;
	marginLeft : 4em
	} 
	
.indent3 {
	margin-left: 6em;
	marginLeft: 6em
	}