﻿div.fv div.hdr 
{
	text-align:center;
	background-image:url(../img/fv/hdr-bg.gif);
	background-repeat: repeat-x;
}

div.fv div.ftr div.nav
{
	padding:.75ex 1ex;
	background-color:#BAD9F3;
}

div.fv div.ftr div.nav a 
{
	color:#0078C1;
}

body.ios div.fv div.ftr div.nav 
{
	background-color:#215292;
	background-image:url(../img/fv/hdr-bg.gif);
	background-repeat:repeat-x;
}

body.ios div.fv div.ftr div.nav button 
{
	overflow: hidden;
    margin: 0;
    border-width: 0 5px;
    padding: 0 3px;
    margin-top: 2px;
    width: 80px;
    height: 22px;
    line-height: 22px;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    -webkit-border-image: url(../img/fv/ios-btn-bg.png) 0 5 0 5;
}

div.fv div.ftr div.copyr 
{
	padding:1ex;
	font-size:80%;
}

div.fv div.ftr div.copyr p
{
	margin-bottom:.5ex;
}

/*-- Terms of Use --*/
div.fv div.tou 
{
	font-size:.9em;
	padding:0 1ex 1em 1ex;
}

div.fv div.tou h1 
{
	color:#ef8200;
	font-size:1.6em;
	margin-top:1ex;
	margin-bottom:.25ex;	
}

div.fv div.tou h2 
{
	font-size:1.3em;
	margin-top:1ex;
	margin-bottom:.25ex;
}

div.fv div.tou p
{
	margin-top:1em;
}