/* CSS Document */

.text { line-height:23px; text-align:justify; color:#55504A; font-size:1.1em; }
	.text p+p, .text table+p, .text p+table { margin-top:12px; }
	.text p+h2 { margin-top:20px; }
	.text td   { padding:3px; }
	.text ul   { margin:10px 0 0 20px; }
		.text ul li  { padding:0 0 5px 12px; background:url("/web/images/list.gif") 0 7px no-repeat; }
			.text ul ul li { background:url("/web/images/list_list.gif") 0 8px no-repeat; }
		
		.text li + ul { margin-top:4px; }
		
		.text.textSmall li { padding:0 0 0 12px; }
	.text strong { color:#111; }	
	.text a      { text-decoration:underline;  }
		.text a:hover {  }
	.text div.border { margin-bottom:10px; }
	.text a img { border:solid 1px #CCC; background:#fff; }
	
.textSmall { font-size:0.9em; color:#888; }	
	.textSmall p+p { margin-top:5px; }

	.textSmall ul   { margin:10px 0 5px 10px; }
		.textSmall ul li  { padding:0 0 5px 12px; background:url(/web/images/list.gif) 0 7px no-repeat; }
			.textSmall ul ul li { background:url(/web/images/list_list.gif) 0 5px no-repeat; }


/* ==========================================================================
   Media Queries
   ========================================================================== */ 


@media only screen and (max-width:640px) {	
	
	.text img { display:block; width:100%; margin:10px 0 !important; }
}

/*