@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFF;
}


#wrapper {
	width: 810px;
	margin: 0 auto;
}


p {
	font-size: 12px;
	color: #333;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	margin: 4px;
	padding: 4px;
}

h1 {
	font-size: 20px;
	color: #000000;
	text-align: left;
	font-weight: normal;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 12px;
	margin-left: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}

h2 {
	font-size: 16px;
	color: #333;
	text-align: left;
	font-weight: bold;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.htext a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: right;
	font-weight: normal;
}

.htext a:hover{
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}


.containerfoot a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-align: right;
	font-weight: normal;
}

.containerfoot a:hover{
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #88c574;
}

#clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

