@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.opensans {
  font-family: "Open Sans", sans-serif;
}
h1 {
		color: #FFFFFF;
		font-family: 'open sans';
		font-size: 20
	}
h2 {
		color: #FFFFFF;
		font-family: 'open sans';
		font-size: 16
	}
.content-table {
		border-collapse: separate;
		margin: 25px 0;
		font-size: 0.9em;
		min-width: 400px;
		font-family: 'open sans';
	}
.content-table caption {
		font-size: 1.2em;
		color: #FFFFFF;
		font-weight: bold;
		background-color: #243B86;
		margin: 25px 0;
		font-size: 2em;
		min-width: 400px;	
	}
	
	.content-table thead tr {
		background-color: #243B86;
		color: #FFFFFF;
		text-align: left;
		font-size: 1.2em;
	}
	
	.content-table th,
	.content-table td {
		padding: 12px 15px;
	}

	.content-table tbody tr {
		border-bottom: 1px solid #606483;
		background-color: #474646;
		color: #FFFFFF;
	}
	.content-table tbody tr:hover {
	background-color: #5971BB
}
	.content-table tbody td:hover {
	background-color: #5971BB
}
	.content-table tbody tr:nth-of-type(even) {
		background-color: #F3F3F3;
	}
	a:link {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: none;
}
	a:visited {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #BD9696;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #EBE1E1;
  background-color: transparent;
  text-decoration: underline;
}
