/* Combined style sheet for the index pages and the slide pages. */
*{padding: 0; margin: 0;}
/* Style for all bodies and to control the margin on top. */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #000066;
}

html {
	scrollbar-face-color: #ACC2E3;
	scrollbar-highlight-color: #F7F7F7;
	scrollbar-shadow-color: #F7F7F7;
	scrollbar-3dlight-color: #ACC2E3;
	scrollbar-arrow-color: #F7F7F7;
	scrollbar-track-color: #F7F7F7;
	scrollbar-darkshadow-color: #ACC2E3;
	scrollbar-base-color: #F7F7F7;
	overflow-x: auto;
	/*overflow-y: auto;*/
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #0099FF;
}

a:visited {
	text-decoration: none;
	color: #0099FF;
}

a:link {
	text-decoration: none;
	color: #0099FF;
}

a.footer:active {
	text-decoration: none;
	color: #0099FF;
}

a.footer:visited {
	text-decoration: none;
	color: #0099FF;
}

a.footer:link {
	text-decoration: none;
	color: #0099FF;
}

a.note:active {
	text-decoration: none;
	color: #0099FF;
}

a.note:visited {
	text-decoration: none;
	color: #0099FF;
}

a.note:link {
	text-decoration: none;
	color: #0099FF;
}


a.path:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #99FF99;
}

a.path:link {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #99FF99;
}

a:hover {
	text-decoration: none;
	color: #99FF99;
}

a.footer:hover {
	text-decoration: none;
	color: #99FF99;
}

a.note:hover {
	text-decoration: none;
	color: #99FF99;
}

