/*

########################################

tcb cafe publishing :

########################################


/* --------- BASIC SYTLES --------- */

body    { color: #333333; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;}

a:link     { color: #333333; text-decoration: none }

a:visited    { text-decoration: none }

a:hover   { color: red }

a:active   { text-decoration: none }

navigation    { color: white; font-weight: bold; font-size: 10px; text-decoration: underline }

#navigation a  { color: white; font-weight: bold; font-size: 10px }

#navigation a:hover  { color: red; font-weight: bold; text-decoration: none }

a:navigation    { color: white; font-weight: bold; font-size: 10px }



.feature    { color: #333333; font-size: 10px; line-height: 16px; }

/* text attributes */
.maintext   { color: #333333; font-size: 10px; line-height: 16px }


a.link_grey:link {
	color: #666666;
	text-decoration: none;
}

a.link_grey:visited {
	color: #666666;
	text-decoration: none;
}

a.link_grey:hover {
	color: #CC0000;
	text-decoration: none;
}

a.link_grey:active {
	color: #CCCCCC;
	text-decoration: none;	
}