/* Elements */

body {
background-color:#FFFFFF; margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:0px; margin-width:0px; margin-height:0px;
}

hr {
	border-right: black 0px dotted; border-top: black 0px dotted; border-left: black 0px dotted; color: #ffffff; line-height: normal; border-bottom: #999999 thin dotted
}

li {
    list-style-type:square
}


/* Text */

.HeaderText {
	font-weight: bold; font-size: 20px; color: #ffffff; font-family: Arial, Helvetica, sans-serif
}

.TitleText {
	font-weight: bold; font-size: 16px; color: #ffffff; font-family: Arial, Helvetica, sans-serif
}

.TitleTextRed {
	font-weight: bold; font-size: 16px; color: #ffffff; font-family: Arial, Helvetica, sans-serif
}


/* Body Text */

.BodyText {
	font-size: 14px; color: #ffffff; font-family: Arial, Helvetica, sans-serif; text-decoration:none;
}

A.BodyText:link {
	color: #ffffff
}

A.BodyText:active {
	color: #ffffff
}

A.BodyText:visited {
	color: #ffffff
}

A.BodyText:hover {
	color:#ffffff; text-decoration:underline;
}

.BodyTextBold {
	font-size: 14px; color: #ffffff; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-decoration:none;
}

A.BodyTextBold:link {
	color: #ffffff
}

A.BodyTextBold:active {
	color: #ffffff
}

A.BodyTextBold:visited {
	color: #ffffff
}

A.BodyTextBold:hover {
	color:#ffffff; text-decoration:underline;
}

.BodyTextItalic {
	font-size: 14px; color: #ffffff; font-style: italic; font-family: Arial, Helvetica, sans-serif; text-decoration:none;
}

A.BodyTextItalic:link {
	color: #ffffff
}

A.BodyTextItalic:active {
	color: #ffffff
}

A.BodyTextItalic:visited {
	color: #ffffff
}

A.BodyTextItalic:hover {
	color:#ffffff; text-decoration:underline;
}

.BodyTextUnderline {
	font-size: 14px; color: #ffffff; font-style: italic; font-family: Arial, Helvetica, sans-serif; text-decoration:underline;
}

A.BodyTextUnderline:link {
	color: #ffffff
}

A.BodyTextUnderline:active {
	color: #ffffff
}

A.BodyTextUnderline:visited {
	color: #ffffff
}

A.BodyTextUnderline:hover {
	color:#ffffff; text-decoration:underline;
}


/* Small Text */

.SmallText {
	font-size: 12px; color: #ffffff; font-family: Arial, Helvetica, sans-serif; text-decoration:none;
}

.SmallTextItalic {
	font-size: 12px; color: #ffffff; font-style: italic; font-family: Arial, Helvetica, sans-serif; text-decoration:none;
}


