	 
/* //////////////////////////////////////////////////////////////////////////// */ 
/*                                 CSS FOR THE WEBSITE                          */	 
/* //////////////////////////////////////////////////////////////////////////// */
 
 
 .MenuGray{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 333333;
	text-decoration: none;

}
a.MenuGray:hover{ color: #DE1A38; }  
 
 
 
 
.MenuBlue{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1CAEB3;
	text-decoration: none;

}
a.MenuBlue:hover{ text-decoration: underline; }


	
.Text1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;

}

a.Text1:hover{ color: #131313; }


.Text1_large{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;

}

a.Text1_large:hover{ color: 131313; }


.Text1_xtralarge{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;

}

a.Text1_xtralarge:hover{ color: #131313; }




	
.Text2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #706F6E;
	text-decoration: none;

}
a.Text2:hover{ color: #333333; }

.Text2large{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #706F6E;
	text-decoration: none;

}
a.Text2large:hover{ color: #333333; }



.Text3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9B9999;
	text-decoration: none;

}
a.Text3:hover{ color: #9B9999; 
               text-decoration: underline;}


.Text4_large{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;

}

a.Text4_large:hover { color: #FFFFFF; }






/* //////////////////////////////////////////////////////////////////////////// */ 
/*                                 CSS FOR THE TOP                              */	
/* //////////////////////////////////////////////////////////////////////////// */ 



.TopMenugray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A3ABB1;
	text-decoration: none;

}
.a.TopMenugray:hover{ color: #767778; }
	



.TopMenuform {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6F6F6F;
	text-decoration: none; 
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7C7C7C;
	border-right-color: #C3C3C3;
	border-bottom-color: #C3C3C3;
	border-left-color: #C3C3C3;
}


/* //////////////////////////////////////////////////////////////////////////// */ 
/*                                CSS FOR THE MAIN MENU                         */	
/* //////////////////////////////////////////////////////////////////////////// */ 



.MainMenuLink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-style: normal;
	color: #70808B;
	text-decoration: none;
	font-weight: bold;

}
a.MainMenuLink:hover{ color: #E90606; }


.MainMenuSelected{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-style: normal;
	color: #E90606;
	text-decoration: none;
	font-weight: bold;

}
.MainMenuSelected2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-style: normal;
	color: #E90606;
	text-decoration: none;

}

.Promotab{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-style: normal;
	color: #E90606;
	text-decoration: none;
	font-weight: bold;
}
.banner{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #c10504;
	text-decoration: none;
	font-weight: bold;
}

a.MainMenuSelected:hover{ color: #E90606; }
	 


 /* //////////////////////////////////////////////////////////////////////////// */
 /*                         CSS FOR THE LOGIN SECTION                            */
 /* //////////////////////////////////////////////////////////////////////////// */
 


.loginForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6F6F6F;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C3C3C3;
	border-right-color: #C3C3C3;
	border-bottom-color: #C3C3C3;
	border-left-color: #C3C3C3;
}

 


.LoginLinks{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	color: #3B6066;
	text-decoration: underline;

}

 
 
.LoginLinks2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E90606;
	text-decoration: underline;

}


