@charset "utf-8";
/*  SWAMP Style Sheet December 27, 2015  */
/* CSS Document for the front page only */
/* Table */
.table  {
	font-family: Georgia,serif;
	text-align: center;
	border: 1px solid;
	border-collapse: collapse;
	padding: 4px;
}
.table tr th {
	text-transform: capitalize;
	border: solid 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding: 3px 10px 3px 10px;
	background-color: #FF9;
}
.table tr td {border: solid 1px; padding: 3px 10px 3px 10px;}
.c-table {
	margin:auto;
	width:98%;
	border-collapse:collapse;
	border-spacing:0;
}
.c-table td {vertical-align:middle;}
.c-th {width:14%;}
.left-table-th {text-align:left;}

/* Buttons in Navigation */
nav ul {line-height:200%;}

/* Various items */
.bigger {font-size:larger;}

.cbutton a {
	background-color:#0B413C;
	color:#ff6;
	font-weight:bold;
	padding: 3px 7px;
	white-space:nowrap;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
