body /* These becomes the initial settings for most other elements */
{
    background-color:#000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #535548;
    text-align: center; /* IE method for centering page if it has fixed width */
    margin: 0;
    padding: 0;
}

A:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    COLOR: #272525;
    TEXT-DECORATION: none;
    FONT-WEIGHT: Bold;
}
A:visited
{
    FONT-SIZE: 10px;
    COLOR: #272525;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none;
}
A:hover
{
    FONT-SIZE: 10px;
    COLOR: #F84A63;
    FONT-FAMILY: Verdana;
}


.subMenuItem {  
	color: #ffffff;
        FONT-SIZE: 11px; 
}
.subMenuItem a:link {  
	color: #ffffff; 
	FONT-SIZE: 11px;
	text-decoration: none;
	font-weight: bold;
}
.subMenuItem a:visited {  
	color: #ffffff; 
        FONT-SIZE: 11px;
	text-decoration: none;
	font-weight: bold;
}
.subMenuItem a:hover {  
	color: #E92229;
        FONT-SIZE: 11px; 
	text-decoration: none;
	font-weight: bold;
}



/* FOOTER START */

.mfooter {  
	text-align:center;
	width:100%;
	padding-top:3px;
}

.footer {  
    color: #ffffff;
	text-align: center;
	font: normal 9px Tahoma,Geneva,Kalimati,sans-serif;
}
.footer a:link {  
	color: #ffffff;
	text-align: center;
	font: normal 9px Tahoma,Geneva,Kalimati,sans-serif;
}
.footer a:visited {  
	color: #ffffff;
	text-align: center;
	font: normal 9px Tahoma,Geneva,Kalimati,sans-serif;
}
.footer a:hover {  
	color: #888888;
	text-align: center;
	font: normal 9px Tahoma,Geneva,Kalimati,sans-serif; 
}
