a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

A:link {
color: #1a4c72;
	text-decoration: underline;
	font-weight: bold;
}

A:visited {
	color: #1a4c72;
	text-decoration: underline;
	font-weight: bold;
}

A:active {
 	color: #1a4c72;
	text-decoration: underline;
	font-weight: bold;
}

A:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}

a.topmenu:link{
	float: right;
	font-family: Arial, sans-serif;
	padding-top: 14px;
	font-weight: normal; 
	font-size: 18px;
	color: #1a4c72;	
}

a.topmenu:Visited{
	float: right;
	font-family: Arial, sans-serif;
	padding-top: 14px;
	font-weight: normal; 
	font-size: 18px;
	color: #1a4c72;	
}

a.topmenu:Active{
	float: right;
	font-family: Arial, sans-serif;
	padding-top: 14px;
	font-weight: normal; 
	font-size: 18px;
	color: #1a4c72;	
}

a.topmenu:Hover{
	float: right;
	font-family: Arial, sans-serif;
	padding-top: 14px;
	font-weight: normal; 
	font-size: 18px;
	color: #990000;	
}

body{
	font: 12px Helvetica, Arial, sans-serif;
	
	color: #000000;
	
}

h1,h2, h3, h4, h5, h6{
	/**text-transform: uppercase;**/
	font-family: 'FuturaCondensedNormalRegular', Arial, sans-serif;
	padding-top: 2px;
	font-weight: normal;
}

/* Navigation */
#navigation li a:link, #navigation li a:visited{
	font: 24px 'FuturaCondensedNormalRegular', Verdana, Arial, sans-serif;
	/**text-transform: uppercase;**/
	text-decoration: underline;
	color: #0090d4;
	font-weight: normal;
	line-height: 24px;
}

ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
}
li
{
font-weight: normal;

}
li p {
	font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
	color: #000000;
}


