/* 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: #996600;
	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;
	color: #996600;
}

.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: #999;
}

.TextForBars {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #996600;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: right;
}

.TextForBars a {
	color: #996600;
}

.TextForBars a:hover { text-decoration:underline}



.lineBox {
	border: 1px solid #3FE3E4;
}
.lineBoxRed {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #996600;
}
.IntroBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-style: italic;
	color: #999999;
	font-weight: bold;
}

.style1 {color: #FFFFFF}
.style5 {color: #EEC430}
.style6 {color: #996600}
.style7 {font-size: 11px; line-height: 18px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style10 {color: #996600; font-weight: bold; }


div#footer {
	color:#666666;
	font-size:80%;
	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;
}

