body {
	font: 10pt/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	border-bottom: 1px solid #000;
	font-size: 18px;
	margin: 0px 10px 10px 0px;
}

h2 {
	border-bottom: 1px solid #000;
	font: bold 13pt/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 10px 10px 0px;
	text-align: left;
}

p {
	font: 10pt/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

ul {
	font: 10pt/1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	list-style-image: url(images/icon-bullet.gif);
	margin: 0 0 1em 0;
	padding-left: 16px;
}

ol {
	font: 10pt/1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 1em 10px;
	padding-left: 16px;
}


.header {
	background: #000;
	color: #fc0;
}

.header h2 {
	border-color: #fc0;
}

img > a:hover {
	border-bottom: 0px solid black;
}

a:link {
	background-color : transparent;
	color : #e50100;
	border-bottom : 1px dotted #a11;
	text-decoration: none;
	font: bold;
}

a:visited {
	background-color : transparent;
	color : black;
	border-bottom : 1px dotted #999;
	text-decoration: none;
	font: bold;
}

a:hover {
	background-color : transparent;
	color : #ed0a15;
	border-bottom : 1px solid black;
	text-decoration: none;
	font: bold;
}

a:active {
	background-color : transparent;
	color : #999;
	border-bottom : #999;
	text-decoration: none;
	font: bold;
}
/* header stuff */

.header a:link {
	background-color : transparent;
	color : #fc0;
	border-bottom : 1px dotted #a11;
	text-decoration: none;
}

.header a:visited {
	background-color : transparent;
	color : #fc0;
	border-bottom : 1px dotted #999;
	text-decoration: none;
}

.header a:hover {
	background-color : transparent;
	color : #fff;
	border-bottom : 1px solid #fdb417;
	text-decoration: none;
}

.header a:active {
	background-color : transparent;
	color : #999;
	border-bottom : #999;
	text-decoration: none;
}



