A.TutorialLink {
	text-decoration: underline;
}

.Body {
	font-family: Arial; 
	font-size: 9pt; 
	color: #000080;
	margin-bottom: 0; 
	margin-top: 0;
}
.Body12 {
	font-family: Arial; 
	font-size: 12pt;
	font-weight: bold; 
	color: #000080;
	margin-bottom: 0; 
	margin-top: 0;
}
.BodySmall {
	font-family: Arial; 
	font-size: 8pt; 
	color: #000080;
	margin-bottom: 0; 
	margin-top: 0;
}
h1
{
	font-family: Arial; 
	font-size: 9pt; 
	color: #000080;	
	margin-top: 0;
	margin-bottom: 0;
	margin-bottom: 4px; 
	margin-top: 0;
	text-indent: 5px;
	line-height: 150%;
	font-weight: bold;
}
h2
{
	font-family: Arial; 
	font-size: 9pt; 
	color: #000080;	
	margin-top: 0;
	margin-bottom: 0;
	margin-bottom: 4px; 
	margin-top: 0;
	line-height: 150%;
	font-weight: bold;
}

/* applies to the entire list */
.rss_items
{
	margin-left: 0px;
	padding-left: 0px;
	width: 250px;
	overflow: hidden;
}


.rss_item
{
	LIST-STYLE-TYPE: none;
	margin-bottom: 6px;
	white-space: nowrap;

}

/* Style of links in list */
A.rss_item
{
	font-weight: bold;
	color: black;
}

/* list item date */
.rss_date
{
	color: blue;
}

/* RSSContainerClass="rss_box" -- Div around UL tag

RSSListClass="rss_items" - class on the UL tag

RSSItemClass="rss_item" - class on the li tag

RSSDateClass="rss_date" - class on the span around the date

RSSDescClass="rss_desc" - class on the span around the description

*/



/* RSS Feed */
A.rss_item2
{
	font-weight: bold;
	color: blue;
	font-size: 14px;
	
}

/* list item date */
.rss_date2
{
	color: black;
}

li.rss_item2
{
	padding-bottom: 10px;
}

.rss_desc
{
	text-decoration: none;
}

U
{
	text-decoration: none;
}

.StepItemCurrent
{
	font-size: 9pt;
	font-weight: bold;	
}

.StepItem
{
	font-size: 9pt;
	font-weight: bold;
	color: gray;
}
.RegFormError
{
	font-size: 10pt;
	color: red;
}