body{
	background-image: url(images/background_grad.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #87aa46;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 1.2em;
}

.tableborder {
	border: 6px #000000 dashed;
}
.tableborder2 {
	border: 3px dashed rgb(255, 0, 0);
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #336600;
	font-size: 18px;
}
.style2 {
	color: #333300;
	font-weight: bold;
	font-size: 14px;
}
.style3 {
	font-size: 24px;
	font-weight: bold;
}
.style7 {
	color: #336600;
}
.style10 {
	color: #333300;
	font-weight: bold;
}
ul{
	list-style-type: disc;
	font-size: 14px;
	color: #336600;
	font-weight: bold;
}
.highlight {
	background-color: #FFFFCC;
}
.underline {
	text-decoration: underline;
}
.strikethrough {
	text-decoration: line-through;
}
