.tf {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #996633;
	text-decoration: none;
}
.flash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #FF0000;
	background-color: #666666;
	height: auto;
	width: auto;
	border: thin groove #000000;
	text-decoration: blink;
	margin: 2px;
	padding: 4px;
}
.textmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.itemheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.basketheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}
.textblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.lgeheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.quotation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #660099;
}
.textlge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
}
.tblwthbrdr {
	border: 1px solid #000000;
	border-bottom: none;
}
.tblwthbrdrCopy {
	border: 1px solid #000000;
	border-top: none;
}
.imageborder {
	border: 2px solid #002000;
}
.tblwthbrdrfull {
	border: 1px solid #000000;
}
#cookie-law {
    position: fixed;
	top: 10px;
	width: 800px;
    background:#000000;
    border-radius: 7px;
	z-index: 6000;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
#cookie-law p {
    padding:10px;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    color:#FFFFFF;
    margin:0;
}
#cookie-law {
position: fixed;
top: 10px;
left: 50%;
margin-left: -400px;
z-index: 6000;
}

*html #cookie-law {
position: absolute;
top: 10px;
left: 50%;
margin-left: -400px;
z-index: 6000;
}