/*
 * 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;
	margin: 5px;
}
h1,h2,h3,h4,h5,h6,h7 {
  text-align: center;
}

/* Style for all table cells. */
td {
	font-family: Arial, sans-serif;
	font-size: 10px;
}

td.headerLogoText {
	font-family: Arial, sans-serif;
	font-size: 35px;
	color: white;
}

td.headerNavigationText {
	font-family: Arial, sans-serif;
	font-size: 20px;
	background-color: gray;
}



td.footerTextLeft {
  text-align: left;
}

td.footerTextRight {
  text-align: right;
}

tr.headerLogoText {
	text-align: center;
	background-color: gray;
}

tr.headerNavigationText {
	text-align: center;
	background-color: gray;
}


tr.footerSeparationLine {
	background-color: gray;
	text-align: center;
	vertical-align: bottom;
}

tr.footerText {
  margin-top: 5px;  
  margin-bottom: 20px;
  line-height: 120%;
  font-family: Arial, sans-serif;
  font-size: 10px;
  text-align: center;
}




/* Don't have margins on the about_me pages. */
body#downloads {
	margin: 0;
}


/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
}


/* Custom link styles */
a:active {
	text-decoration: none;
	color: black
}

a:visited {
	text-decoration: none;
	color: blue
}

a:hover {
	text-decoration: none;
	color: black
}

a:link {
	text-decoration: none;
	color: blue
}

#imageinfo {
	visibility: hidden;
}

div.headerNavigationTextDepressed {
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: black;
}
