@charset "utf-8";
/* CSS Document */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: top;

	.contentBlock ul, ul.list {
	margin: 10px 0;
	padding: 0;
	}
				
	.contentBlock ul li,
	ul.list li  {
	padding: 2px 0 0 10px;
	background: url(/images/ic_list.gif) transparent no-repeat 0 8px;
	}
				
	.contentBlock ul li a,
	ul.list li a  {
	text-decoration: none;
	padding: 0 0px 0 0;
	background: url(/images/trans.png) transparent no-repeat 100% 2px;
		border-bottom:1px dotted #7f96b4;
	}
					
	.contentBlock ul li a:hover,
	ul.list li a:hover  {
	text-decoration: underline;
	}

.middle {
	TEXT-ALIGN: left; MARGIN-top: 4px; VERTICAL-ALIGN: middle;
}