.body12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: capitalize;
	color: #FF0000;
	font-style: italic;
}
.body14 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
}
.bottom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
}
.body14text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	width: 500px;
	text-indent: 5px;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
