/* CSS Document */
body {
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-left:0px;
	background-color: #999999;
	background-image: url(bgTile.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:18px;
}
.box{
	color: #FFFFFF;
	font-size: 11px;
	background-color: #666666;
	width: 295px;
	border: 2px solid #FFFFFF;
	letter-spacing: 2px;
	padding:0px;
	background-image: url(bwBoxGrad.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.box2{
	color: #FFFFFF;
	font-size: 11px;
	background-color: #666666;
	width: 600px;
	border: 2px solid #FFFFFF;
	letter-spacing: 3px;
	padding:2px;
	text-align:left;
}
.titleFont{
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: bold;
	padding-bottom:10px;
}
.bgPic{
	background-image: url(bgfront.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.copy {
	font-size: 9px;
	color: #FFFFFF;
	line-height:15px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}     /* unvisited link */
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}  /* visited link */
a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}   /* mouse over link */
a:active {
	color: #CCCCCC;
	text-decoration: none;
	}   /* selected link */