/**
 * NJP Website CSS
 *
 *
 * PHP version 5
 *
 * @package    NJP_Web
 * @author     Peter Nussey <dragon@gil.com.au>
 * @copyright  2007 Peter Nussey
 * @version    SVN: $Revision: 134 $
 * ID:         SVN: $Id: njp_style.css 134 2007-08-01 07:28:51Z peter $
 * @link       http://nataliejaneprior.com
 */
body {
	font-family: Palatino, Times New Roman, Times, serif;
	font-size: 13pt;
	background-color: #E8F6FB; 
	color: #414A4F
}
a.graphicLink:visited { 
    color: #E8F6FB; 
		text-decoration: none;
}
//body.lq {background-color: #FFF4D8; color: #414A4F} 
//body.dolls {background-color: red}
.invisible{color: #FFF4D8} //for text the same colour as the background
.textItemStyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-style: italic;
	color: #3300FF;
	background-color: green;
}
//Main Page Layout Styles
.thinLayoutTableSpacer{
	bgcolor: #00FF00;
}.smallText {
	font-size: 75%;
}
.PageHeading {
	font-size: 150%;
	font-weight: bold;
	color: #C02140;
}
.NewsHeadline {
	font-size: 110%;
	font-weight: bold;
	color: #C02140;
}
.success {
	background-color: black;
	color: red;
	font-size: 110%;
	font-weight: bold;
}
