/* CSS Document */
.lmargin {
	background-image: url(images/bg_leftmargin.jpg);
	background-repeat: repeat-y;
	width: 4px;
}

.rmargin {
	background-image: url(images/bg_rightmargin.jpg);
	background-repeat: repeat-y;
	width: 4px;
}
.footer {
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	max-height: 54px;
	height: 54px;
	color: White;
	font-size: 10pt;
	font-weight: bold;
}

.footer a{
	color: White;
}
.menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/bg_menu.jpg);
	background-repeat: repeat;
	max-height: 18px;
	height: 18px;
	color: White;
	font-size: 8pt;
	vertical-align: middle;
}

.menu a {
	display: block;
	color: #F5F5F5;
	font-size: 8pt;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
	overflow: hidden;
}

.menu a:hover {
	background-image: url(images/bg_menu2.jpg);
	background-repeat: repeat;
	font-weight: bold;
	color: White;
}
.content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/doc-back.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.content a{
	color: #006400;
}
.content h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
}
.content h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}
.content h3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.content h4{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.content h5{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.content h6{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.float-right{
	float: right;
	background-color: #CCE19F;
	border: thin dashed Black;
}