@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bkgd.png);
	background-repeat: repeat-x;
	background-color: #1A87C0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
a:link {
	color: #105F86;
}
a:visited {
	color: #105F86;
}
a:hover {
	color: #1A87C0;
}
a:active {
	color: #105F86;
}
h1 {
	color: #1A87C0;
	font-family: Century Gothic, Arial, Helvetica;
	font-weight: lighter;
	font-size: 24px;
}

h2 {
	color: #990000;
	font-family: "Century Gothic", Arial, Helvetica;
	font-weight: bold;
	font-size: 20px;
}

h4 {
	color: #ffffff;
	font-size: 16px;
}

hr {
	width: 85%;
}

/* Classes */

.nav {
	background-image: url(images/index_chip_04.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 30px;
	}
	
.content {
	background-color:#FFFFFF;
	vertical-align: top;
	height: 273px;
	padding-left: 20px;
	padding-right: 20px;
	}
	
.footer {
	font-size: 11px;
	vertical-align: top;

	}
	
.footer a {
	color:#FFFFFF;
	}
	
.table-header {
	background-color: #0B3953;
	font-size: 16px;
	color: #ffffff;
	}
	
.table-cells {
	background-color: #98D2F1;
	}
