.SUBEXPANDED
	{
		color:#FF3300;
	}

.SUBCLOSED
	{
		color:#000000;
	}

.TRBORDER
	{
		background : #4d99e5;
	}

.TRHEADER
	{
		background : #6699CC;
		font-family : Verdana, sans-serif ;
		font-size : 8pt;
		font-weight: bold;
		color : #FFFFFF;
	}

.TRHEADING
	{
		font-family : Verdana, sans-serif;
		font-size : 14pt;
		color : #FFFFFF;
		background : #6699CC;
		font-weight: normal;
		text-align : center;
	}

.TRBODY
	{
		background : #e5f6ff;
		font-family : Verdana, sans-serif ;
		font-size : 8pt;
		font-weight: normal;
		color : #000000;
	}

.SEARCH
	{
		font-family : Verdana, sans-serif;
		font-size : 8pt;
		font-weight : bold;
		color : #FFFFFF;
	}

BODY, TABLE
	{
		font-family : Verdana, sans-serif;
		font-size : 9pt;
		color : #000000;
	}

TD
	{
		font-family : Verdana, sans-serif;
		font-size : 9pt;
		color : #000000;
		text-align : left;
	}

TH
	{
		font-family : Verdana, sans-serif;
		font-size : 10pt;
		color : #FFFFFF;
		background : #336699;
		text-align : left;
	}

A, A:ACTIVE, A:VISITED, A:LINK								/*---- Format for all Anchor tags ----*/
	{
		Text-Decoration : underline;
		Color : #000000;
		Background : transparent;
	}

A:HOVER							/*---- Format for the Hover property on all Anchor tags ----*/
	{
		text-decoration : underline;
		color : #0000FF;
		Background : transparent;
	}

A.Tracked						/*---- Custom format for the custom Tracked property on Anchor tags for the Ticket Tree ----*/
	{
		color : #B23033;
		Background : transparent;
	}


.VERSION
	{
		font-family : Verdana, sans-serif;
		font-size : 8pt;
		font-weight : bold;
		color : #333333;
	}

.RESULTHDR
	{
		font-family : Verdana, sans-serif;
		font-size : 8pt;
		font-weight : bold;
		color : #333333;
	}

.RESULTLNK
	{
		font-family : Verdana, sans-serif;
		font-size : 8pt;
		font-weight : bold;
		color : #336699;
	}

IMG								/*---- Format for all images, this is used mainly in the Ticket Tree ----*/
	{
		Vertical-Align : middle;
		Border-Style : none;
		padding : 0;
		margin : 0;
	}

a.reglink, a.reglink:active, a.reglink:link, a.reglink:visited {
 text-decoration: underline;
color: blue;
}

#dakotaLinks {
    text-align: center;
    font: 11px verdana, arial, helvetica, sans-serif;
    color: #333;
    border-bottom: 1px solid #4d99e5;
}

#dakotaLinks h4 {
    font-size: 13px;
    font-weight: bold;
    color: #369;
    margin: 10px 0 0;
}

#dakotaLinks p {
    margin: 5px 0 15px;
}