a.curve_text:link 		{	color:#B22222;	text-decoration: none;		}
a.curve_text:visited 	{	color:#B22222;	text-decoration: none; 		}
a.curve_text:active  	{	color:#B22222;	text-decoration: none;		}
a.curve_text:hover		{	color:#FFD700;	text-decoration: underline;	}

a.curve_text_nspra:link 		{	color:#ffffff;	text-decoration: none;		}
a.curve_text_nspra:visited 		{	color:#ffffff;	text-decoration: none; 		}
a.curve_text_nspra:active  		{	color:#ffffff;	text-decoration: none;		}
a.curve_text_nspra:hover		{	color:#ffffff;	text-decoration: underline;	}

a.favorite_text:link 		{	color:#4C86C6;	text-decoration: none;		}
a.favorite_text:visited 	{	color:#4C86C6;	text-decoration: none; 		}
a.favorite_text:active  	{	color:#4C86C6;	text-decoration: none;		}
a.favorite_text:hover		{	color:#CC0033;	text-decoration: underline;	}

a.secondary_text:link 		{	color:#B22222;	text-decoration: none;		} /* This is for the favorites on the secondary pages */
a.secondary_text:visited 	{	color:#B22222;	text-decoration: none; 		}
a.secondary_text:active  	{	color:#B22222;	text-decoration: none;		}
a.secondary_text:hover		{	color:#4C86C6;	text-decoration: underline;	}

.header 		{	font-size: 16px;
					font-weight: bold;
					font-family: Arial, Helvetica, sans-serif;
					color:#000000;
				}
		
		

.page_header 	{	font-size: 16px;
					font-family: Arial, Helvetica, sans-serif;
					font-weight: bold;
					color:#4C86C6;
			 	}
		
		
.header_curve 	{	font-size: 13px;
					font-weight: bold;
					font-family: Arial, Helvetica, sans-serif;
					color:#000000;
/* Used for the "This Month and More" and "This Week" titles */
			  	}
		
		
.header_shell 	{	font-size: 18px;
					font-weight: bold;
					font-family: Arial, Helvetica, sans-serif;
					color:#000099;
/* When using a shell, this is used for the dark blue/navy title */
			  	}
			  
	
.body_header	{	font-size:18px;
					font-family: Arial, Helvetica, sans-serif;
					font-weight: bold;
					color:#000000;
/* Is used for the secondary titles in CAPS */	
				}  
		
		
.favorite 		{	font-size: 13px;
					font-family: Arial, Helvetica, sans-serif;
					font-weight: bold;
					color:#4C86C6;
		  		}
		  
		
.favorite_text {	font-size: 11px;
					font-family: Arial, Helvetica, sans-serif;
					color:#4C86C6;
			   }
			   
		
.body_text  	{	font-size: 12px;
					font-family: Arial, Helvetica, sans-serif;
					
/* Created for a page with regular text, used for a typical page with typical fonts */
				}


.curve_text  	{	font-size: 11px;
					font-family: Arial, Helvetica, sans-serif;
					color: #000000;
/* Created for the curve text and its hyperlink */
				}
		
		
.secondary_text	{	font-size: 11px;
					font-family: Arial, Helvetica, sans-serif;
					color: #000000;
/* This is for the favorites on the secondary pages 
   This is also used for the School Board members name */				
				}
				
.text	{	font-size: 11px;
					font-family: Arial, Helvetica, sans-serif;
					color: #000000;
/* This is for the favorites on the secondary pages 
   This is also used for the School Board members name */				
				}

		
.text_small,
.text_small td 	{	font-size: 10px;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					/* Keep the verdana, it allows for bolding at such a small text size. */
				}

/* Below are styles added by Jake Tews */
body, h1, h2, h3, h4, h5, h6, td, th, tr, div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
th {
	text-align:center;
}
.left2Col {
	float:left;
	width:49%;
}
.right2Col {
	float:right;
	width:49%;
}
.red {
	color:#F00;
}
.blue {
	color:#009;
}
.noticeBox { /* A yellow background and black border is applied to the element */
	background-color:#FFC;
	border:1px solid #000;
	padding:5px;
}

/* Heading tag definitions: */
h1 { /* used for the top of the page heading/title */
	font-size:18px;
	font-weight:normal;
	color:#009;
	text-align:center;
}
h2 {
	font-weight:bold;
	color:#009;
}
h3 {
	font-weight:bold;
}
/* Auto-Indent lists remove the bullet and create a hanging indent for each element */
.autoIndent {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.autoIndent li {
	margin-left:2em;
	text-indent:-2em;
}

.autoIndent ul {
	margin:0px;
	padding:0px;
}

.autoIndent li li {
	margin:0px;
	text-indent:0;
}

.blackHeading {
	background:#000;
	padding:0.25em;
	padding-left:0.5em;
	color:#FFF;
}
table.skip thead tr	{ background-color: #3FC8F4; font-weight:bold}
table.skip tr			{ background-color: #ffffcc; }
table.skip tr.chris		{ background-color: #ffffff; }

.noticeBox { /* A yellow background and black border is applied to the element */
	background-color:#FFC;
	border:1px solid #000;
	padding:5px;
}


.noticeBox01 {
	width:80%;
	margin:0 auto;
	padding:15px;
	clear:right;
	background-color: #EDFFB7;
	border: 1px dashed #99CC01;
}

