/* Following are BASIC style sheets*/	

body 			{font-family: Verdana, Geneva, sans-serif;
				 color:#333;
				 font-size: 8pt;
				 font-weight: normal;
				 text-transform: none;
				 background-color: #FFFFFF;
				 }


tbody			{font-family: Verdana, Geneva, sans-serif;
				 color:#333;
				 font-size: 8pt;
				 font-weight: normal;
				 text-transform: none;
				 background-color: #FFFFFF;
				 }

p				{padding: 0em;
				 margin: 0em;
				 }
				 
h1				{font-size: 14pt;
				font-weight: bold;
				}
				
h2				{font-size: 12pt;
				font-weight: bold;
				color: #CC3300;
				background-color: #FFFFFF;
				}
				
h3				{font-size: 10pt;
				font-weight: bold;
				color: #CC3300;
				background-color: #FFFFFF;
				}
