html, body{
margin:0;
padding:0;
}

.style3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

.style1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
padding-top: 7px;
padding-left: 8px;
}

.style1 a {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration:none;
color: #FFFFFF;
}

.style1 a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration:underline;
color: #FFFFFF;
}

.style2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
padding-top: 7px;
padding-left: 8px;
text-decoration:underline;
}
.style2 a {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration:underline;
color: #FFFFFF;
}
.style2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration:underline;
color: #FFFFFF;
}

.style_strapline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #000000;
	text-align: left;
}

.style_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4D4D4D;
	text-decoration:none;
	text-align: center;
}

.style_footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4D4D4D;
	text-decoration:none;
	text-align: center;
}

.style_footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4D4D4D;
	text-decoration:underline;
	text-align: center;
}

.style_copyright_line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

.bg1 {
background-image: url(new_fmhomepage/images/1.gif);
background-repeat: no-repeat;
width:84px; /* 84px used as cell has 5px padding */
height:229px;
}
.bg1_over {
background-image: url(new_fmhomepage/images/up/1.gif);
background-repeat: no-repeat;
width:84px; /* 84px used as cell has 5px padding */
height:229px;
}

.bg2 {
background-image:url(new_fmhomepage/images/2.gif);
background-repeat: no-repeat;
width:84px; /* 84px used as cell has 5px padding */
height:229px;
}
.bg2_over {
background-image: url(new_fmhomepage/images/up/2.gif);
background-repeat: no-repeat;
width:84px; /* 84px used as cell has 5px padding */
height:229px;
}
.bg3 {
background-image:url(new_fmhomepage/images/3.gif);
background-repeat: no-repeat;
width:84px; /* 84px used as cell has 5px padding */
height:229px;
}
.bg3_over {
background-image: url(new_fmhomepage/images/up/3.gif);
background-repeat: no-repeat;
width:84px; /* 84px used as cell has 5px padding */
height:229px;
}
.bg4 {
background-image:url(new_fmhomepage/images/4.gif);
background-repeat: no-repeat;
width:84px; /* 84px used as cell has 5px padding */
height:229px;
}
.bg4_over {
background-image: url(new_fmhomepage/images/up/4.gif);
background-repeat: no-repeat;
width:84px; /* 84px used as cell has 5px padding */
height:229px;
}
.bg5 {
background-image:url(new_fmhomepage/images/5.gif);
background-repeat: no-repeat;
width:84px; /* 84px used as cell has 5px padding */
height:229px;
}
.bg5_over {
background-image: url(new_fmhomepage/images/up/5.gif);
background-repeat: no-repeat;
width:84px; /* 84px used as cell has 5px padding */
height:229px;
}
.bg6 {
background-image:url(new_fmhomepage/images/6.gif);
background-repeat: no-repeat;
width:84px; /* 84px used as cell has 5px padding */
height:229px;
}
.bg6_over {
background-image: url(new_fmhomepage/images/up/6.gif);
background-repeat: no-repeat;
width:84px; /* 84px used as cell has 5px padding */
height:229px;
}


/** Tool Tip Text CSS Styles **/

#tt {
 position:absolute;
 display:block;
 background:url(new_fmhomepage/images/tooltip/tt_left.gif) top left no-repeat;
 }
 #tttop {
 display:block;
 height:5px;
 margin-left:5px;
 background:url(new_fmhomepage/images/tooltip/tt_top.gif) top right no-repeat;
 overflow:hidden;
 }
 #ttcont {
 display:block;
 padding:2px 12px 3px 7px;
 margin-left:5px;
 background:#666;
 color:#fff;
 }
#ttbot {
display:block;
height:5px;
margin-left:5px;
background:url(new_fmhomepage/images/tooltip/tt_bottom.gif) top right no-repeat;
overflow:hidden;
}
