table { text-align: left; }


/* MAIN */
.head {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #ee3a42;
	font-weight: bold;
	text-decoration: none;
}

.text {
    font-family: Arial, Helvetica; 
	font-size: 13px;
	line-height: 16px; 
	font-weight: normal;
	color: #FFFFFF;
}

.text a {
	color: #ee3a42;
	text-decoration:none;
}

.text a:hover {
	text-decoration: underline;
	color: #000000;
}

.footer {  
	font-family: ITC Stone Sans, sans-serif; 
	font-size: 11px; 
	line-height: 13px; 
}

/******************************************/

/* LOGIN */
.login {  
        font-family: Arial, Helvetica; 
        font-size: 11px;
        line-height: 14px; 
        /*font-weight: bold;*/
        color: #ffffff;
        background: #b7b9ba;
}
/******************************************/


