/* 
	gen css for the deaf04 site
	there should be nothing specific in here,
	this is sitewide and included in _every_ file.	
	
	dont mess with colors without looking 
	at colors.pdf and colors.txt
	
*/

/* debug, comment me out 
	
	div 	{ border-style:dotted; border-width:1px; border-color:#FF0000;  }
	span 	{ border-style:dashed; border-width:1px; border-color:#00FF00;  }
	ul 		{ border-style:dashed; border-width:1px; border-color:#0000FF; }
	li 		{ border-style:dashed; border-width:1px; border-color:#FFFF00; }
	img 	{ border-style:dotted; border-width:1px; border-color:#00FFFF; }
	TD		{ border-style:dotted; border-width:1px; border-color:#FF00FF; }

*/ 

/* defaults */
body		{ font-family: arial, verdana, sans-serif; }
a 			{ color:#7C3520;  text-decoration:none;}
a:active	{ color:#E5C949;}
a:visited	{ color:#CA492c;}
a:hover		{ color:#9C5F0E; text-decoration: underline; }

img			{ margin:0px; padding:0px; }
a img 		{ border-width:0px; }


/* put some space to the content pages */
div.page 	{ margin-right:10px; }

/* morelink */
a.more 		{ 
	color:black; font-weight:normal; font-style:italic; 
	text-decoration:underline; 
}
	
/* other */
ul.index 	{ font-size:13px;  padding:16px;  }
p.inset 	{ padding:16px; }

/* inline big bullet icon 14*14 */
img.bullit { margin:0px; padding:0px; }

/* float left to multiple lines 32*32 */
img.blockbullit  { margin:0px; padding:0px;  }







