body {
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	scrollbar-base-color:#000000;
	scrollbar-3d-light-color:#404040;
	scrollbar-arrow-color:#404040;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#202020;
	scrollbar-highlight-color:#303030;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#202020;
	background-attachment: fixed;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	}
.table1{
			width: 100%;
			height: 100%;
}

.table2 {
	height:83px;
	background-attachment: fixed;
	background-image: url(../img/hor_line.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: 1C1C1C;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: 98002E;
	border-bottom-color: 98002E;
}

.table3 {
	background-attachment: fixed;
	background-image: url(../img/page_bg.gif);
	background-repeat: repeat-y;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1C1C1C;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A21B44;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A21B44;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1C1C1C;
	text-decoration: none;
}
