.yellowBorder {
	border: 1px solid #FFFF00;
}
p, ul, li {	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	line-height: 20px;
}
ul{
	padding-left: 18px;
}

.textTable {
	padding-top: 40px;
	padding-right: 335px;
	padding-bottom: 40px;
	padding-left: 100px;
	background-attachment: fixed;
	background-image: url(images/pwm_image1.gif);
	background-repeat: no-repeat;
	background-position: 100% 130px;
	background-color: #CCCCCC;

}
.textTableDist {
	padding-top: 40px;
	padding-right: 100px;
	padding-bottom: 40px;
	padding-left: 335px;
	background-attachment: fixed;
	background-image: url(images/pwm_image2.gif);
	background-repeat: no-repeat;
	background-position: 0% 130px;
	background-color: #CCCCCC;
}
.title1{
	font-size: 14px;
	font-weight: bold;
}
a.menu:link, a.menu:visited{
	font-family: Helvetica, arial, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration:none;
	padding-left:2px;
}
a.menu:hover{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	padding-bottom:0px;
}
a:link, a:visited{
	font-family: Helvetica, arial, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration:none;
}
a:hover{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	padding-bottom:0px
}