/* style sheet to be used for content */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	color: #333333;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	color: #333333;
}
p {
	margin-top: 1.1em;
	margin-bottom: 1.1em;
}
h1 {
	margin-top: 1.1em;
	margin-bottom: 1.1em;
	font-size: 20px;
	font-weight: bold;
}
h2 {
	margin-top: 1.1em;
	margin-bottom: 1.1em;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	margin-top: 1.1em;
	margin-bottom: 1.1em;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	margin-top: 1.1em;
	margin-bottom: 1.1em;
	font-size: 13px;
	font-weight: normal;
}
h5 {
	margin-top: 1.1em;
	margin-bottom: 1.1em;
	font-size: 12px;
	font-weight: normal;
}
h6 {
	margin-top: 1.1em;
	margin-bottom: 1.1em;
	font-size: 11px;
	font-weight: normal;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003300;
}
a:link, a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover, a:active {
	text-decoration: underline;
	color: #0000CC;
}
.imgleft {
	float: left;
	margin-right: 10px;
}
.imgright {
	float: right;
	margin-left: 10px;
}
.txt8 {
	font-size: 8px;
}
.leftbox {
	float: left;
	border-right: 2px solid #fff;
}
.rightbox {
	float: right;
	border-left: 2px solid #fff;
}
.contentitem {
	margin-top: 10px;
}
.txt12 {
	font-size: 12px;
}
