body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #767676;




}
a.nav:link {
	font-size: 12px;
	color: #767676;
	text-decoration: none;
	font-weight: 600;

}
a.nav:visited {
	font-size: 12px;
	color: #767676;
	text-decoration: none;
	font-weight: 600;

}
a.nav:hover {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}  
a.nav:active {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	text-decoration: none;
	color: #767676;
}  
a:active {
	font-size: 12px;
	text-decoration: none;
	color: #666666;
}
.standardTxt {
	text-align: left;
	float: left;
	margin-left: 20px;
	margin-top: 0px;
}
.navbar {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.pinkspacer {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 0px;
}
.footer {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 0px;
	font-size: 11px;
	font-weight: 200;
	color: #333333;
	text-align: center;
}
a.footer:link {
    font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a.footer:visited {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a.footer:hover {
	font-size: 10px;
	text-decoration: none;
	color: #FF999D;
}  
a.footer:active {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}
.bgwhite {
	background-color: #FFFFFF;

}
p {
	margin-left: 20px;

}

.headTxt {
	font-weight: 600;
	color: #000000;
	font-size: 12px;
}
