body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #000066;*/
	color: #C73F17;
	font-size: 12px;
	/*background-color: #FFE8CA;*/
	background-color: #ffddc8;
}
.navbar {
	font-weight: bold;
	vertical-align: top;
	padding-top: 5px;
	text-align: center;
	font-size: 12px;
}
.footer {
	font-weight: normal;
	font-size: 10px;
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 5px;
	line-height: 15px;
}
.tagline {
	font-size: 9px;
	text-align: center;
}
.frontPageBullets {
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
}
a:link {
	/*color: #000066;*/
	color: #C73F17;
	text-decoration: none;
}
a:visited {
	/*color: #000066;*/
	color: #C73F17;
	text-decoration: none;
}
a:hover {
	/*color: #990000;*/
	color: #000099;
	text-decoration: none;
}
a:active {
	/*color: #000066;*/
	color: #C73F17;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
.thumbnail {
	border: 1px solid #000000;
	margin: 10px;
	padding: 2px;
}
.navbar a {
	/*border: 1px solid #000066;*/
	border: 1px solid #C73F17;
	padding: 3px;
}
.choose-language {
	margin: 20px;
	text-align: center;
}
.choose-language img {
	border: 0;
}