.small {
	font-size: 10px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.nounderline {
	text-decoration: none;
	font-weight: normal;
	font-size: small;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
.heading-red {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.heading {
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.horiz-divided {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-top-color: #336699;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #336699;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
}
.lighter {
	font-weight: lighter;
}
.left-right-border {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	padding: 4px;
}
.section-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
}
.border {
	padding: 4px;
	border: thin solid #666666;
	font-size: 10px;
}
.small-comment {
	font-size: 10px;
	color: #666666;
}
.background {
	background-image: url(images/decor/background-with-text.jpg);
}
.menuhead {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #006600;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
	background-color: #DDFFCC;
	font-size: 10px;
}
.bigger {
	font-size: 14px;
}
.divider-and-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #336699;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #336699;
}
.news-body {
	line-height: 20px;
}
.news-head {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
.news-byline {
	line-height: 20px;
	color: #666666;
}
.background2 {
	background-image: url(images/decor/background-with-text-2.jpg);
}
.fancyheader {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #003333;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
	background-color: #009999;
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 4px;
	padding-right: 6px;
	padding-left: 6px;
}
.codesample {
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #003333;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
	background-color: #FFDD88;
	font-size: 13px;
	padding-bottom: 4px;
	padding-right: 6px;
	padding-left: 6px;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}
.white {
	color: #FFF;
}
