/* HTML ////////////////////////////////////////////////////////// */

body {
	background: #000000 url(images/bg_index.jpg) 50% no-repeat;
	margin: 0px;
	padding: 0;
	font: .8em/1.4em Arial, sans-serif;
	color: #fff;
	text-align: center;
}


h3 {
font: 1em Georgia, Garamond, "Times New Roman", Times, serif;
	margin: 0px 0 10px 0;
	color: #fff;
}

h4 {
	margin: 10px;
	font-size: 1.3em;
	color: #fff;
	padding: 0;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	border: 1px solid #fff;

}

a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #f3f3f3;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
border-bottom:thin;
border-bottom-style:dotted;
}

a:active {
border-bottom:thin;
border-bottom-style:dotted;
}


ul {
	margin: 5px 0 10px 20px;
	padding: 0;
	list-style-type: circle;
	text-align:left;
}

ol {
	margin: 5px 0 10px 10px;
	padding: 0 0 0 20px;
	}

li { margin-bottom: 4px;}

ul li {
    padding-left: 2px;
    background: url(images/black_dot.gif) no-repeat 0 5px;
}

.footertext {
	font: .8em/1.4em Arial, sans-serif;
	color: #fff;

	text-align: center;
}

