/***********************************************/
/* CSSPE  CSS  -- WJB                      */
/*                                            */
/*                                            */
/***********************************************/


/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


/* text-align  center is IE7  hack to center block elements, i.e., shell  */

* {
    font-family: Arial, Helvetica, sans-serif;;
  }

h1{
	color: #333333;
	font-family: "Times New Roman", Times, serif;	
}

h3{
	color: #333333;
}

h4{
	font-family:  "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
	font-size: 20px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

/***********************************************/
/* Misc Divs                                 */
/***********************************************/

.CSSPERed {
	font-family: Arial, Helvetica, sans-serif;
	color: #BC0000;
}

.biglink {  
	font-family: Arial, Helvetica, sans-serif;
	
}

a.biglink {
color: #CC9900;
}

.readingsubhead{    
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	margin: 20px 0px 20px 0px;
}
.subheadreverse {
	color: #ffffcc;

}

.linksub {
	color: #999999;
	}

.filesize {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.darkred {
	color: #800000;
}
