/* F U S I A CSS Document */
#bg-image {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	background: url('../images/bg.jpg') center -10px no-repeat;
}

.sml {
	font-family: Arial, Tahoma, Times, serif;
	font-size: 8.5pt;
	color: #FFFFFF;
	line-height:10pt;
	}

.smlInp {
	font-family: Arial, Tahoma, Times, serif;
	font-size: 8.5pt;
	color: #000000;
	}
.normal {
	font-family: Arial, Tahoma, Times, serif;
	font-size: 9pt;
	color: #FFFFFF;
	line-height:12pt;
	}
	
.normal2 {
	font-family: Arial, Tahoma, Times, serif;
	font-size: 11pt;
	color: #FFFFFF;
	line-height:14pt;
	}	

.smltext {
	font-family: Tahoma, Times, serif;
	font-size: 7.5pt;
	color: #FFFFFF;
	line-height:15pt;
	}	
	
.pink {
	font-family: Georgia, Tahoma, Times, serif;
	font-size: 8.5pt;
	color: #B4053B;
	line-height:15pt;
	}	

h1 {
	font-family: Tahoma, Times, serif;
	font-size: 8pt;
	color: Gray;
	font-weight:normal;
	margin:0;
}

a:link, a:active, a:visited {
	color: #97013D;
	font-family: Tahoma, Times, serif;;
	font-size:9pt;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-family: Tahoma, Times, serif;
	font-size:9pt;
	text-decoration: undeline;
}

a.Sml:link, a.Sml:active, a.Sml:visited {
	color: #E7004F;
	font-family: Tahoma, Times, serif;;
	font-size:7.5pt;
	text-decoration: none;
}
a.Sml:hover {
	color: #000000;
	font-family: Tahoma, Times, serif;
	font-size:7.5pt;
	text-decoration: undeline;
}

a.Top:link, a.Top:active, a.Top:visited {
	color: #FFFFFF;
	font-family: Tahoma, Times, serif;;
	font-size:8.5pt;
	text-decoration: none;
}
a.Top:hover {
	color: #B4053B;
	font-family: Tahoma, Times, serif;
	font-size:8.5pt;
	text-decoration: undeline;
}