@charset "utf-8";
#copyright {
	font-size: 10px;
	color: #FFF;	
}

#copyright2 {
	font-size: 12px;
	color: #FFF;	
}

#copyright2 a:link {
	color: #FFF;
	text-decoration: none;
}
#copyright2 a:visited {
	text-decoration: none;
	color: #FFF;
}
#copyright2 a:hover {
	text-decoration: underline;
	color: #FF9;
}

.leftbg {
	background-image: url(../images/bgleft.jpg);
	background-repeat: repeat-x;
	background-position: right;
}
.bgright {
	background-image: url(../images/bgright.jpg);
	background-repeat: repeat-x;
	background-position: left;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	height:100%
}
html{
		width:100%;
	height:100%}
	
a:link {
	color: #060;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #060;
}
a:hover {
	text-decoration: underline;
	color: #090;
}
a:active {
	text-decoration: none;
	color: #060;
}
.topbg_left {
	background-image: url(../images/topbg_left.jpg);
	background-repeat: repeat-x;
	background-position: right;
}
.topbg_left2 {
	background-image: url(../images/topbg_left2.jpg);
	background-repeat: repeat-x;
	background-position: right;
}

.topbg_right {
	background-image: url(../images/topbg_right.jpg);
	background-repeat: repeat-x;
	background-position: left;
}

.topbg_right2 {
	background-image: url(../images/topbg_right2.jpg);
	background-repeat: repeat-x;
	background-position: left;
}

