/* Default CSS Stylesheet for a new Web Application project
dk blue:  #2e3258
lt blue:  #5e667d
silver:   #979797
*/

BODY
{
    BACKGROUND-COLOR: #979797;
    /* background-image: url('images/bg.gif'); */
    FONT-FAMILY: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: x-small;
    margin: 0
}

TD
{
	font-size: x-small;
}

.Menu
{
	background-color: #5e667d;
	font-size: xx-small;
	font-weight: bold;
	color: White;
}

.Footer
{
	background-color: #2e3258;
	font-size: 8pt;
	color: White;
}

.PageTitle
{
	font-size: large;
	color: #2e3258;
	font-weight: bold;
	font-style: italic;
}


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}

A.menu:link	{	
	text-decoration:	none;
	color:	#b8b8b8;
	font-size: x-small;
	font-weight: normal;
	}	
		
A.menu:visited	{	
	text-decoration:	none;
	color:	#b8b8b8;
	font-size: x-small;
	font-weight: normal;
	}	
		
A.menu:active	{	
	text-decoration:	none;
	color:	#b8b8b8;
	font-size: x-small;
	font-weight: normal;
	}	
		
A.menu:hover	{	
	text-decoration:	underline;
	color:	#FFFFFF;
	font-size: x-small;
	font-weight: normal;
	}

A.footer:link	{	
	text-decoration:	none;
	color:	#b8b8b8;
	}	
		
A.footer:visited	{	
	text-decoration:	none;
	color:	#b8b8b8;
	}	
		
A.footer:active	{	
	text-decoration:	none;
	color:	#b8b8b8;
	}	
		
A.footer:hover	{	
	text-decoration:	underline;
	color:	#FFFFFF;
	}