body, td, .NormalText   { color: #666; font-size: 11px; font-family: Arial, Helvetica, Verdana }

ul,ol {
	margin-top: 5px;
	margin-bottom: 0;
}

ul {
	list-style-image: url(images/arrow.gif);
	padding-left: 15;
	margin-left: 0;
}

* html ul {
	padding-left: 0;
	margin-left: 15px;
}

ul li {
	border-top: 1px dotted #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}

a:link   { color: #cd7025; text-decoration: none }
a:active   { color: #cd7025; text-decoration: none }
a:visited   { color: #cd7025; text-decoration: none }
a:hover    { color: #cd7025; text-decoration: underline }

a.footer:link    { color: #666; text-decoration: none }
a.footer:active    { color: #666; text-decoration: none }
a.footer:visited    { color: #666; text-decoration: none }
a.footer:hover    { color: #666; text-decoration: underline }

a.small:link    { color: white; font-size: 9px; text-decoration: underline }
a.small:active    { color: white; font-size: 9px; text-decoration: underline }
a.small:visited    { color: white; font-size: 9px; text-decoration: underline }
a.small:hover   { color: #d67526; font-size: 9px; text-decoration: underline }

html .small_text { color: white; font-size: 9px; }

html .page_heading,
.PageHeading { color: #666; font-size: 12px; font-weight: bold }

html .dotted_line { border-top: 1px dotted #333 }

html .border { border: solid 1px black }

h2 { color: #666; font-size: 18px; font-family: Arial, Helvetica, Verdana; font-weight: bold; margin: 0.83em 0 }

html .bottom_border { border-bottom: 1px solid #000 }

/*--- Edit.com Custom Styles ---*/

.SmallText {
	font-size: 9px;
}

/*--- TD Styles ---*/

td.WhiteBG {
	background-color: #FFFFFF;
}

td.GreyBG {
	background-color: #ECEFF2;
}

td.DashedBorderTop {
	border-top: 1px dashed #D2D2CF;
}