body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	font-size: 14px;
	line-height: 20px;
}
li {
	font-size: 14px;
	line-height: 18px;
}
h4 {
	color: #A34040;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}
td {
	font-size: 12px;
	line-height: 16px;
}
f2 {
	font-size: 14px;
	line-height: 18px;
}
f3 {
	color: #F4ECE1;
        font-size: 16px;
	line-height: 20px;
}
h1 {
	color: #A34040;
	font-size: 30px;
	font-weight: bold;
        line-height: 24px;
}
h3 {
	color: #A34040;
	font-size: 22px;
	font-weight: bold;
        line-height: 26px;
}
.bolditalic {
	font-style: italic;
	font-weight: bold;
}
.white {
	color: #FFFFFF;
	text-decoration: none;
}
.border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A34040;
}
.borderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A34040;

}
.borderbottomleft {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #A34040;
	border-left-color: #A34040;
}
.borderbottomright {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A34040;
	border-bottom-color: #A34040;
	border-left-color: #A34040;
}
