body {
	background-color: #fff;
	color: #333;
	margin: 10px;
	text-align: left;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1, h2, h3 {
	margin: 0pt;
}

a {
	color: #069;
	text-decoration: none;
}

a:visited {
	color: #069;
	text-decoration: none;
}

/*
.status {
	color: #c00;
	font-weight: bold;
}

.errors {
	margin: 0pt 0px 10pt 0pt;
	color: #c00;
}
*/



.titleMain {
	color: #333;
	margin: 5pt 0pt 10pt 0pt;
	font-size: x-large;
	font-weight: bold;
}


.titleOne {
	color: #333;
	margin: 10pt 0pt 5pt 0pt;
	font-size: x-large;
	font-weight: bold;
}
.titleOneInline {
	color: #333;
	margin: 0pt;
	font-size: x-large;
	font-weight: bold;
}


.titleTwo {
	color: #333;
	margin: 10pt 0pt 3pt 0pt;
	font-size: large;
	font-weight: bold;
}
.titleTwoInline {
	color: #333;
	margin: 0pt;
	font-size: large;
	font-weight: bold;
}


.titleThree {
	color: #333;
	margin: 10pt 0pt 2pt 0pt;
	font-size: medium;
	font-weight: bold;
}
.titleThreeInline {
	color: #333;
	margin: 0pt;
	font-size: medium;
	font-weight: bold;
}


.textNormal {
	color: #333;
	font-size: small;
	font-weight: normal;
}
.textBold {
	color: #333;
	font-size: small;
	font-weight: bold;
}


.textSmall {
	color: #333;
	font-size: x-small;
	font-weight: normal;
}

