/* CSS Document */

p{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5e3519;
	line-height: 18px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5e3519;
}

.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #448fac;
}
.bold {

	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #5E3519;
}
.bold2 {


	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #C66F28;
}
.border {
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #5E3519;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-color: #5E3519;
	border-bottom-color: #5E3519;
}
.border_sides {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5E3519;
	border-left-color: #5E3519;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #EBB200;
}
