
TD {
	background: #FFFFFF;
	color : #000066;
	font-family : "Arial";
	font-size: 20px;
	text-align: left;
	font-weight : normal;
}

H2 {
	font-size: medium;
	font-family : "Arial";
	color: #000066;
	text-align: left;
	font-weight : normal;
}

H3 {
	font-size: x-small;
	color: #66FFFF;
}

H4 {
	font-size: medium;
	font-variant: normal;
	font-weight: normal;
	color : White;
}

A {
	text-decoration: underline;
	color: #0000CC;
	background : transparent;
}

A:Hover {
	text-decoration: underline;
	color: #00CCFF;
}

HR {
	color: Aqua;
	height: 2pt;
}
A:VISITED {
	text-decoration: underline;
	color: #0099FF;
}




H5 {
	color : #990000;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight : 900;
	margin-top : 1.5em;
}

H6 {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-style : italic;
	font-weight : 800;
	margin-bottom : -0.8em;
}

BLOCKQUOTE {
	font-size : xx-small;
}

CAPTION {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : 800;
}BODY { 
	background: #FFFFFF;
	color : #000066;
	font-family : "Arial";
	font-size: medium;
	text-align: left;
 } 

A:LINK { 
	text-decoration: underline;
	color: #0000CC;
 }

a.mouseover-thumbnail-holder {
  position:relative;
  display:block;
  float:left;
  margin-right:10px;
}
.large-thumbnail-style {
  display:block;
  border:10px solid #fff;
  box-shadow:0px 0px 5px #aaa;
  -ms-transform: translate(-500px,-200px) scale(0.2);
  -moz-transform: translate(-500px,-200px) scale(0.2);
  -webkit-transform: translate(-500px,-200px) scale(0.2);
  transform:  translate(-500px,-200px) scale(0.2);
}
a.mouseover-thumbnail-holder .large-thumbnail-style {
  position:absolute;
  top:0;
  left:-9999px;
  z-index:1;
  opacity: 0;
  transition: opacity .75s ease-in-out, transform;
  -ms-transition: opacity .75s ease-in-out, -moz-transform;
  -moz-transition: opacity .75s ease-in-out, -moz-transform ;
  -webkit-transition: opacity .75s ease-in-out, -webkit-transform ;
}
a.mouseover-thumbnail-holder:hover .large-thumbnail-style {
  top:0;
  left:105%;
  z-index:1;
  opacity:1;
  -ms-transform: rotate(0deg) scale(1)  translate(0px,0px);
  -moz-transform: rotate(0deg) scale(1)  translate(0px,0px);
  -webkit-transform: rotate(0deg) scale(1)  translate(0px,0px);
  transform: rotate(0deg) scale(1)  translate(0px,0px);
}


a.mouseover-thumbnail-holder_jobb {
  position:relative;
  display:block;
  float:right;
  margin-right:10px;
}
.large-thumbnail-style_jobb {
  display:block;
  border:10px solid #fff;
  box-shadow:0px 0px 5px #aaa;
  -ms-transform: translate(500px,-200px) scale(0.2);
  -moz-transform: translate(500px,-200px) scale(0.2);
  -webkit-transform: translate(500px,-200px) scale(0.2);
  transform:  translate(500px,-200px) scale(0.2);
}
a.mouseover-thumbnail-holder_jobb .large-thumbnail-style_jobb {
  position:absolute;
  top:0;
  right:0px;
  z-index:1;
  opacity: 0;
  transition: opacity .75s ease-in-out, transform ;
  -ms-transition: opacity .75s ease-in-out, -moz-transform;
  -moz-transition: opacity .75s ease-in-out, -moz-transform ;
  -webkit-transition: opacity .75s ease-in-out, -webkit-transform ;
}
a.mouseover-thumbnail-holder_jobb:hover .large-thumbnail-style_jobb {
  top:0;
  right:105%;
  z-index:1;
  opacity:1;
  -ms-transform: rotate(0deg) scale(1)  translate(0px,0px);
  -moz-transform: rotate(0deg) scale(1)  translate(0px,0px);
  -webkit-transform: rotate(0deg) scale(1)  translate(0px,0px);
  transform: rotate(0deg) scale(1)  translate(0px,0px);
}


img.fixed {
    position: fixed;
    top: 10;
    right: 0;
}