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

<style type="text/css">
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
.HEADER {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	font-weight: lighter;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
	font-weight: lighter;
	text-transform: none;
	letter-spacing: 1px;
}
.bodyBold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 1px;
}
.bodyBoldGRAY {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666;
	font-weight: lighter;
	text-transform: none;
	letter-spacing: 1px;
}
.headersmlcase {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #FFF;
	font-weight: lighter;
	text-transform: lowercase;
	letter-spacing: 1px;
}
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
img
{  border-style: none;
}
</style>