body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(images/question_mark.gif);
	background-repeat: repeat;
	background-color: #EEEEEE;
}
p {
	line-height: 1.5;
	padding: 0px 0px 15px;
	margin: 0px;
}
.no_lead {
	line-height: 1;
}
.grey_border {
	border: 1px solid #999999;
}
.green_border {
	border: 1px solid #007D08;
}
.purple_border {
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #D6AE00;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.purple_top {
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D6AE00;
	border-right-color: #D6AE00;
	border-bottom-color: #D6AE00;
	border-left-color: #D6AE00;
}
h1 {
	color: #2159D6;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2 {
	color: #AD1400;
	margin: 0px 0px 10px;
	padding: 0px;
}
h3 {
	color: #AD1400;
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 100%;
}
.no_pad {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #2159D6;
}
a:hover {
	color: #007D08;
	text-decoration: underline;
}
a:active {
	color: #2159D6;
	text-decoration: underline;
}
.pink {
	color: #AD1400;
}
a {
	line-height: 1;
	color: #2159D6;
	text-decoration: none;
}
.purple {
	color: #2159D6;
}
.pad_LB {
	margin-bottom: 10px;
	margin-left: 10px;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #007D08;
	border-right-color: #007D08;
	border-bottom-color: #007D08;
	border-left-color: #007D08;

}
.red {
	color: #CC0000;
}
.highlight {
	background-color: #D6AE00;
	color: #FFFFFF;
}
.small-text {
	font-size: 80%;
}
.pad_RB {
	margin-right: 10px;
	margin-bottom: 10px;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #007D08;
	border-right-color: #007D08;
	border-bottom-color: #007D08;
	border-left-color: #007D08;

}
.error {
	color: #AD1400;
}
.quote {
	font-style: italic;
	color: #AD1400;
	font-size: 90%;
	text-align: center;
	line-height: 1;
}
dt {
	font-weight: bold;

}
dd {
	padding-bottom: 10px;
	font-style: italic;
}
th {
	background-color: #FFFFCC;
}
.yellow_border {
	border: 1px solid #ffff99;
}
li {
	padding-bottom: 10px;
}
.pad_LB_no_line {
	margin-bottom: 10px;
	margin-left: 10px;
	border: none;
}
.white {
	color: #FFFFFF;
}
.greenText {
	color: #007D08;
}

