table { text-align: left; }


/* MAIN */
.head {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 12pt; 
	line-height: 14pt; 
	font-weight: bold;
	color: #8f4e9e;
}

.subhead {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	font-weight: bold;
	color: #000000;
}

.text {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 10pt;
	line-height: 12pt; 
	font-weight: normal;
	color: #333333;
}

.small_text {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px; 
	font-weight: normal;
	color: #333333;
}

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

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

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

.small_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;
}
/******************************************/


/* RAIL */
.rail_head {  
        font-family: 'ITC Stone Sans', Arial, Helvetica; 
        font-size: 10pt;
        line-height: 16pt;
        font-weight: bold;
        color: #ffffff;
}

.rail_subhead {  
        font-family: Arial, Helvetica; 
        font-size: 11px; 
        font-style: normal; 
        line-height: 14px; 
        font-weight: bold;
        color: #000000;
}

.rail_text {  
        font-family: Arial, Helvetica; 
        font-size: 11px; 
        font-style: normal; 
        line-height: 14px; 
        font-weight: normal;
        color: #413e3e;    
}

.rail_text a {
	color: #5a4562;
	text-decoration: none;
}

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

.rail2_head {  
        font-family: 'ITC Stone Sans', Arial, Helvetica; 
        font-size: 10pt;
        line-height: 16pt;
        font-weight: bold;
        color: #000000;
}

.rail2_text {  
        font-family: Arial, Helvetica; 
        font-size: 11px; 
        font-style: normal; 
        line-height: 14px; 
        font-weight: normal;
        color: #000000;    
}


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


/* EXAMPLE */
.example {
	font-family: Verdana;
	font-size: 8pt;
	line-height: 10pt; 
	letter-spacing: .3em;
	font-weight: normal;
	color: #333333;
}

.example a {
	color: #5a4562;
	text-decoration: none;
}

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

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

