@charset "utf-8";
/* CSS Document */
body,td,th {
	color: #666565;
}
body {
	background-color: #ffffff;
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat-x;
}
.contentbox {
 background-color:#191919;
 vertical-align:top;
 background:url(../images/right_bg.jpg) repeat-y;
}
.contentbox {
	color: #c3c3c3;
}
.contentbox a:link {
	color: #c3c3c3;
	text-decoration:underline;
}
.contentbox a:visited {
	color: #c3c3c3;
	text-decoration:underline;
}
.contentbox a:hover {
	color: #fff;
	text-decoration:none;
}
.contentbox a:active {
	color: #fff;
	text-decoration:none;
}
h1 a:link {
	color:#666666;
	text-decoration:underline;
}
h1 a:visited {
	color: #666666;
	text-decoration:underline;
}
h1 a:hover {
	color:#999999;
	text-decoration:none;
}
h1 a:active {
	color: #999999;
	text-decoration:none;
}


.bottombar {
	color: #7c7a7a;
}
.bottombar a:link {
	color: #7c7a7a;
	text-decoration:none;
}
.bottombar a:visited {
	color: #7c7a7a;
	text-decoration:none;
}
.bottombar a:hover {
	color: #88bde2;
	text-decoration:none;
}
.bottombar a:active {
	color: #88bde2;
	text-decoration:none;
}
