/* Following are BASIC style sheets*/	

body 			{font-family: Verdana, Helvetica, Arial, Sans-serif;
				 color: #000000;
				 font-size: 7.5pt;
				 font-weight: normal;
				 text-transform: none;
				 background-color: #FFFFFF;
				 }


tbody			{font-family: Verdana, Helvetica, Arial, Sans-serif;
				 color: #000000;
				 font-size: 7.5pt;
				 font-weight: normal;
				 text-transform: none;
				 background-color: #FFFFFF;
				 }

P				{font-size: 1em;
				 padding: 0em;
				 margin: 0em;
				 }
				 
h1				{font-size: 1em;
				font-weight: bold;
				}
				
h2				{font-size: 1em;
				font-weight: bold;
				color: #CC3300;
				background-color: #FFFFFF;
				}
				
h3				{font-size: 1.25em;
				font-weight: bold;
				color: #CC3300;
				background-color: #FFFFFF;
				}


				 
				 
				 
				 			