/*********** background color */
body		
{
	background-color: #FFFFCC;		/* light cream color */
}

p.mainheadings		/* for pages that go with menu on the left - Headings */
{
	font-family:arial; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:bold; 
	font-size:28px;
	color: #990033;	
}

p.minorheadings		/* minor headings */
{
	font-family:arial; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:bold; 
	font-size:18px;
	color: #990033;	
	margin: 0px 0px 10px 0px; 	/* top, right, bottom, left */
}

p.mainp				/* for pages that go with menus on the left - Details section */
{
	font-family:arial; 
	font-style:normal; 
	font-variant:normal; 
	font-size:18px;
	color:black;
	margin: 0px 0px 10px 0px; 	/* top, right, bottom, left */
}

p.detailsheadings			/* Details Pages - page headings */

{
	font-family:arial; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:bold; 
	font-size:28px;
	color: #990033;	
}

p.details					/* Details Pages - lower sections/paragraphs */
{
	font-family:arial; 
	font-style:normal; 
	font-variant:normal; 
	font-size:16px;
	color:black;
	margin: 0px 0px 10px 0px; 	/* top, right, bottom, left */
}
