body {
	background-image : url(../_images/background-skyggggggg.jpg);
	background-position : top center;
	background-attachment : fixed;
	background-repeat : repeat-x;
	background-color : White;
}

.home{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : White;
	cursor : hand;
	text-decoration : none;
}
.home:hover{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : White;
	text-decoration : underline;
}


/* -----------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------
HEADER Classes (header.htm)*/

.top_{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 10px;
	text-align : right;
	color : White;
	padding-left : 8px;
	padding-right : 8px;
}
.topNav{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	color : #2D2F94;
	padding-left : 8px;
	padding-right : 8px;
	cursor : hand;
	text-decoration : none;
}
.topNav:hover{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #E93C02;
	text-decoration : none;
}
.mainNav{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : White;
	padding-left : 8px;
	padding-right : 8px;
	cursor : hand;
	text-decoration : none;
}
.mainNav:hover{	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #E93C02;
	text-decoration : none;
}
.l{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : White;
}



/* -----------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------
FOOTER Classes (footer.htm)*/

.susprod{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
	color : White;
	text-decoration : none;
}
.susprod:hover{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
	color : #E93C02;
	text-decoration : none;
}



/* -----------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------
ALL PAGES Classes*/

.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color : #000000;
}

.facts{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : White;
}

.factstitle{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : White;
	font-weight : bold;
}

.subtitle{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #000000;
}

.link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight : bold;
	color : #323390;
	cursor : hand;
	text-decoration : underline;
}
.link:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color : #e91a39;
	cursor : hand;
	text-decoration : none;
}
#formsTable{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}