A {
	text-decoration : underline;
	color : #242C65;	
}

A:LINK {
	text-decoration : underline;
	color : #242C65;
}

A:ACTIVE {
	text-decoration : underline;
	color : #242C65;	
}

A:VISITED {
	text-decoration : underline;
	color : #242C65;	
}
	
A:HOVER {
	text-decoration : none;
	color : #242C65;	
}


.text	{
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
	color : #242C65;
	line-height : 17px;
}

.whitetext	{
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
	line-height : 17px;
}

.title	{
	font-family : Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
	color: #FFFFFF; 
    font-weight: bold;
	font-style: italic;
	line-height : 20px;	 
}	

.pageproperties {  
	background-color: #FF6600;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	padding: 0px;	
}

.floatleft {float: left}