/* CSS Document */

div.maindivider {

	margin-top: 0px;

	height: 1px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #666666;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

	padding-top: 5px;

	padding-right: 20px;

	padding-bottom: 0px;

	padding-left: 20px;

}

a:link {color: #9bbb59;}      /* unvisited link */
a:visited {color: #9bbb59;}  /* visited link */
a:hover {color:#666;}  /* mouse over link */
a:active {color:#000;}  /* selected link */

.center {
	text-align: center;
}

body {font-family:"Century Gothic" !important;
}
p {font-family:"Century Gothic" !important;
font-size:12px;
}
p.sign {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
font-size:14px;
}

.imgleft {
	float:left;
	padding-right:10px;
	padding-top:7px;
}
.bigfirstletter {

}