/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   



Body
{
}





/* GENERAL */
body {
	font: 13px/22px Arial, Helvetica, sans-serif;
	color: #676767;
}

.subhead1 {
	margin-bottom: 2px;
	font: 16px/20px Arial, Helvetica, sans-serif;
	color: #5A94CE;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
/*.subhead2{
	font-weight: bold;
	color: #5A94CE;
}*/
/*.subhead3{
font-weight:bold;
font: 14px/23px Arial, Helvetica, sans-serif;
	color: #676767;
}*/
/* text style used for most text rendered by modules */
.Normal {
	font: 13px/22px Arial, Helvetica, sans-serif;
	color: #676767;
}




/* GENERIC */


BLOCKQUOTE, PRE {
}

UL{
list-style-type: none;
	margin: 0px;
	padding: 0px 15px 0px 0px;
}
UL LI   {
list-style-type: none;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 19px;
	background: url(images/bulletHome.gif) no-repeat 1px 8px;
}









