/* 
STYLE:		frcstyle1.css
PURPOSE:	Overrides primary style to set left and right
			margins for pages.
			
*/



@import: "/frcstyle2.css" ;


/* Set a small margin on either side of the page */
body  { margin-left: 3em; margin-right: 3em; 

}

@media print {

.noPrint { display : none}
}




/* Styles below here should be copied into all style sheets so
   that the styles are available in the FrontPage drop down
   styles list.
*/


A:hover { COLOR: #990000; TEXT-DECORATION: none }
A:link { 	COLOR: #000099 }
h1, h2, h3, h4, h5, h6 { font-family: Arial, Lucida, sans-serif  }

/* LI { list-style: square } */

/* Create a class for lists using a smaller font size */

UL.8point { font-size: 8pt }
UL.10point { font-size: 10pt }

.xxsmall { font-size: xx-small }
.xsmall { font-size: x-small }
.small { font-size: small }

b {font-family: Arial}

.off { 
   color: #003466; 
   cursor: default;
   background-color: #B3C3D2; 
   font-weight:bold;
} 
.on { 
   	color: #990000; 
   	cursor: hand;
	background-color: #B3C3D2; 
	font-weight:bold;
}

.8pt { font-size: 8pt }
.header { color: #003466; 
			background-color: #003466;
			background-color: #B3C3D2;
			font-weight:bold}
