html,
body {
	margin: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	background-color: #FF9334;
}

p {
	margin: 10px 5px;
}

ul.menu {
	margin-top: 0;
	margin-bottom: 0;
}

ul {
	padding-left: 1.6em;
	margin-left: 0px;
}

li {
	padding-left: 0px;
	margin: 5px;
	margin-left: 0px;
}

hr {
	height: 2px;
	margin: 0px;
	border-width: 0 0 2px 0;
	border-color: #AA0000;
	border-style: none none dotted none;
	padding: 10px 5px 10px 0px;
}

h1 {
	font-size: 16pt;
	text-align: center;
}

h1 a {
	text-decoration: none;
}

h2 {
	margin: 5px;
	margin-top: 10pt;
	margin-bottom: 10pt;
	color: #AA0000;
}

h3 {
	margin: 5px;
	margin-bottom: 10pt;
}

a {
	color: #AA0000;
}

.red {
	font-weight: bold;
	color: #AA0000;
}

.orange {
	font-weight: bold;
	color: #FF9334;
}

.white {
	color: #FFFFFF;
}


.opacity80 {
	filter: Alpha(Opacity=75);
	opacity: 0.75;
}
.opacity50 {
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}
.opacity25 {
	filter: Alpha(Opacity=25);
	opacity: 0.25;
}
.opacity10 {
	filter: Alpha(Opacity=10);
	opacity: 0.10;
}

.news_block {
	float: none;
	clear: both;
	margin: 0px;
	border-width: thin;
	border-color: #AA0000;
	border-bottom-style: dotted;
	padding: 10px 10px 10px 10px;
}
.news_date {
	font-weight: bold;
	color: #990000;
	float: left;
	width: 90px;
}
.news_text {  
	text-decoration:none;
	color: #000000; 
}

#main_news .announce_block {
	height: auto;
	margin: 0px;
	border-width: thin;
	border-color: #AA0000;
	border-bottom-style: dotted;
	padding: 10px 5px 10px 0px;
    color: #000000;
	text-decoration: none;
}
.announce_block {
	height: 60px;
	margin: 0px;
	border-width: thin;
	border-color: #AA0000;
	border-bottom-style: dotted;
	padding: 10px 5px 10px 0px;
    color: #000000;
	text-decoration:none;
}
.announce_block  img {
	float: left;
	align: bottom;
	width: 100px;
	border-width: 0px 0px 0px 0px;
	border-color: #AA0000;
	border-style: solid;
	padding: 0;
	margin: 0px 5px 5px 0px;
}
.announce_block  p {
    color: #000000;
	text-decoration:none;
}
.announce_block a {
	white-space: normal;

}
.announce_right {
	display: none;
	float: none;
	clear: both;
	margin: 0px;
	border-width: thin;
	border-color: #AA0000;
	border-bottom-style: dotted;
	padding: 10px 0px 10px 5px;
}

.faq_block {
	margin: 10px 5px 20px;
	border-width: thin;
	border-color: #AA0000;
	border-bottom-style: dotted;
}
.faq_q  {
	font-weight: bold;
	color: #990000;
}
.faq_a  {
}

#content .img {
	padding: 0;
	margin: 0 0px;
	width: 500px;
	align: center;
	border-width: 1px;
	border-color: #AA0000;
	border-style: solid;
	text-align: right;
}

#content  img{
	padding: 0;
	margin: 0 0px;
	width: 500px;
	align: center;
	border-width: 1px;
	border-color: #AA0000;
	border-style: solid;
	text-align: right;
}

#content  img.mini{
	padding: 0;
	margin: 0 0px;
	width: 200px;
	height: 150px;
	align: center;
	border-width: 1px;
	border-color: #AA0000;
	border-style: solid;
	text-align: right;
}

#content  table {
	border: none;
}


#content  table td,th {
	border: 1px dotted #AA0000;
	padding: 1px 3px;
}

col#c_left{ width: 300px; }
col#c_mid {	width: 500px; }
col#c_right { width: 190px; }
td#td_left { width: 300px; }
td#td_mid {	width: 500px; }
td#td_right {  width: 190px;  }
