/* 	 
	 - Mike Baluch Software Systems
	 - styleSheet.css
*/

  /* This file contains a style sheet shared by a number of related pages. */
  
  /*
   * The following code modifies properties in the BODY of the document: it
   * sets the background color, and sets the text color to black.
  */		 
  
  	body{font: normal 76% arial, verdana, tahoma}
	div#main{margin: 0 25%}
	/*
	h1{background-color:#ff0; color:#000}
	h2{color: #0cf;font-style:italic; text-align:right}
	*/
	code{color:#666}
	code span{color:#03f; font-style:italic}
	p{line-height: 150%}
	a.info{position: relative;z-index:24; color:#000; text-decoration:none}
	a.info:hover{z-index:25;background-color: #f7f7f7}
	a.info span{display: none}
	a.info:hover span{display:block;
		position:absolute; top:0em;left:11em; width:15em;
		border:1px solid #c3c3cb; background-color:#f7f7f7; color:#000;text-align: center;
		font: 75% arial, verdana, tahoma; color:#000033;}
	div#counter{margin-top: 100px}
  
			
  
  		.headings {text-align: left;
			font-size: 1.5em;
			font-weight: bold;
			font-family: Times New Roman, Times, serif;
			color: #000000; 
			
		}
		
		
		.bodyText {font-size: .9em;
			font-family: Arial, Verdana, Tahoma;
			color: #000000;
			text-align: left;
		
		}
		
		.smallLinkText {font-size: .6em;
			font-family: Arial, Verdana, Tahoma;
			color: #0000FF;
			text-align: left;
			text-decoration: underline; 
		
		}
		
		.bannerText {font-size: 1.5em;
			font-family: Tahoma, Arial, Verdana;
			color: #E00112;
			text-align: center;
			font-weight: bold;
			background-position:left;
			line-height: 1.5em;
		}
		
		.scriptText {font-size: 1.9em;
			font-family: Edwardian Script ITC, sans-serif;
			color: #000000;
			text-align: center;
			font-weight: bold;
			background-position:left;
		}
		
		 
		

      
	
	
				
	

