html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background-color: #600D15;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Tahoma;
	font-size:12px;
	line-height:18px
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border:1px solid #C6C6C6;
}
th {
	width:86px;
	border:1px solid #C6C6C6;
	padding:5px;
}
td {
	border:1px solid #C6C6C6;
	text-align:center;
	padding:3px;
}

h2 {
	font-size:18px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:#333;
}

.footer{
	width:940px;
	float:left;
	height:46px;
	margin-top:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dcdcdc;
	margin-left: 6px;
}

.rkbw{width:99px; height:28px; float:left; margin-top:8px; margin-left:10px}
.copyright{
	width:150px;
	float:left;
	margin-left:20px;
	margin-top:15px;
	font-size: 10px;
	font-weight: normal;
	color: #990000;
	text-align:left
}

a.foot_ln:link {
	font-size: 11px;
	font-weight: bold;
	color: #BF1F2F;
	text-decoration: none;
	/*font-family: arial;*/
	
}
a.foot_ln:visited {
	font-size: 11px;
	font-weight: bold;
	color: #BF1F2F;
	text-decoration: none;
	}
	
a.foot_ln:hover {
	cfont-size: 11px;
	font-weight: bold;
	color: #7E7E7E;
	text-decoration: none;
	
}


