@charset "UTF-8";
/* CSS Document */

.body  {
	text-decoration: none;
	color: #666;
	line-height: 18px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 30px;
	letter-spacing: 1px;
	margin-right: 30px;
}
#body a:link {
	text-decoration: none;
	color: #669900;
}
#body a:hover {
	text-decoration: none;
	color: #666;
}

.caption  {
	text-decoration: none;
	color: #999;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	padding-top: 5px;
}
#caption a:link {
	text-decoration: none;
	color: #666;
}
#caption a:hover {
	text-decoration: none;
	color: #669900;
}

.footer {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 20px;
	text-decoration: none;
}

#footer a:link {
	text-decoration: none;
	color: #999;
}
#footer a:hover {
	text-decoration: none;
	color: #FFF;
}
#footer a:active {
	text-decoration: none;
	color: #999;
}
