body {
	background-color: #282828;
	background-image: url(images/puzzle_bg.gif);
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}	

A:link {
	color: #64C8FF;
	text-decoration:underline;
}
A:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
A:active {
	color: #FF7800;
	text-decoration:underline;
}
A:visited {
	color: #2896FF;
	text-decoration:underline;
}
A:visited:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

A.subnav:link {
	color: #FFFFFF;
	text-decoration:underline;
}
A.subnav:hover {
	color: #64C8FF;
	text-decoration:underline;
}
A.subnav:active {
	color: #FF8200;
	text-decoration:underline;
}
A.subnav:visited {
	color: #CCCCCC;
	text-decoration:underline;
}
A.subnav:visited:hover {
	color: #64C8FF;
	text-decoration:underline;
}

b {
	font-weight: bold;
	color: #FF7800;
}



td.boxtop {
	background-image: url(images/box_center_top.gif);
	background-repeat: repeat;
}
td.boxbottom {
	background-image: url(images/box_center_bottom.gif);
	background-repeat: repeat;
}
td.boxbg {
	background-image: url(images/box_bg.gif);
	background-repeat: repeat;
}
td.boxtopleft {
	background-image: url(images/box_left_top_side.gif);
	background-repeat: repeat;
}
td.boxtopright {
	background-image: url(images/box_right_top_side.gif);
	background-repeat: repeat;
}
td.subnavBG {
	background-image: url(images/nav_bgimagery.gif);
	background-repeat: no-repeat;
	background-position: top;
}
td.subnavBGrepeat {
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat;
	background-position: top;
}
td.gboxtop {
	background-image: url(images/gbox_top.gif);
	background-repeat: repeat;
}
td.gboxbottom {
	background-image: url(images/gbox_bot.gif);
	background-repeat: repeat;
}
td.gboxleft {
	background-image: url(images/gbox_left.gif);
	background-repeat: repeat;
}
td.gboxright {
	background-image: url(images/gbox_right.gif);
	background-repeat: repeat;
}
td.gbox {
	background-color: #3C3C3C;
	color: #FFFFFF;
}
.copyright {
	font-size: 9px;
	color: #999999;
}
