/* -------------------------------------------------------------- 
  
   default.css
   shared css file for the entire site 12/21/09 - JM
      
-------------------------------------------------------------- */


	body {
		font-size: 11px;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		background-color: white;
		margin: 0px;
	}
	
	.copyright {
		font: 9px/12px verdana, tahoma, arial, sans-serif; 
		color: 000000; 
		margin-bottom: 10px; 
		margin-top: 0px; 
		margin-left: 15px; 
		margin-right: 10px; 
	}


/*	make something hidden!
- - - - - - - - - - - - - - - - - - */

	.hidden {
		display: none;
	}



/*	Next / Previous styles
- - - - - - - - - - - - - - - - - - */

	.nextPrevious {
		font: 11px arial;
		color: #555555;
		margin-bottom: 5px;
		margin-top: 5px;
		margin-left: 0px;
		margin-right: 0px;
		line-height: 120%;
		font-weight: normal;
	}
	
	a.nextPrevious:link, 
	a.nextPrevious:hover, 
	a.nextPrevious:visited {
		font-style: normal;
		font-weight: normal;
		font-family: Arial;
		font-size: 11px;	
		text-decoration: none;
		color: #3333CC;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-top: 5px;
		line-height: 120%;
	}
	
	select.nextPrevious { 
		font-style: normal;
		font-weight: normal;
		font-family: Arial;
		font-size: 10px;
		margin-left: 0px;
		margin-right: 0px;	
		text-decoration: none;
		color: #555555;
		line-height: 120%;
		width: 135px;
		height: 17px;	 
	}
	
	.leftNavColor {
		background-color: #E1E1E1;
	}
