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

/* Basic Elements ------------- */

body {
	background: url(../images/background.png) #666666 top fixed;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	}

a {
	color: #999999;
	text-decoration: underline;
	}

a:hover {
	color: #cccccc;
	}

p {
	line-height: 20px;
	}

img {
	border: none;
	margin: 0;
 	padding: 0;
	}

ul {
	margin: 15px;
	padding: 0;
	}

ul li {
	padding: 0;
	}

hr {
	border: 0;
	color: #999;
	background: #999;
	height: 1px;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	}

/* Headers ------------- */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 0 -20px;
	padding: 0;
}

h2 {
	}

h3 {
	}

h4 {
	}

h5 {
	}

h6 {
	}