/* Albert's Cascading Style Sheet */

/* MAIN BODY TEXT */
TD.txt, FONT.txt, .txt, A:link.txt, A:visited.txt, A:active.txt
{  
font-family: Arial, Helvetica, "Trebuchet MS", sans-serif; 
font-size: 12px; 
color: #000000;
font-weight: normal
}

/* MAIN BODY TEXT BOLDED*/
TD.txtb, FONT.txtb, .txtb, A:link.txtb, A:visited.txtb, A:active.txtb
{  
font-family: Arial, Helvetica, "Trebuchet MS", sans-serif; 
font-size: 12px; 
color: #000000;
font-weight: bold
}

/* QUOTE TEXT */
TD.q, FONT.q, .q, A:link.q, A:visited.q, A:active.q
{  
font-family: Arial, Helvetica, "Trebuchet MS", sans-serif; 
font-size: 11px; 
color: #000000;
font-weight: normal
}

/* LINK */
.lnk
{  
font-family: Arial, Helvetica, "Trebuchet MS", sans-serif; 
font-size: 12px; 
color: #DDCDA1;
font-weight: normal
}

/* LINK BOLD*/
.lnkb
{  
font-family: Arial, Helvetica, "Trebuchet MS", sans-serif; 
font-size: 12px; 
color: #DDCDA1;
font-weight: bold
}

/* QUOTE LINK */
.ql
{  
font-family: Arial, Helvetica, "Trebuchet MS", sans-serif; 
font-size: 11px; 
color: #DDCDA1;
font-weight: normal
}


/* Main TITLE */
.t
{  
font-family: Arial, Helvetica, "Trebuchet MS", sans-serif; 
font-size: 20px; 
color: #000000;
text-decoration: none;
font-weight: normal
}


/* Subject-secondary TITLE */
.t2
{  
font-family: Arial, Helvetica, "Trebuchet MS", sans-serif; 
font-size: 16px; 
color: #000000;
text-decoration: none;
font-weight: normal
}

/* LITTLE LEGAL TEXT */
TD.l, FONT.l, .l, A:link.l, A:visited.l, A:active.l
{  
font-family: Arial, Helvetica, "Trebuchet MS", sans-serif; 
font-size: 10px;
color: #000000;
font-weight: normal 
}

/* LITTLE LEGAL TEXT LINK */
.llnk
{  
font-family: Arial, Helvetica, "Trebuchet MS", sans-serif; 
font-size: 10px;
color: #888800;
font-weight: normal 
}








