/*
the following styles control HTML specific tags (ie; <body>, <strong> etc)  /matt
*/


body	{
	background: #99CCFF;
	margin: 0;
	padding: 0;
}
	
strong	{
	color: #003399;
	line-height: inherit;
	}
	
b	{
	color: #003399;
	}


/*
the following styles control user-defined text styles (ie; navigation text, main body content, etc)  /matt
*/


.search	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D97FD;
	font-weight: bold;
	}
	
.subTitle	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D97FD;
	}
	
.body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
}
	
.smallPrint	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	line-height: normal;
	}


/*
the following styles control the text and background color for user-defined table cells  /matt
*/

	
.tableRow	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #E5F2FF;
	}

.tableRow2	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #F6FBFF;
	}



/*
the following styles control textual hyper-links <A HREF>  /matt
*/

A {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color:#CCFFCC; }
A:hover  { background-color: #99CCFF;}
A:active { background-color: #FFCC99; }
	
A.nav {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6699FF; }
A.nav:hover  { color:#000066; background-color: #6699FF; }
A.nav:active { color:#CCFFCC; background-color: #6699FF; }
	
A.footer {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	background-color:#CCFFCC; }
A.footer:hover  { color: #000000; background-color: #99CCFF;}
A.footer:active { background-color: #FFCC99;}



/*
the following styles are used for interface/background purposes - do not play with!  /matt
*/
	
.bgLeft	{
	background: url(/public/imgs/bg_left.gif) repeat top right;
	}
	
.bgRight	{
	background: url(/public/imgs/bg_right.gif) repeat top left;
	}
	
.pageWhite	{
	background: url(/public/imgs/bg_watertower.jpg) no-repeat top right;
	background-color: #FFFFFF;
	}