body {
		font-family: Arial;
		font-size: 12px;
}

td {
		font-family: Arial;
		font-size: 12px;
}

p {
		font-family: Arial;
		font-size: 12px;
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		text-align: justify;
}

h1 {
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
}

h2 {
		font-family: Arial;
		font-size: 16px;
		font-weight: bold;
		color: #A0522D;
		text-align: center;
}

h3 {
		font-family: Arial;
		color:#800000;
		margin-left: 10px;
		font-size: 16px;
		font-weight: bold;
}

h4 {
		font-family: Arial;
		font-size: 11px;
}

h5 {
		font-family: Arial;
		font-size: 15px;
/*		font-weight: normal;*/
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		text-align: justify;
}

div {
		font-size: 13px;
		font-weight: bold;
		font-family: Arial;
		color: #ffffff;
		text-align: center;
}

div.right {
		font-size: 13px;
		font-weight: normal;
		color: #006363;
		text-align: right;
}

div.left {
		font-size: 13px;
		font-weight: normal;
		color: #006363;
		text-align: left;
}

a:hover {
/*		font: bold;*/
		font-family: Arial;
		color: #800000;
}

TR.hand {
	cursor: hand;
	color: #CE6300;
}

