/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #ffffff;
	color: #5f5f5f;
}

img {
	border-color: #5f5f5f;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FFAAAA;
}

a:visited {
	text-decoration: none;
	color: #AAAAAA;
}

a:hover {
	text-decoration: underline;
	color: #ff0000
}

a:link {
	text-decoration: none;
	color: gray
}


/* Style for all table cells. */
td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #ffffff;
	color: #5f5f5f;
}


/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
}
h2 {
	font-size:30px;
	font-weight: normal;
	vertical-align: top;
	margin-top: 0em;
}
