/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body,table,td,th,td,td,input,select,textarea,div {
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	vertical-align: top;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
b {
	color: #333333;
}
.b1 {
	color: #000000;
	font-weight: bold;
}
a:link {
	color: #333399;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a {
	font-weight: bold;
}


/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	margin: 5;
}

