/* CSS Document */

	A:link 
		{
		color: #2c5394; 
		text-decoration: none;
		}   			     /* specificity = 1,1 */

	A:visited 
		{
		color: brown;
		text-decoration: none;
		}  				 /* specificity = 1,1 */

  	A:hover 
		{
		color: #666633;
		}  				  /* specificity = 1,1 */
  
	/*a:link
		{
    		color: #2c5394;
		text-decoration: none;
		}

	 a:visited
		{
    		color: #f79a23;
		text-decoration: line-through;
		}
	*/


 	 /* Colors used
 	 		#2c5394;=  darkblue
		  #f79a23 =  orange
 	 */

	body
		{
		margin: 0px;
		font-family: Arial;
		}
/*	div
		{
		border: 1px solid blue;
		}*/

	td.button
		{

		color: white;
		background-color: #2c5394; /* darkblue */

		text-align: center;
		font-size: 14px;
		font-family: Arial;
		vertical-align: middle;

		
		width: 90px;
		height: 50px;
		float:left;
		border: 5px solid white;
		overflow: hidden;

		border: 1px solid black; 
		
		}


	td.sidebutton

		{

		color: #2c5394;
		background-color: #f79a23;
		

		text-align: justified;
		font-family: Arial;
		font-size: 12px;
		vertical-align: middle;
		text-decoration:none;
		

		width: 220px;
		height:30px;
		float:left;
		border: 1px solid #2c5394;
		overflow: hidden;
		
		}

	p.heading1

		{
		font-family: Arial; 
		font-size: 32px; 
		color:#2c5394; 
		text-align: center;
		}

	td.news
	
		{
		font-family: Arial;
		font-size:10px;
		color: #2c5394;
		text-align:center;
		
		width: 200px;
		align:left;
		overflow: hidden;
		float:left;
		}
	
	
	td.copyright
	
		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-align:center;
		width: 950px;
		vertical-align:middle;
		background-color: #2c5394;
		color:white;
		}
		
	ul.list
	
		{
		text-align:left;
		}