/* typography */
a:link { text-decoration:none}
a:active { text-decoration:none}
a:hover { text-decoration:underline}
a:visited {text-decoration:none}

.tk-cora {
	font-size: 18px;
	color: #999999;
	line-height: 24px;
	font-weight: 900;
	letter-spacing: 0.2em;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tk-museo {
	font-size: 18px;
	color: #C6030E;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: 0.15em;
	padding-left: 10px;
}

.Title01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C6030E;
	line-height: 24px;
	font-weight: normal;
	letter-spacing: 0.15em;
}

.Bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

.BodytextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}

.BodytextSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

.Intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-style: italic;
	color: #999999;
}

.TextForBars {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 24px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0.1em;
	color: #C6030E;
}

.TextForBars a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0.1em;
	color: #C6030E;
}


/* lines */

.lineComplete {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3FE3E4;
	border-right-color: #3FE3E4;
	border-bottom-color: #3FE3E4;
	border-left-color: #3FE3E4;
}

.lineBox {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3FE3E4;
}
.lineCompleteQuick{
	padding-left: 4px;
}
.lineBoxRed a {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #996600;
	font-family: "cora-1", "cora-2", sans-serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration:none
}

.red {color: #C6030E}
div#footer {
	color:#666666;
	font-size:60%;
	margin:10px 0 10px 0;
	text-align:center;
	width:780px;
	float: none;
	clear: both;
}
div#container {
	height:auto;
	text-align:center;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
div#header {
	height:90;
	text-align:center;
	width: 800px;
	background-color: #FFFFFF;
}
.crumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	font-style: italic;
	color: #999;
	text-align: left;
}

