/* CSS Document */


a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	color: #CCCCCC;
	background-color: #17282D;
	border-bottom-color: #000000;
	border-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-top-color: #000000;
	outline-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font: Verdana;
	font-size: 16px;
}

.style1 {
	color: #000000;
}

.style2 {
    color: #333333
}
