/* edit.com */

body { background-color: #FFF; margin-top: 30px; }

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

/* text styles */

.SmallText { font-size: 10px; }

.NormalText, body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-style:normal;
}

.BlueText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	font-weight: normal;
}

.RedText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: normal;
}

.SubjectHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	font-weight: bold;
}

/* link styles */

a { color: #666666; }

a.BlueLink { color: #000099; font-size: 14px;}
a.BlueLink:hover { color: #666666; font-size: 14px; }