hr {
	color: #008CE6;
	background-color: #008CE6;
	height: 1px;
	width: 100%;
}
a:link        {
	color: #222222;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: none;
	font-size: small;	
}
a:active      {
	text-decoration: none;
}
a:visited     {
	color: #222222;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: none;
	font-size: small;	
}
a:hover	      {
	color: #008CE6;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;	
	font-weight: none;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #222222;
	text-decoration: none;
}
.maintext_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #222222;
	text-decoration: none;
}
.maintext_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #222222;
	text-decoration: none;
}
.maintext_small_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;	
	color: #222222;
	text-decoration: none;
}
.main_step {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #008CE6;
}
.title_step {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #008CE6;
	text-decoration: none;
	text-align: center;
}
.container {
	position: relative;
	z-index: 0;
	left: 50px;
	height: 500px;
	width: 771px;
	top: 0px;
	text-align: left;
	margin: 0 auto;
	background-color: #FFFFFF;	
}
.QuoteRangeOk {
	color : white;
	text-decoration : none;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	background-color: #22FF22;
}
.QuoteRangeOver {
	color : white;
	text-decoration : none;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	background-color: #c8282a;
}
.QuoteRangeUnder {
	color : white;
	text-decoration : none;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	background-color: #7777BB;
}
@media screen {
	.hideprint
	{			
	}
	
	.showprint
	{
		position:absolute;
		left:-1000;
		top:-1000;
		visibility:hidden;
	}
}

@media print {
	.hideprint
	{	
		position:absolute;
		left:-1000;
		top:-1000;
		visibility:hidden;
	}
	
	.showprint
	{
	}
}
