@import url("custom.css"); 
/* Common tags                 */
/*-----------------------------*/		


/*
A:link      { color: #A0410D; text-decoration:none; }
A:visited 	{ color: #A0410D; text-decoration:none; }
A:active 	{ color: #A0410D;  cursor:hand; text-decoration:none; }
A:hover 	{ color: #FFCC17;  cursor:hand; text-decoration:"underline"; }
		
A.bodyLink:link     { color: #A0410D; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: #A0410D; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #A0410D;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #FFCC17;  cursor:hand; text-decoration:"underline"; font-weight:bold; }
		
p
{
	line-height: 1.4em;
}
*/
.smalltext
{
    FONT-SIZE: 9px;
    COLOR: #000000;
    LINE-HEIGHT: 11px;
    FONT-FAMILY: Verdana, Tahoma, Helvetica;
    text-decoration: none;
}

.msgtext
{
    FONT-SIZE: 9px;
    COLOR: #000000;
    LINE-HEIGHT: 11px;
    FONT-FAMILY: Verdana, Tahoma, Helvetica;
    text-decoration: none;
}

.login_c {
 FONT-FAMILY: Helvetica;
 font-weight:bold;
 font-size: 9px;
 Text-Decoration:None;
 COLOR: #000000;
}



/* Navigation bar */

.Navigation
{
	padding: 25px 0 0 18px;
	width: 239px;
}

.NavigationBar
{
	padding: 0;
}





