body {
    font-family : sans-serif;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
  }

navigation_link {
    color: white;
    text-decoration: none;
}

a:link {
    color: darkblue;
    text-decoration: none;
  }


a:visited {
    color: darkblue;
    text-decoration: none;
  }


a:hover {
    color: blue;
    text-decoration: underline;
  }

a:active {
    color: darkblue;
    text-decoration: none;
  }

a.footer_link {
    color: #ffffff;
}

.indent { position: relative; top: 0px; left: 15px; }
		
.transparent {
	background-color: transparent;
  }

.gradient_background {
	background-image: url( "images/index_gradient.gif" );
	background-repeat: no-repeat;
	background-position: bottom left;
  }


td.logo_header {
	color: black;
	background-color: #85A1B9;
	height: 25;
}


td.page_title_bar {
	color: white;
	background-color: #56636C;
	height: 25;
}

download_header {
    color: #56636C;
    height: 25;
}

td.white_horizontal_bar {
	color: black;
	background-color: white;
	height: 5;
}

td.footer_bar {
	color: white;
	background-color: #7BA0C1;
	font-size: 50%;
	height: 25;
}

td.navy {
    color: black;
    background-color: #003366;
    height: 25;
  }

td.blue {
    color: black;
    background-color: #6c82b0;
    height: 13;
  }

img {
	vertical-align: text-top;
  }

div.info_table {
	color: black;
	text-align: left;
	background-color: white;
    border: 2px solid #C1CACF;
	height: 150px;
	width: 450px;
  }

div.info_header {
	font-weight: bold;
	font-family : sans-serif;
	vertical-align: middle;
	margin-bottom : 7px;
    margin-left : 7px;
    margin-right : 7px;
    margin-top : 7px;
  }

div.info_body {
	margin: 7px 17px 7px 17px;
	
	font-family : sans-serif;
  }

hr {
	color: #D7D8DA;
	height: 2px;
}

.alert {
    background-color: #FFCC66;
    font-weight: bold;
    color: black;
}