/* Default CSS Stylesheet for a new Web Application project
dk= #0c2373
lt= #c6cbde
 */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Tahoma, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0;
}

TD
{
	font-size: 10pt;
}

A:link	{	
	text-decoration:	none;
	color:	#0c2373;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#0c2373;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#0c2373;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#0c2373;
	}

A.menu:link	{	
	text-decoration:	none;
	color:	#0c2373;
	}	
		
A.menu:visited	{	
	text-decoration:	none;
	color:	#0c2373;
	}	
		
A.menu:active	{	
	text-decoration:	none;
	color:	#0c2373;
	}	
		
A.menu:hover	{	
	text-decoration:	underline;
	color:	#0c2373;
	}

A.edit:link	
{
	font-size: xx-small;
	text-decoration:	none;
	color:	#FF0000;
	}	
		
A.edit:visited	
{
	font-size: xx-small;
	text-decoration:	none;
	color:	#FF0000;
	}	
		
A.edit:active	
{
	font-size: xx-small;
	text-decoration:	none;
	color:	#FF0000;
	}	
		
A.edit:hover	
{
	font-size: xx-small;
	text-decoration:	underline;
	color:	#CC0000;
	}
	
.PageTitle
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	font-size: medium;
	color: #0c2373;
	font-weight: bold;
}

.SubTitle
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #0c2373;
	font-weight: bold;
}

.Footer
{
	font-size: 8pt;
	color: #c6cbde;
}
