body {
    background: #F7E7BD;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    min-height: 460px;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
    }
    
 div 
 {
    font-size : 15px;
	font-family :   arial, verdana, helvetica;
	color : #081842;
 }
 
h1  {
	font-size : 18px;
	font-family :   arial, verdana, helvetica;
	color : #C12A3B;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
}

h2  {
	font-size : 15px;
	font-family :   arial, verdana, helvetica;
	color : #C12A3B;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
}

h3  {
	font-size : 13px;
	font-family :   arial, verdana, helvetica;
	color : #C12A3B;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
}
    
.main  {
	font-size : 15px;
	font-family :   arial, verdana, helvetica;
	color : #081842;
}

A.main:hover   {
	font-size : 15px;
	font-family :  arial, verdana, helvetica;
	color : #C12A3B;

}

.mainSmall  {
	font-size : 12px;
	font-family :   arial, verdana, helvetica;
	color : #081842;
}

A.mainSmall:hover   {
	font-size : 12px;
	font-family :  arial, verdana, helvetica;
	color : #C12A3B;

}

.mainTiny  {
	font-size : 8px;
	font-family :   arial, verdana, helvetica;
	color : #081842;
}

.headline  {
	font-size : 18px;
	font-family :   arial, verdana, helvetica;
	color : #C12A3B;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
}

.actionButton 
{
    display: block;
    background-color: #081842;
    padding: 2px;
    width: 30px;
    height: 16px;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    font-family : arial, verdana;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

.navButton 
{
    display: block;
    background-color: #081842;
    padding: 3px;
    margin-bottom: 7px;
    width: 140px;
    height: 23px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    font-family : arial, verdana;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

A.navButton:hover
{
    background-color: #C12A3B;
}

.smallButton 
{
    display: block;
    background-color: #081842;
    padding: 3px;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    font-family : arial, verdana;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 3px;
}

A.smallButton:hover
{
    background-color: #C12A3B;
}

.smallButtonTeam 
{
    display: block;
    background-color: #081842;
    padding: 3px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 290px;
    height: 20px;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    font-family : arial, verdana;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 3px;
}

A.smallButtonTeam:hover
{
    background-color: #C12A3B;
}

.touchButton 
{
    display: block;
    background-color: #C12A3B;
    padding: 6px;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    font-family : arial, verdana;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 3px;
}

.tableSmall
{
    font-size : 10px;
	font-family :   arial, verdana, helvetica;
}

.tablehead
{
    font-size : 12px;
    background-color: #cccccc;
}

.tablebody
{
    font-size : 12px;
}

.tableheadstats
{
    font-weight: bold;
}

.tablebodystats
{
    background-color: #ffffff;
}

.tablebodystats2
{
    background-color: #f0e4b9;
}


#iphoneLoading
{
    width: 320px;
    height: 480px;
    opacity: .85;
    padding-top: 200px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    font-family: Arial;
    z-index: 1000;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #999999;
}

#container
{
    width: 320px;
}

#mainBody
{
    border: 3px;
    margin-left: 3px;
    margin-right: 1px;
    padding: 5px;
    background-color: White;
    border-style: solid;
    border-color: #081842;
    width: 300px;
    clear: both;
}

#header
{
    width: 310px;
    background-color: #C12A3B;
    padding: 5px;
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 2px;
}

.topButton
{
    display: block;
    width: 152px;
    background-color: #081842;
    padding: 3px;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin-bottom: 5px;
}

A.topButton:hover
{
    background-color: #C12A3B;
}

#topLogin
{
    float: left;
}

#topJoin
{
    float: right;
    
}

#footer
{
    width: 314px;
    padding: 3px;
    clear: both;
    background-color: #081842;
    vertical-align: middle;
    text-align: right;
    font-size: 11px;
    color: white;
    margin-top: 5px;
}

.footerlink
{
    font-size: 11px;
    color: white;
}

A.footerlink:hover
{
    font-size: 11px;
    color: yellow;
}





