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

/* Style for all bodies. */
body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	background-color: white;
	color: black;
	border : 0;
	margin : 0;
	padding : 0;
	background-color:#FFFFFF;
}

img { border:0; }

.title1 { font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#000000; line-height:24px; font-weight:bold; padding:10px; }

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

/* Style for all table cells. */
td {
	font-size: 12px;
	color:#FFFFFF;
}
a { font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#00269E; font-weight:bold; text-decoration:none; }
a:active { color:#00269E; }
a:hover { text-decoration:none; }
