

/* Presentation Stylesheet */ 

h3, p {
 margin:0;
 padding:15px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
p:first-letter {
 font-size: 100%; 
 font-weight: bold;
 color:black;
 }
 
 #heading
 {
 	background-image: url('../images/subhead_bg.png');
	font-size: 10px;
	font-color: #708090;
	vertical-align: top;
 }
 
 #heading2
  {
 	background-image: url('../images/subheaddark.png');
	font-size: 12px;
	font-color: #708090;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: top;
	height: 20px;
 }