/* Styles for Containers  */

/* IMPORTANT - EACH CONTAINER MUST HAVE UNIQUE CSS CLASS NAMES FOR EACH CSS STYLE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  */

/* IMPORTANT - CONTAINERS SHOULD BE SAVED WITH INTUITIVE FILENAMES!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  */
.BrownBorderActionscell {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #957f47;
}
.BrownBorderContentpane {
	text-align: left;	
	vertical-align: top;
	width: 100%;
	height:50px;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  10pt;
	font-weight: normal;
	color: #957f47;
}
.BrownBorderContentpane a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  10pt;
	font-weight: normal;
	color: #957f47;
	text-decoration:underline;
}
.BrownBorderContentpane a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  10pt;
	font-weight: normal;
	color: #957f47;
	text-decoration:none;
}
.BrownBorderContentpane a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  10pt;
	font-weight: normal;
	color: #957f47;
	text-decoration:underline;
}
.BrownBorderContentpane a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  10pt;
	font-weight: normal;
	color: #de412a;
	text-decoration:none;
}
