A:link {     text-decoration: underline;}
a:visited {      text-decoration: underline; color: #ffffff;}
a:hover {      text-decoration: underline; }
A:active { text-decoration: none; color: #ffffff; }

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#printlogo {
			display:none;
}

.ouryellow {
	color: #FFA200;
}
.ourblue {
	color: #275CBC;
}
.ourdarkblue {
	color: #1A317F;
}
.ourwhite {
	color: #FFFFFF;
}
.ourblack {
	color: #000000;
}
.italic {
	font-style: italic;
}
.middle {
	background-position: center center;
	text-align: center;
}
.front {
	font-size: 12px;
	text-align: justify;
}
.front a:link{
	text-decoration:underline;
	color: #FFA200;
}
.front a:hover, a:visited{
    color: #FFA200;
}

.title {
	font-weight: bold;
	text-align: left;
	background-color: #1A3E7F;
	}
.titlecenter {
	font-weight: bold;
	text-align: center;
	background-color: #1A3E7F;
	}

.content {
	font-size: 14px;
	text-align: justify;
}

.icons {
	text-align: right;
}


.basketdata {
	font-size: 14px;
	white-space: nowrap;
}

.basketdatatitle {
	font-size: 14px;
}

.time {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #1A3E7F;
	text-align: left;

}
.price {
	font-style: italic;
	font-size: 110%;

}
.subtitle {
	font-style: italic;
	font-weight: normal;
	font-size: 80%;

}
.picture {
	background-position: center center;
	text-align: right;
	vertical-align: top;
}
h1 {
	font-size: 150%;
	text-align: right;
}
h2 {
	font-size: 120%;
	font-weight: bold;



}
h3 {
	font-weight: bold;
	font-size: 110%;
	font-style: normal;
	color: #BDD3FA;

}
h4 {
	font-weight: bold;
	letter-spacing: 0.2em;
}
h5 {
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-weight: bold;

}
h6 {
	font-size: 75%;
	letter-spacing: 0.1em;
	color: #FFCC99;
}
a:link {
	color: #FFFFFF;
}
a:hover {
	color: #FFA200
}

p 	{
	text-align: justify;
}

.select { color: #FFFFFF;
	font-size: 8pt;
	border: 1px solid #FFFFFF;
	background-color: #1A3E7F;
	vertical-align: middle
	scrollbar-base-color: blue;
	}
.bold {     font-weight: bold;} 


