@charset "utf-8";
/* CSS Document */

body 
{
	background-image:url(../images/bg_strips.jpg);
	margin-top:10;
}
td
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
}
.bg_content {
	background-image: url(../images/bg_white.png);
	background-repeat: repeat-y;
}
.text_subtitle_copper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #865536;
}
.text_subtitle_light_copper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #b96f58;
}
.text_cooper_bold_italic_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #865536;
	text-align: right;
}
a {
	color: #b96758;
}
ul
{
	list-style-position: inside;
	list-style-image: url(../images/bullet.jpg);
	margin-left:0;
	padding-left:20px;


}
