body {
	background:#7c7273;
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#665e5e;
}

h2, h3, h4, h5, h6 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
p {
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

.redbold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #0E5207;
}

/* Content Styles ----------------------- */

#content table {
background: #ffffff;
}

#content p {
	line-height:1.5em;	
	margin:.25em 0 1.25em 0;
}
#content ul {
	line-height:1.1em;
}
#content ol {
	line-height:1.5em;
	padding:0;
	list-style-position:outside;
	margin:0 0 0 20px;
}
#content ol.tight, #content ul.tight {
	margin-top: 1em;
}
#content ol li,
#content ul li {	
	margin:.25em 0 1.25em 0;
}
#content ol.tight li,
#content ul.tight li {	
	margin: 0 0 .25em 0;
}
#content a {
	color:#3b5984;
}
#content h2 {
	font-size:220%;
	font-style:italic;
	font-weight:normal;
	font-family:"Hoefler Text", Georgia, Times, serif;
	margin:0 0 .5em 0;	
	color:#802B2C;
}
#content h3 {
	font-size:12px;
	text-transform:uppercase;
	margin:.5em 0 0 0;
	line-height:1.7em;	
	letter-spacing:2px;
}
#content h3 span {
	font-weight:normal;
	text-transform:none;	
}
#content #column_left h3 {
	font-size:100%;
	text-transform:none;
	margin:0 0 1em 0;
	color:#45625A;	
	letter-spacing:0;
}
#content #column_left h3 a {
	text-decoration:none;
	color:#45625A;
}
#content h4 {
	font-size:110%;
	margin:.5em 0 0 0;
	line-height:1.7em;	
	color:#8C8181;
}
#content h5 {
	font-weight: normal;
	font-size:95%;
	margin:.5em 0 0 0;
	line-height:1.7em;
	text-transform: uppercase;
}
#content hr {
	border:0;
	color:#C19E98;
	background:#C19E98;
	height: 2px;
	margin: 10px 0 10px;
}

.border {
	border: 1px solid #999999;
}
.bottomborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.topborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0E5207;
}
.emp {
	font-family: Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
