/* Dynamic content styles */


h1{
	font-family:"courier new", monospace, sans-serif;
	font-size:27px;
	font-weight:normal;
	margin-bottom:16px;
	color:#79613c;
}

h2{
	font-family:"courier new", monospace, sans-serif;
	font-size:19px;
	font-weight:normal;
	margin-bottom:8px;
	color:#79613c;
}

h3{
	font-family:"courier new", monospace, sans-serif;
	font-size:15px;
	font-weight:normal;
	margin-top:4px;
	margin-bottom:0px;
	color:#79613c;
}

p{
	font-family:arial, helvetica, sans-serif;
	font-size:13px;
	margin-top:0px;
	margin-bottom:10px;
	color:#9b835f;
}


a{}
a:link{
	color:#000000;
}
a:visited{
	color:#9b835f;
	
}
a:hover{
	color:#bda57f;
}
a:active{
	color:#9b835f;
}


hr{
	width:auto;
	height:1px;
	overflow:hidden;
	margin-top:15px;
	margin-bottom:15px;
	padding:0;
	border:0;
	float:none;
	clear:both;
	color:#bda57f;
	background-color:#bda57f;
}


/* Image styles */

img.ImageDefault{border:0;}

img.ImageLeft{
	margin-right:10px;
	margin-bottom:4px;
	margin-top:4px;
	border:0;
	float:left;
}


img.ImageRight{
	
	margin-left:10px;
	margin-bottom:4px;
	margin-top:2px;
	border:0;
	float:right;
	overflow:auto;
}

img.ImageIcon{
	margin-left:8px;
	margin-right:8px;
	margin-bottom:2px;
	margin-top:-3px;
	border:0;float:left;
}

img.ImageArrow{
	position:relative;
	top:3px;
	padding-left:0px;
	padding-right:2px;
	margin:0;
	border:0;
}





