@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0 20px;
}

.wrapper {
	width:595px;
	text-align:left;

}

.top {
	width:595px;
	margin-bottom: 15px;
	margin-top: 15px;
	float: left;
}


.main {
	width:595px;
	float: left;
}

.main p {
	font-family:"Lucida Grande", Arial, Helvetica;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#6b6b6b;
	padding: 0px;
}

.main h1 {
	font-family:"Lucida Grande", Arial, Helvetica;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin: 0px;
}
.main b {
color: #000000;
}
.main a b {
color:#005083;
}
.main h2 {
	font-family:"Lucida Grande", Arial, Helvetica;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin: 0px;
}

.main a:link, .main a:visited {
	font-family:"Lucida Grande", Arial, Helvetica;
	color:#005083;
	text-decoration:underline;
}
.main a:hover, .main a:active {
	text-decoration:underline;
	color: #666666;
}

.main ul {
	margin-left: 0;
	padding-left: 2.5em;
	text-indent: 0em;
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size:12px;
	line-height: 18px;
}

.footer {
	width:595px;
	padding: 20px 0px 25px 0px;
	text-align: center;
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBD9D4;
	float: left;
	margin-top: 20px;
}

.footer a:link, .footer a:visited {
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	text-decoration:underline;
	color: #005083;
}

.footer a:hover, .footer a:active {
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration:underline;
}
