@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	background-image: url(images/bg.jpg);
	text-align: justify;
	letter-spacing: 1px;
	line-height: 18px;
}
h1 {
	font-family: "Century Gothic", "Myriad Pro", Verdana, sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #CCCCCC;
	letter-spacing: 2px;
	line-height: normal;
	list-style-image: url(images/bullet.png);
	list-style-position: inside;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #1ad2ff;
	font-weight: bold;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	font-weight: bold;
	color: #1d7992;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	color: #1ad2ff;
	text-decoration: underline;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 2px;
}
.justified {
	text-align: justify;
}
.img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
