/*
 * Combined style sheet for the index pages and the slide pages.
 */



@font-face {
    font-family: Futura;
    src: url(/fonts/Futura_Medium_BT.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Futura;
    src: url(/fonts/Futura_Book_BT.ttf);
    font-weight: normal;
}



/* Style for all bodies. */
body {
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	background-color: #101010;
	color: #eeeeee;
	line-height: 0.8;
}

/* Style for all titles */
title {
	text-align: center;
	vertical-align: bottom;
}

/* Style for all table cells. */
td {
	text-align: center;
	vertical-align: bottom;
}


/* Header */
h1 {
	font-size: 36px;
	font-weight: normal;
	line-height: 0.7;
	text-shadow: 2px 2px 2px #888;
}

/* Header */
h2 {
	font-size: 17px;
	font-weight: bold;
}

img {
	border: 1px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FFAAAA;
}

a:visited {
	text-decoration: none;
	color: #AAAAAA;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF
}

a:link {
	text-decoration: none;
	color: #CCCCCC
}

#imageinfo {
	visibility: hidden;
}

