/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Lucida Sans, Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #ffffff;
	color: #000080;
}

/* Side Bar NavLink Styles */
a.SideNav:active {
	text-decoration: none;
	color: #FFAAAA;
}
a.SideNav:visited {
        font-weight: bold;
	text-decoration: none;
	color: #ffff00;
}
a.SideNav:hover {
        font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}
a.SideNav:link {
        font-weight: bold;
	text-decoration: none;
	color: #FFFF00;
}

.comment {
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}

#copyright {
        font-size: 10px;
        color: #808080;
}


/* Style for all table cells. */
td {
	font-family:  Lucida Sans, Tahoma, Verdana, Arial, sans-serif;
}

/* Header */
h1 {	font-size: 28px;
	font-weight: bold;
}

/* Bottom NavLinks Styles*/
a.BotNav:active {
	text-decoration: none;
	color: #11AAAA;
}
a.BotNav:visited {
	text-decoration: none;
	color: #0000ff;
}
a.BotNav:hover {
	text-decoration: underline;
	color: #0000c0;
}
a.BotNav:link {
	text-decoration: none;
	color: #0000ff;
}

/* Links Styles*/
a.links:active {
	text-decoration: none;
	color: #11AAAA;
}
a.links:visited {
	text-decoration: none;
	color: #000fff;
}
a.links:hover {
	text-decoration: none;
	color: #000080;
}
a.links:link {
	text-decoration: none;
	color: #000fff;
}
