﻿body {
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	color: #232323;
	background-color: #8CC6B8;
}
td {
	vertical-align: top;
	border-collapse: collapse;
}
/* Navigation */
#navigation {
	border-top: border: 1px solid #1d1071;
		border-bottom: border: 1px solid #1d1071;
			background-color: #a49dc7;
				background-image: url('images/bar.jpg');}

#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	margin-left: 30%px;
	padding: 0;
}
#navigation li {
	float: left;
	text-align: center;
}
#navigation a {
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #400040;
	display: block;
	padding: 5px;
	border: 1px solid #a49dc7;
	text-align: center;
}
#navigation a:hover {
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #221876;
	display: block;
	padding: 5px;
	border: 1px solid #a49dc7;
	text-align: center;
	background-image: url('images/hover.jpg');
}


a {
	text-decoration: none;
	color: #3A7667;
}
a:hover {
	color: #C64F00;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
	text-align: center;
	font-weight: normal;
}
p {
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	color: #996666;
}
.section {
	font-family: Verdana;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	background-color: #8CC6B8;
	border-style: solid;
	border-width: 1px;
	border-color: #8CC6B8;
}

.section_o {
	font-family: Verdana;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	background-color: #FF8635;
	border-style: solid;
	border-width: 1px;
	border-color: #FF8635;
}
.section_open {
	font-family: Verdana;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
}
.white {
	background-color: #FFFFFF;
}

.center {
	text-align: center;
}
.table_border {
	border-style: solid;
	border-width: 1px;
	border-color: #8CC6B8;
}

table {
	border-collapse: collapse;
}
img {
	border-style: 0;
	border-color: 0;
	border-width: 0px;
}
table {
	border-collapse: collapse;
}
.orange {
	font-family: Verdana;
	color: #D55500;
	font-weight: bold;
}
.border {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	border-collapse: collapse;
	
}

