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

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

/* Style for all table cells. */
td {
	font-size: 10px;
}

gray_bg{
	background: url(images/gray_repeat.jpg);
}