/* Combined style sheet for the index pages and the slide pages. */

/* 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;
	background-color: #F0F0F0;
	scrollbar-face-color: #99C8E2;
	scrollbar-highlight-color: #F7F7F7;
	scrollbar-shadow-color: #F7F7F7;
	scrollbar-3dlight-color: #ACC2E3;
	scrollbar-arrow-color: #F7F7F7;
	scrollbar-track-color: #3F6D91;
	scrollbar-darkshadow-color: #ACC2E3;
	scrollbar-base-color: #F7F7F7;
}

td  {
	font-size: 10px;
}

/* Style for the Top bar */
.topbar {
	background-color: #6595D6;
	background-image: url(../topbars/pink/classicp.gif);
	background-repeat: repeat-x;
	height: 25px;
}

/* Style for the Top ruler */
.topruler {
	background-image: url(pink/rule.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 10px;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.errorbox {
	background-color: #fcc;
    border: 1px solid #c00;
    padding: 5px;
    margin: 10px 0px 10px 0px;
}
a:active {
	text-decoration: underline;
	color: navy;
	size: 10px;
}

a:visited {
	text-decoration: none;
	color: navy;
	size: 10px;
}

a:link {
	text-decoration: underline;
	size: 10px;
	color: navy;
}

a.note:active {
	text-decoration: none;
	color: #000000;
}

a.anchor:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
}

a.note:link {
	text-decoration: none;
	color: #000000;
}

a.anchor:link {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: red;
}

a.anchor:hover {
	text-decoration: underline;
	color: #FFFF40;
}

a.path:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
