/* CSS Document */
body {
	background-image: url(../images/bkg/email.gif);
	color: #353535;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background-color: #D9D7C4;
	padding: 15px;
	border: 1px outset #BFB9AC;
}

.content1 {

	text-align: justify;
	line-height:1.3em;
}

.font-header3 {
	font-size: 10pt;
	font-weight: bold;
}

.text-indent {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 100%;
	padding: 4px 4px 4px 20px;
	border: 1px solid #FFFFFF;
	text-indent: -13px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}

.text-dent {
	text-indent: -15px;
	padding-left: 30px;
	font-style: normal;
	line-height: 14pt;
	font-size: 9pt;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	background-color: #EBEBEB;
}
.link1 {
	font: 9pt courier, monospace, sans-serif;
	text-decoration: none;
	letter-spacing: 1em;
}
a.link1:link { color: #999999;}
a.link1:visited { color:#79ABD5; }
a.link1:hover { color: #FF0000;  
			letter-spacing: 1.5em;
			font-size: 12pt;
			font-weight:bold}
a.link1:active { color: #FFCCCC;}