/* CSS Document */

.bold {
	font-weight: bold;
}

.highlightred {
	font-weight: bold;
	color: #FF0000;
}
.italics {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.strikethrough {
	text-decoration: line-through;
}

.overline {
	text-decoration: overline;
}

.quotecodeheader {
	font-family: Verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.codebody {
	background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 11px;
    color: #006600;
    border: 1px solid #BFBFBF;
}

.quotebody {
	background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 11px;
    color: #660002;
    border: 1px solid #BFBFBF;
}

.listbullet {
	list-style-type: disc;
	list-style-position: outside;
}

.listdecimal {
	list-style-type: decimal;
	list-style-position: outside;
}

.listlowerroman {
	list-style-type: lower-roman;
	list-style-position: outside;
}

.listupperroman {
	list-style-type: upper-roman;
	list-style-position: outside;
}

.listloweralpha {
	list-style-type: lower-alpha;
	list-style-position: outside;
}

.listupperalpha {
	list-style-type: upper-alpha;
	list-style-position: outside;
}

.highlighttext {
	color:#FFFFFF;
	background-color:#FF6600;
	font-weight: bold;
}
