body { 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #A19C86;
	background-color: #111111;
	font-size: 12px;
	margin: 5;

	SCROLLBAR-FACE-COLOR: #232323;
	SCROLLBAR-HIGHLIGHT-COLOR: darkgray;
	SCROLLBAR-SHADOW-COLOR: black;
	SCROLLBAR-3DLIGHT-COLOR: silver;
	SCROLLBAR-ARROW-COLOR: #6666FF;
	SCROLLBAR-TRACK-COLOR: #232323;
	SCROLLBAR-DARKSHADOW-COLOR: #202020;
}

img {
	border=0;
}

.nav_head {
	color: #6666FF;
	font-weight: bold;
	font-size: 1.2em;
}

.nav_subhead {
	color: #6666FF;
	font-style: italic;
        font-size: 1em;
}


/*  Text
 --------------------- */
h1 {
	color: #A19C86;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}

p {
        font-size: 1em;
}

/* Links
 ------------ */
a:link {
	font-weight: bold;
	color: #BCA38D;
	text-decoration: none;
}

a:active,
a:visited {
	font-weight: bold;
	color: #BCA38D;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #A19C86;
	text-decoration: underline;
}
		
