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

.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;
	color: 999999;
}

.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 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #996600;
}

.red {color: #C6030E}

