ul {
	list-style-type: disc;
	list-style-image: url(images\bullet.gif);
	list-style-image: url(images/red_arrow_small.gif);	
	margin: 2em;
}

ul, li {
	padding: 0;
	margin-top: 0.0em;
	margin-bottom: 0.0em;
	border: 0;
}

.ProgramPoints {
	margin: 0px 0px 20px 15px;
	list-style-image: url(images/red_arrow_small.gif);
	font-size: 18px;	
}
	
.ProgramPoints li {
	padding-top: 4px;
	padding-bottom: 18px;
	border-bottom: 1px dashed #FFCECE;
	font-size: 18px;
}
	
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; vertical-align: top; font-size: 12px;
	padding-top: 10px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.LargeHeader { font-size: 16px; font-weight: bold; }
.SmallHeader { font-size: 14px; font-weight: bold; }


.TextStandOut { font-size: 16px; padding-left:30px}
 
.navcell {}

.HeadingBar { background-color: #c2dcf9; font-weight: bold; }
.InfoTable { background-color: #e9f2fd;}

.dashedline { border-top: 1px dashed #8B0000; }
