/* 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: 9px;
	font-weight: normal;
	line-height: 16px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

html {
	scrollbar-face-color: #003300;
	scrollbar-highlight-color: #003300;
	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: #CCCCCC;
}

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

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

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

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

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

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

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

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

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

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

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

a.path:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}
