body,p,td 	{
	font-family: Arial,MS sans serif, sans-serif;
	font-size: 12px;
	color: #111111;
	text-decoration: none
} 

A 	{
	Color : #00008B;
	Cursor : Hand;
	Text-Decoration : none;
	}

A:active{
	Color : #red;
	Cursor : Hand;
	Text-Decoration : none;
	}


A:visited{
	Color : #444444;
	Cursor : Hand;
	Text-Decoration : none;
	}


A:link	{
	Color : #00008B;
	Cursor : Hand;
	Text-Decoration : none;
	}

A:hover	{
	Color : #000000;
	Cursor : Hand;
	Text-Decoration : none;
	}
 

A.menu 	{
	Color : #ffffff ;
	Cursor : Hand;
	Text-Decoration : none;
	}

A.menu:active{
	Color : #red;
	Cursor : Hand;
	Text-Decoration : none;
	}


A.menu:visited{
	Color : #ffffff;
	Cursor : Hand;
	Text-Decoration : none;
	}


A.menu:link	{
	Color : #ffffff;
	Cursor : Hand;
	Text-Decoration : none;
	}

A.menu:hover	{
	Color : #000000;
	Cursor : Hand;
	Text-Decoration : none;
	}


h1 	{
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	margin : 0px;
}
	
h2 	{  
	font-size: 16px; 
	font-weight: bold; 
	text-decoration: none
	}
	
.small 	{
	font-family: Arial,MS sans serif, sans-serif;
	font-size: 9px;
	text-decoration: none;
}
TD.small 	{
	font-family: Arial,MS sans serif, sans-serif;
	font-size: 10px;
	text-decoration: none
}
	

TD.grey 	{
	background :#8C9093;
}

TD.red 	{
	background :#89244C;
}

li {
	list-style-type: square;
}

