body,p,ul,li,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h2 {
	color:#336633;
	font-size: 14px;
	font-weight: bold;
}
h1 {
	color: #336633;
	font-size: 18px;
	font-weight: bold;
}

.white {
	color: #FFFFFF;
}
.blue_italics {
	color:#006699;
	font-style: italic;
}
.top_picture {
	width: 100%;
	height: 117px;
	border: 1px solid #cccccc;
}
.indent {
	margin-left: 15px;
}
.indented_paragraph {
	text-indent: 15px;
}
.icon_text,.icon_text a {
	font-size: 9px;
	text-decoration:none;
	color:#0099CC;
}
.icon_text a:hover {
	text-decoration:underline;
	color:#CC3333;
}
img { border: none; }
.right_pic {
	border: none;
	float: right;
	margin: 0px 0px 15px 15px;
}
.left_pic {
	border: none;
	float: left;
	margin: 0px 15px 15px 0px;
}