/* CSS Document */

.header1 {
	font: 13px/1.6em Verdana, Helvetica, Arial, Geneva, Helvetica, sans-serif;
	color: #292929;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	clear: both;
}

.header2 {
	font: 15px/1.0em Verdana, Helvetica, Arial, Geneva, Helvetica, sans-serif;
	color: #292929;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	clear: both;
}

.body {
	font: 13px/0.8em Verdana, Helvetica, Arial, Geneva, Helvetica, sans-serif;
	color: #292929;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	clear: both;
}

.body a:link {
	color: #292929;
	text-decoration:none;
	border-bottom: 1px dotted;
}

.body a:visited {
	color: #292929;
	text-decoration:none;
	border-bottom: 1px dotted;
}


.body a:hover {
	color: #151515;
	text-decoration:none;
	border-bottom: 1px dotted;

}

.bodywhite {
	font: 13px/0.8em Verdana, Helvetica, Arial, Geneva, Helvetica, sans-serif;
	color: #999999;
	font-weight: normal;
	line-height: 150%;
	clear: both;
}


.bodywhite a:link {
	color: #999999;
	text-decoration:none;
	border-bottom: 1px dotted;
}

.bodywhite a:visited {
	color: #999999;
	text-decoration:none;
	border-bottom: 1px dotted;
}


.bodywhite a:hover {
	color: #B2B2B2;
	text-decoration:none;
	border-bottom: 1px dotted;
}



