/** page elements **/
body {
	margin: 0px;
	padding: 0px;
	background: url(../gfx/bg_body.gif) #FFFFFF repeat-x top left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #616161;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #666666;
	scrollbar-3dlight-color: #666666;
	scrollbar-arrow-color:  #F70000;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
}
td {
	font-size: 11px;
}
strong {
	color: #FB0008;
}
a {
	color: #FB0008;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
h1 {
	font-size: 11px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #FB0008;
	width: 460px;
}
h1 span,
span.right {
	font-weight: normal;
	float: right;
}
h2 {
	background: url(../gfx/dot.gif) no-repeat top left;
	width: 460px;
	background-position: 0px 3px;
	text-indent: 15px;
	text-align: justify;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
img {
	margin: 0px;
	border: 0px;
}
table.pic td.td1 {
	width: 10px;
	height: 11px;
	background: url(../gfx/pic/td1.gif) no-repeat top left;
}
table.pic td.td2 {
	background: url(../gfx/pic/td2.gif) repeat-x top left;
}
table.pic td.td3 {
	background: url(../gfx/pic/td3.gif) no-repeat top left;
}
table.pic td.td4 {
	background: url(../gfx/pic/td4.gif) repeat-y top left;
}
table.pic td.td6 {
	background: url(../gfx/pic/td6.gif) repeat-y top left;
}
table.pic td.td5 {
	cursor: pointer;
	cursor: hand;
}
table.pic td.td7 {
	background: url(../gfx/pic/td7.gif) no-repeat top left;
}
table.pic td.td8 {
	background: url(../gfx/pic/td8.gif) repeat-x top left;
}
table.pic td.td9 {
	width: 11px;
	height: 11px;
	background: url(../gfx/pic/td9.gif) no-repeat top left;
}

div.data {
	margin: 20px 25px 0px 27px;
}
/** backgrounds **/
td.bg_top_rt {
	background: url(../gfx/bg_top_rt.gif) #FFFFFF repeat-x top left;
}
td.bg_top_ctr {
	background: url(../gfx/bg_top_rt.gif) #FFFFFF repeat-x top right;
}
td.bg_bottom_lt {
	background: url(../gfx/bg_bottom_lt.gif) #FFFFFF repeat-x bottom right;
}
td.bg_bottom_ctr {
	background: url(../gfx/bg_bottom_ctr.gif) #FFFFFF repeat-x bottom left;
}
td.bg_bottom_rt {
	background: url(../gfx/bg_bottom_rt.gif) #FFFFFF repeat-x bottom left;
}
td.bg_main_ctr {
	background: url(../gfx/bg_main_ctr.gif) #FFFFFF repeat-y top left;
}
table.bg_main_top {
	background: url(../gfx/bg_main_top.gif) no-repeat top left;
}
/** site elements **/
td.bottom_menu {
	color: #7E7E7E;
	font-weight: bold;
	padding: 51px 22px 0px 0px;
}
td.bottom_menu a {
	color: #7E7E7E;
	font-weight: bold;
	text-decoration: none;
	margin-left: 3px;
	margin-right: 3px;
}
td.bottom_menu a:hover {
	color: #9E9E9E;
}
td.notices {
	color: #616161;
	padding: 10px;
}
td.copyight {
	padding: 13px 0px 0px 15px;
	color: #7E7E7E;
	font-weight: bold;
}
img.ws {
	margin: 13px 15px 0px 0px;
}
select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	margin-bottom: 2px;
	padding: 5px 0px 0px 5px;
}
input.checkbox {
	margin-right: 190px;
}
input.input2 {
	background: url(../gfx/bg_input2.gif) no-repeat top left;
	background-attachment: expression('fixed');
	border: 0px;
	width: 210px;
	height: 24px;
}
input.submit {
	background: url(../gfx/bg_submit.gif) no-repeat top left;
	background-attachment: expression('fixed');
	font-weight: bold;
	border: 0px;
	width: 210px;
	height: 24px;
	padding: 0px;
	color: #FF0000;
}
textarea.textarea2 {
	background: url(../gfx/bg_textarea2.gif) no-repeat top left;
	background-attachment: expression('fixed');
	border: 0px;
	width: 210px;
	height: 120px;
	overflow: auto;
}
dl {
	margin: 0px 0px 10px 0px;
	padding: 3px;
	display: block;
}
dl dt {
	margin: 2px;
	padding: 0px 10px 0px 0px;
	float: left;
	border: none;
	width: 220px;
}
dl dd {
	font-weight: normal;
	border: none;
	text-align: right;
	margin: 0px 0px 0px 10px;
	padding: 2px;
}
ol, ul {
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
ol {
	margin-bottom: 15px;
}
li {
	text-align: justify;
	margin: 0px;
	padding: 3px 0px 3px 10px;
}
