body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: Arial, Verdana, Tahoma;
	background-color: #fff;
	scrollbar-track-color: #db5c29;
	scrollbar-face-color: #f7ddd2;
	scrollbar-arrow-color: #d9531e;
	scrollbar-highlight-color: #eaad93;
	scrollbar-shadow-color: #eaad93;
	scrollbar-3dlight-color: #db5c29;
	scrollbar-darkshadow-color: #db5c29;
}

/*
 *	background
 */

td.bg_bmenu {
	text-align: left;
	height: 45px;
	height: expression('23px');
	vertical-align: top;
	padding: 22px 0 0 20px;
	color: #000;
	background: url(../gfx/bg_bmenu.gif) no-repeat left top;
}
td.bg_news_title {
	font-family: Arial Black, Verdana, Tahoma;
	font-size: 11px;
	height: 38px;
	height: expression('24px');
	color: #fff;
	text-transform: uppercase;
	vertical-align: top;
	padding: 14px 0 0 15px;
	background: url(../gfx/bg_news_title.jpg) no-repeat left top;
}
td.bg_news_date {
	color: #080c0d;
	height: 21px;
	height: expression('17px');
	padding: 4px 0 0 15px;
	vertical-align: top;
	background: url(../gfx/bg_news_date.gif) no-repeat left top;
}
td.bg_news_details {
	height: 22px;
	font-size: 10px;
	height: expression('20px');
	padding: 2px 33px 0 0;
	vertical-align: top;
	text-align: right;
	background: url(../gfx/bg_news_details.gif) no-repeat left top;
}

/*
 *	link
 */

a:link,
a:active,
a:visited {
	color: #fb0f0c;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
td.bg_news_details a:link,
td.bg_news_details a:active,
td.bg_news_details a:visited {
	color: #fb0f0c;
	text-decoration: none;
}
td.bg_news_details a:hover {
	color: #000;
	text-decoration: underline;
}
td.bg_bmenu a:link,
td.bg_bmenu a:active,
td.bg_bmenu a:visited {
	color: #000;
	text-decoration: none;
	padding: 0 6px 0 6px;
}
td.bg_bmenu a:hover {
	color: #fb0f0c;
	text-decoration: underline;
}

/*
 *	formatting
 */

td {
	font-weight: normal;
	font-size: 11px;
	text-align: justify;
}
h1 {
	font-family: Arial Black, Verdana, Tahoma;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 10px 0;
	color: #fb0f0c;
	text-transform: uppercase;
}
h2 {
	clear: both;
	font-family: Verdana, Tahoma, Arial;
	font-size: 8px;
	font-weight: bold;
	height: 15px;
	margin: 5px 0 0 0;
	padding: 6px 0 0 40px;
	color: #fff;
	text-transform: uppercase;
}
h2.title0 {
	background: url(../gfx/bg_h2_0.gif) no-repeat left top;
}
h2.title1 {
	background: url(../gfx/bg_h2_1.gif) no-repeat left top;
}
h2.title2 {
	background: url(../gfx/bg_h2_2.gif) no-repeat left top;
}
h2.title3 {
	background: url(../gfx/bg_h2_3.gif) no-repeat left top;
}
h2.title4 {
	background: url(../gfx/bg_h2_4.gif) no-repeat left top;
}
h2.red {
	background: url(../gfx/bg_h2_red.gif) no-repeat left top;
}
p {
	margin: 5px 30px 0 40px;
	padding: 0;
	text-indent: 10px;
	text-align: justify;
}
div.holder {
	border: 1px solid #486178;
	float: right;
	margin: 5px 2px 5px 30px;
}
td.news_text p {
	margin: 5px 20px 10px 12px;
}
ul {
	margin: 10px 30px 0 40px;
	padding: 0px;
	text-align: justify;
	list-style: none;
}
ul li {
	margin: 0;
	padding: 2px 0 2px 10px;
	background: url(../gfx/bg_li.gif) no-repeat 0 7px;
}
img.hand {
	cursor: hand;
	cursor: pointer;
}
img.holder {
	border: 1px solid #486178;
}
span.pager {
	font-weight: bold;
}
label {
	cursor: pointer;
}
table.gallery {
	margin-top: 10px;
}
table.gallery td {
	text-align: center;
	vertical-align: middle;
}

/*
 *	form
 */

form {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
input,
textarea {
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #000;
	height: 16px;
	width: 300px;
	border: 1px solid #ddd;
	padding: 2px 5px 0 5px;
	background-color: #fff;
	float: right;
}
textarea {
	height: 80px;
	overflow: auto;
}
input.bg_btn {
	color: #fb0f0c;
	width: 97px;
	height: 19px;
	padding: 0;
	border: none;
	font-weight: bold;
	background: url(../gfx/bg_btn.gif) no-repeat left top;
	cursor: pointer;
	margin: 10px 0 0 5px;
}
