/* Start of links section. */

/* Left side menu - white menu items section*/
/* Begin whitemenu link section. */
A.whitemenu:link {
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none; 
	background: transparent none; 
	font-family: "Comic Sans MS", Georgia, Verdana, Arial, "Times New Roman", sans-serif;
}

/* note - whitemenu active link value taken by yellowmenu - when 
			 active the menu item will not be a link. */

A.whitemenu:visited {
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none; 
	background: transparent none; 
	font-family: "Comic Sans MS", Georgia, Verdana, Arial, "Times New Roman", sans-serif;
}

A.whitemenu:hover {
	/* hover only needs to know what needs to be changed. */
	color: #00BFFF;
}
/* End whitemenu link section. */

/* bottom of page - black menu items section*/
/* Begin blackmenu link section. */
A.blackmenu:link { 
			color: #000000; 
			background: transparent none;
			text-decoration: none; 
			font-size: 12px;
			font-weight: bold;
			font-family: "Comic Sans MS", Georgia, Verdana, Arial, "Times New Roman", sans-serif;
}

/* note - blackmenu active link value taken by purplemenu - when 
			 active the menu item will not be a link. */

A.blackmenu:visited {  
			color: #000000; 
			background: transparent none;
			text-decoration: none; 
			font-size: 12px;
			font-weight: bold;
			font-family: "Comic Sans MS", Georgia, Verdana, Arial, "Times New Roman", sans-serif;
}

A.blackmenu:hover {	
			/* hover only needs to know what needs to be changed. */
			color: #00BFFF; 
}
/* End blackmenu section. */


/* yellowmenu used as active link indicator in left side panel - works
   with whitemenu items. */
.yellowmenu {	
		color: #FFCC67;
		background: transparent none;
		text-decoration: none; 
		font-size: 12px;
		font-weight: bold;
		font-family: "Comic Sans MS", Georgia, Verdana, Arial, "Times New Roman", sans-serif;
}
/* purplemenu used as active link indicator at bottom of page - works
   with blackmenu items. */
.purplemenu {	
		color: Purple; 
		background: transparent none;
		text-decoration: none; 
		font-size: 12px;
		font-weight: bold;
		font-family: "Comic Sans MS", Georgia, Verdana, Arial, "Times New Roman", sans-serif;
}

/* End of links section */

body, p {
	font-family: "Comic Sans MS", Georgia, Verdana, Arial, "Times New Roman", sans-serif;
	font-size: 12px;
	color: #000000;
	background: transparent none;
}

th, td {
	font-family: "Comic Sans MS", Georgia, Verdana, Arial, "Times New Roman", sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3, h4 {
	font-family: "Comic Sans MS", Georgia, Verdana, Arial, "Times New Roman", sans-serif;
	text-transform: capitalize;
}

ul {
	font-family: "Comic Sans MS", Georgia, Verdana, Arial, "Times New Roman", sans-serif;
	font-size: 12px;
	color: #001849;
	background: transparent none;
}

.first-letter { font-size: 300%; float: left }

.italic {
	font-family: "Comic Sans MS", Georgia, Verdana, Arial, "Times New Roman", sans-serif;
	font-style: italic;
}

.bold {
	font-family: "Comic Sans MS", Georgia, Verdana, Arial, "Times New Roman", sans-serif;
	font-weight: bold;
}

.underlined {
	font-family: "Comic Sans MS", Georgia, Verdana, Arial, "Times New Roman", sans-serif;
	text-decoration: underline;
}

.footertext {
	font-family: "Comic Sans MS", Georgia, Verdana, Arial, "Times New Roman", sans-serif;
	font-size: 10px;
	color: black;
	background: transparent none;
	text-decoration: none;
	line-height: 15px;
}
