
/*
 * Default values for text.
 */
.title {
    color: #000000; 
    font-size: 14px;
    font-family: verdana, arial, helvetica, sans-serif;
    text-align: justify;
    font-weight: bold;
    background: #C0C0C0;
    
}

.textcell {
    color: #000000; 
    font-size: 11px;
    font-family: verdana, arial, helvetica, sans-serif;
    text-align: justify;
}

td.images {
	text-align: center;
	border: 0px solid white;
	vertical-align: top;
	/*background: #EFEFEF*/
}

td.imgcaption {
	text-align: center;
	border: 0px solid white;
	vertical-align: top;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	/*background: #EFEFEF*/
}

td.footerlinks {
	text-align: center;
	border: 0px solid white;
	vertical-align: top;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	/*background: #EFEFEF*/
}

a.category:link, a.category:visited {
         font-family: verdana, arial, geneva, helvetica;
         font-size: 10px;
         font-weight: normal;
         text-decoration: underline;
         color: #0000E1;
         /*color: #008B8B*/
         text-align: default;

        }

        a.category:hover { 
         color: red;
         font-weight: normal;
         text-decoration: underline;
         text-align: default;

        }

