
 /* NOTES: For editing the gradients edit the startColorStr and endColorStr in 2 places: */


 /* START COLORS - BACKGROUND COLORS */

BODY		

 /* IMAGE SIZE */
.imagearea	{ height: 200px; }


 /* BORDER COLORS */
.borderlines	{
		border-top: #FF0000 1px solid; 
		border-bottom: #FF0000 1px solid;
		padding: 5px;
		height: 10px;
		background-color: #CCCCCC;
		}


 /* MAIN FONT COLOR */
.MAIN 		{ COLOR: #000000; FONT: 10px arial, sans-serif; }

.table1 	{ COLOR: #C0C0C0; FONT: bold 10px arial, sans-serif; }
.title 		{ color: #FFFFFF; font: 16px arial, sans-serif; font-weight: bold; }
.just 		{ text-align: justify; }


 /* LINK COLORS */





