	/* STANDARD CSS */
	body {
       background-color : white;
	   font-family: "Times New Roman", Times, serif
	}
	
	a {text-decoration: none; }
	a:hover { color: red; }
	
	/* font family */
	.menu1 a, menu2 a {
	color: black;
	 }
	/* font size, etc */
	.menu1 { font-size: small; }
	.menu2 { font-size: x-small; 
		display: list-item; list-style-image : url(../Images/dott2.gif);}
	.menu2 ul { margin-left : 14px; margin-top : 2px; margin-bottom : 2px; }
	#InfoHelp {
	font-size: x-small;
	}	

	
	#OuterFrame, 
	  #Header, #Footer { text-align : center; }
      
     