/* CSS Document */
A {
	COLOR: #0066cc; FONT-FAMILY: Arial, Helvetica, sans-serif
}
A:link {
	TEXT-DECORATION: underline
}
A:visited {
	TEXT-DECORATION: underline
}
A:active {
	TEXT-DECORATION: none
}
A:hover {
	TEXT-DECORATION: none
}
.dotline {
	BORDER-RIGHT-STYLE:  dotted;
	BORDER-BOTTOM-STYLE: dotted;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-color: a2bde6;
	border-bottom-color: a2bde6;
}
.rightdotline{
    BORDER-RIGHT-STYLE:  dotted;
	border-right-width: thin;
	border-right-color: a2bde6;
}
.bottomdotline{
    BORDER-BOTTOM-STYLE:  dotted;
	border-bottom-width: thin;
	border-bottom-color: a2bde6;
}
.hrdotline {BORDER-TOP-STYLE: dotted; BORDER-RIGHT-STYLE: dotted; BORDER-LEFT-STYLE: dotted; BORDER-BOTTOM-STYLE: dotted}

		BODY {FONT-SIZE: 10pt; font-family:Verdana, arial, sans-serif} 
		TH {FONT-SIZE: 10pt; font-family:Verdana, arial, sans-serif} 
		TD {FONT-SIZE: 10pt; font-family:Verdana, arial, sans-serif}
LI.ListItem {
	FONT-SIZE: 81.25%; TEXT-ALIGN: justify; PADDING-RIGHT: 16px; FONT-FAMILY: Verdana, Arial, sans-serif; MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
