p {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
}
input, select, td, textarea {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.button {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}
a { 
	color: #009AFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #009AFF;
	text-decoration: underline;
}
.emphasis {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	font-weight: bold;
}
.emphasisWhite {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	font-weight: bold;
}