body {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
p, ul, ol, td, .txtBody {
	font: 11px Arial, Helvetica, sans-serif;
	color: #444444;
}
p {
	margin-top: 14px;
	margin-bottom: 30px;
}
ul {
	margin-left: 15px;
}
li {
	margin-bottom: 10px;
}
h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 14px 0px 0px 0px; /* match p */
	padding: 0px;
}
h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #444444;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-transform: uppercase;
}
h3 {
	margin: 0px;
	padding: 0px;
}
h4,h5,h6 {
	display: none;
}
.txtFormLabelRequired, .txtFormLabelAlert {
/*	background: url(../images/required.gif) no-repeat right;*/
	padding-right: 15px;
}
.txtFormLabelRequired, .txtFormLabelAlert, .txtError {
	font-weight: bold;
	color: #CC3333
}
.txtTiny {
	font: normal 9px Arial, Helvetica, sans-serif;
}
form {
	margin: 0px;
	padding: 0px;
}
label { 
	cursor: pointer; /* CSS standard */
	cursor: hand; /* WIN IE */
}

