/* Page styles*/
	
	body  {		/*body layout*/	
	font-size : 12pt;
	font-family : Arial,Helvetica,Verdanda;
	color : #3d08c3;
	background-color: #cccccc;
	overflow: auto;
	scrollbar-track-color: 			#F4F5FD;	/* background color behind bar that moves */
	scrollbar-face-color: 			#F4F5FD;                                                
	scrollbar-arrow-color: 			#F4F5FD;	/*aarow color*/
	scrollbar-3dlight-color: 		#F4F5FD;	/*top and left color of shapes*/
	scrollbar-highlight-color: 		#F4F5FD;	                                           
	scrollbar-shadow-color: 		#F4F5FD;	/*color on bottom and right of shapes*/
	scrollbar-darkshadow-color: 	#F4F5FD;	                                           
	scrollbar-face-color: 			#F4F5FD;                                                
	scrollbar-track-color: 			#F4F5FD;                                               
    }
	
	p  {		/*paragraph*/	
	font-size : 12pt;
	font-family : Arial,Helvetica,Verdanda;
	font-weight: bold,;
	border:none 5px #ff00cc;
	text-align: justify;
	}
	
	table	{	/*table*/
	border: 0px;
	width: 800px;
	}
	
	td  {		/*table data*/	
	font-size : 12pt;
	text-align: justify;
	vertical-align: top;
	
	}
	
	h1  {		/*header 1*/
	font-size : 18pt;
	font-family : Arial,Helvetica,Verdanda;
	color : #3d08c3;
	font-weight: bold;
	text-align:center;
	}
	
	h2  {		/*header 2*/	
	font-size : 14pt;
	font-family : Arial,Helvetica,Verdanda;
	color : #3d08c3;
	font-weight: bold;
	text-align:center;
	}
	
	th  {		/* Table header row*/
	font-size : 12pt;
	font-family : Arial,Helvetica,Verdanda;
	color : #0c43c1;
	font-weight: bold;
	}

	li {		/*lists*/
	background-color:transparent;
	border:none 0px #bb5500;
	padding:0px;
	}
	
a:link 		{color: #0000ff; background:inherit; none;text-decoration: none; 		font-weight: inherit;}	/*link*/
a:visited 	{color: #cc0000; background:inherit; none;text-decoration: none; 		font-weight: inherit;}	/*link clicked on*/
a:active 	(color: #ffcc00; background:inherit; none;text-decoration: none; 		font-weight: bold;}	/*link still clicked on*/
a:hover 	(color: #ff0000; background:inherit; none;text-decoration: underline; 	font-weight: bold;}	/*hover over link*/
	


	/* Button styles*/
	#menu { width: 162px; }

	/*Button */
	#menu ul
	{
	margin-left: 1px;
	margin-right: 1px;
	padding-left: 0;
	list-style-type: none;
	font-family: "Arial","Times New Roman";
	FONT-SIZE: 13pt;
	}
		
	#menu a
	{
	display: block;
	padding: 0px;
	width: 162px;
	background-color: #EBEDF7; /*color behind text*/
	border-bottom: 1px solid #eee;
	}
	
	#menu a:link, #navlist a:visited
	{
	text-decoration: none;
	color: #0c43c1; /*text color*/
	font-weight: bold;
	}
	
	#menu a:hover
	{
	background-color: #0c43c1;/*color behind text*/
	color: #ff7c12;
	}
	
			/*ff7c12 orange
		0c43c1 blue*/