/**********************************************************************/
/* CONTENT FORMATTING                                                 */
/**********************************************************************/

.normal {font: normal;}
.bold{ font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }

.head {
	color: #592000;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	}

.subhead {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
	}

.body {
	color: #6C6C6C;
	font-family: Arial, Helvetica, Geneva;
	font-size: 12px;
	line-height: 18px;
	}

.smalltext {
	color: #999;
	font-family: Arial, Helvetica, Geneva;
	font-size: 10px;
	}
	
iframe { background: #ffffff;}