/* Default CSS Stylesheet for a new Web Application project

dk blue: 083CCE
lt blue: 97B1FB

*/

BODY
{
    BACKGROUND-COLOR: #DDDDDD;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0;
}

td,p 
{
	FONT-SIZE: 10pt;
}

.PageTitle
{
	font-size: 20px;
	color: #283C77;
	font-weight: bold;
	font-style: italic;
}

A:link	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}

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;
	}

.Footer
{
	font-size: 8pt;
	color: #c6cbde;
}

.UpcomingTrainings {
    font-family: Arial narrow, Helvetica Condensed, Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    }

.UpcomingText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}
	
.SubLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
	color:	#70ca2d;
	}

A.SubLinks:link	{	
	text-decoration:	none;
	color:	#70ca2d;
	}	

A.SubLinks:active	{	
	text-decoration:	none;
	color:	#70ca2d;
	}	

A.SubLinks:visited	{	
	text-decoration:	none;
	color:	#70ca2d;
	}	

A.SubLinks:hover	{	
	text-decoration:	underline;
	color:	#70ca2d;
	}	

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	text-transform: uppercase;
	color:	#083CCE;
	}

A.meu:link	{	
	text-decoration:	none;
	color:	#083CCE;
	}	

A.menu:active	{	
	text-decoration:	none;
	color:	#083CCE;
	}	

A.menu:visited	{	
	text-decoration:	none;
	color:	#083CCE;
	}	

A.menu:hover	{	
	text-decoration:	underline;
	color:	#FFFFFF;
	}		