/**********************
asiba-docs.css
Copyright 2009 Derek Erb
http://www.cabinetderekerb.com

For www.asiba.info
**********************/

/**********************
Swatch colors
Dark Red = #990000
Light Red = #A62529

Blue = #003A73

Dark Grey = #666666
Light Grey = #E1E1E1
**********************/

/**********************
	BLOCKS
**********************/

div.secttit {
	margin-bottom: 1%;
}

/*** LISTS ***/
div.DLTit {
	color: #003A73;
	
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	
	margin-bottom: 1%;
}

div.DL {
	display: none;
}

div.DL li {
	margin-bottom: 0.1em;
}

div.DL ul {
	padding-bottom: 1%;
}

div.listsym {
	text-decoration: underline;
}

img.listsym {
	margin-right: 1%;
}

