/*Main styles*/

BODY {
	font-size: 0.85em;
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	
}

TD
{
	
	font-size: 0.9em;
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #000000;
}

P
{
	
	font-size: 1em;
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #000000;
	
	
	
}

H1
{
	font-size: 1.6em;
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #5D90AC;
	text-align:left;
	padding: 0em;
	margin: 0em;
		
}
H2
{
	font-size: 1.4em;
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #262260;
	font-weight:bold;
		
}


A {
	
	color: #000000;
	TEXT-DECORATION: underline;
	
}

A:hover {
	
	
	TEXT-DECORATION: underline;
	
}

/*--------------------------------------------------------*/
/*Classes*/

.breadcrumbs
{
	font-size: 1em;
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	color: #000000;
	
	
}


.footer
{
	font-size: 1.1em;
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-weight:bold;
	
	
}

.footertext{
	font-size: 0.8em;
	color:#000000;
}
.navigation
{
	font-size: 1.15em;
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-weight:bold;
	
	
}

.navigationArrows
{
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	color: #FF0000;
	
	
}

.noUnderline {
	
	
	TEXT-DECORATION: none;
	
}

.whitetext
{
	color: #FFFFFF;
	
	
}



