h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	display: inline;
}
h2 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline;
}
table {
	background-color: #FFFFFF;
	font-family: Verdana, Georgia, Garamond, Arial;
	font-size: 9px;
	line-height: normal;

}
.heading {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Georgia, Garamond, Arial;
}
.subheading {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Georgia, Garamond, Arial;

}
a:link {
	font-weight: normal;
	color: #006633;
	text-decoration: underline;
}
a:visited {
	font-weight: normal;
	color: 006633;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: 006633;
	text-decoration: none;
}
a:active {
	font-weight: normal;
	color: 006633;
	text-decoration: underline;

}
a.navlink:link {

	font-weight: bold;
	color: #006633;
	text-decoration: none;
}
a.navlink:visited {

	font-weight: bold;
	color: #006633;
	text-decoration: none;
}
a.navlink:hover {

	font-weight: bold;
	color: #006633;
	text-decoration: underline;
}
.dotted-right {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.dotted-top {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
.leftrightborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #009966;
	border-left-color: #009966;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009966;

}
.solidbottomleft {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.solidbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.solidleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.bg {
	background-color: #FFFFFF;
	background-image: url(images/bgtest1.jpg);
	background-repeat: no-repeat;
}
.bbtable {
	border: 1px solid #333333;
}