﻿body 
{
	BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    Text-ALIGN:CENTER; 
}
A:link	{	
	text-decoration:	none;
	color:	BLUE;
		}	
		
A:visited	{	
	text-decoration:	none;
	color:	BLUE;
		}	
		
A:active	{	
	text-decoration:	none;
	color:	BLUE;
		}	
		
A:hover	{	
	text-decoration:	underline;
	color:	BLUE;
	}


Menu_class 
{
	BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    Text-ALIGN:CENTER; 
}


.Menu_TOP
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    font-weight:bold;
    color:	BLACK;    
    Text-ALIGN:CENTER; 
}

.Menu_TOP A{	
	text-decoration:	underline;
	color:	white;
		}

.Menu_TOP A:link	{	
	text-decoration:	none;
	color:	white;
		}	
		
.Menu_TOP A:visited	{	
	text-decoration:	none;
	color:	white;
		}	
		
.Menu_TOP A:active	{	
	text-decoration:	none;
	color:	white;
		}	
		
.Menu_TOP A:hover	{	
	text-decoration:	underline;
	color:	white;
	}
