/* **************************************************** */
/*   sIFR styles in sIFR-screen.css and sIFR-print.css   */
/* ***************************************************** */

/* ***************************************************** */
/* Global CSS Styles - These are your standard html tags */
/* ***************************************************** */

* {outline: none;}

a:link, a:visited {text-decoration:none; color:#0000ff; }
a:hover, a:active {text-decoration:underline; color: #0000ff;}

body {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
}



/* Content */
#content {
	/*min-height: 430px;*/
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	text-align: justify;
}


#contentimage img {
	width: 613px;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #c9975e;
	/*border-left: 2px solid #c9975e;*/
}
/* ********************************************************************** */
/* Formatting CSS - these are user css styles that control the formatting */
/* ********************************************************************** */
/* Headers & Titles */
h1 {
    font-size: 16px;
	color: #343825;
	margin-top: 10px;
	font-style: italic;
}
h2 {
    font-size: 14px;
	color: #343825;
	margin-top: 10px;
	font-style: italic;
}
h3 {
    font-size: 12px;
	color: #343825;
	margin-top: 10px;
	font-style: italic;
}
.title {  
	font-family: "times new roman", serif;
	font-weight: bold;
     font-size: 20px;
	color: #060604;
	padding: 10px 0px 0px 20px;
	text-align:left;
	width:90%;
}
