@charset "utf-8";
@import url("/stylesheets/ids.css");
@import url("/stylesheets/navigation.css");

body, html {
	background-color: #352702;
	background-image: url(/images/bg_site_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #551106;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a, p{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #551106;
}
h1 {
	font-size: 20px;
	font-weight: bold;
}
label {
	color: #551106;
	font-weight: bold;
}

a:link {
	color: #BC4816;
	text-decoration: none;
}

a:visited {
	color: #BC4816;
	text-decoration: none;
}
a:hover {
	color: #BC4816;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}
a:active {
	color: #551106;
	text-decoration: none;

}
