/*------------------------------------------------- PAGE FORMATTING ----------------------------------------------------- */
A:hover 
	{ 
   	text-decoration	:	none; 
	color		:	#000000;
	background	:	#cccccc;
	}

A.whiteRollover { 
text-decoration: none; 
color: white;
hover: red;
}

A.blueRollover{ 
text-decoration: none; 
color: white;
hover: red;
}


BODY{
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	color: #444;
	background-color: white;
	line-height: 150%;
	margin: 0;
	padding: 0;
	text-align: center;

/*	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	*/
/*	background-image: url('../imagesn/tile_bg.jpg'); */
	background-color:#000000;
	}
	
P{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	}
	
TD { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	vertical-align: top; 
	 }
.tdmiddle{
	vertical-align: middle; 
}	 
TABLE {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	}

.pri-th{
	/* primary Table Heading over the results of a query */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align : center;
	font-size: 8pt;
	font-weight :400;
}

.sec-th{
	/* secondary Table Heading over the results of a query */
	text-align : center;
	background-color : #cccccc;
	vertical-align : middle;
	font-size : 9pt;
	font-weight : 400;
}
.pageTitle{
	/* title of page that goes just over tables */
	text-align : center;
	vertical-align : middle;
	font-size : 10pt;
	color : #800000;
	font-weight : 300;
}

.center{
	/* secondary Table Heading over the results of a query */
	text-align : center;
}

/*------------------------------------------------- LAYER STUFF  ----------------------------------------------------- */


/*------------------------------------------------- FONT SIZES  ----------------------------------------------------- */
		/* fos#xxxx */
		/* fos means FontColor */
		/* number system is based on the actual point size */
		/* Optional - Next 4 characters indicate intensity and base color as outlined in the Font Colors section  */

.fos9{
	font-size: 9pt;
	}

.fos8{
	font-size: 8pt;
	}

.fos12{
	font-size: 12pt;
	}

.fos15 {
	font-size: 15pt;
	}
/*------------------------------------------------- FONT COLORS  ----------------------------------------------------- */
		/* fcxxxxxx */
		/* fc means Font Color */
		/* xxxxxx means the hexidecimal value of the color */

.fcCCCCCC {
	/* browser grey */
	color : #CCCCCC;	
	} 
	
.fcFFFFFF {
	/* browser grey */
	color : #CCCCCC;	
	} 
	
.fc000000 {
	/* black */
	color : #000000;	
	} 

.fc800000 {
	/* maroon */
	color : #800000;
	} 

.fcFF0000 {
	/* red */
	color : #FF0000;
	} 

.fc000066 {
	/* dark blue */
	color : #000066;
	} 
	
.fc000099 {
	/* darkish blue */
	color : #000099;
	} 
	
.fc0000FF {
	/* LINK blue */
	color : #0000FF;
	} 

.fc63CEFF {
	/* lite blue */
	color : #63CEFF;
	} 

	
/*------------------------------------------------ BACKGROUND COLORS ------------------------------------------*/
		/* bgc#xxx */
		/* bgc means BackGroundColor */
		/* number system is based on a 10 scale with 1 lightest and 10 darkest */
		/* Next 3 letters are the first three letters of the base color  */
	
.bgc10Bla {
	/* black */
	background-color: #0000000; 
	} 
.bgc8Gre{
		 /* background Forest Green */
	background-color : #2C5A41;
	}
.bgc5Gre{
	 /* background Med. Green */
	background-color : #D9F2E6;
	} 
.bgc3Gre{
	 /* table background Lite Green */
	background-color: #D2F2DA;
	}
.bgc1Red{
	 /* table background Lite Pink */
	background-color: #FFECF5;
	}
	
.bgc3Bla {
	/* browser grey */
	background-color: #C0C0C0; 
	} 
 /*------------------------------------------------ BACKGROUND IMAGES  ------------------------------------------*/
.bgPic{
	background-image: url("../imagesn/background_image.jpg");
	background-repeat: no-repeat
	}
