/*Tabs - important styles to ensure accessibility in print*/@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */    .tabs-hide {        display: none;    }}@media print {    .anchors {        display: none;    }}/*Tabs - not important for accessibility, just for the look of it...*/.container-4 {width:737px;padding-top:50px;margin-top:50px;		}.container-5 {width:737px;padding-top:50px;margin-top:50px;		}.fragment {		height:19em;	border: 1px solid #eaeaea;	padding: 0 10px;	background-image: url(../pix/textbot.gif);	background-repeat: no-repeat;	background-position: right bottom;	}.anchors {font-size:14px;    list-style: none;    margin: 0;    padding: 0 0 0px;	font-weight:bold;}.anchors:after { /* clearing without presentational markup, IE gets extra treatment */    display: block;    clear: both;    content: " ";}.anchors li {    float: left;    margin: 0 1px 0 0;}.anchors a {    display: block;    position: relative;    top: 1px; 	color: #157FF1;    border-bottom: 0;    z-index: 2;    padding: 2px 10px 1px;    text-decoration: none;	background-image: url(../pix/divider.gif);	background-repeat: no-repeat;	background-position: right center;}.anchors .tabs-selected a, .anchors a:hover, .anchors a:focus, .anchors a:active {   	color: #000000;	text-decoration: none;	background:#99BFDD url(../pix/white_corner.gif) no-repeat scroll right top;}.anchors .tabs-selected a:link, .anchors .tabs-selected a:visited,.anchors .tabs-disabled a:link, .anchors .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */    cursor: text;}.anchors a:hover, .anchors a:focus, .anchors a:active {    cursor: pointer;	}.anchors .tabs-disabled {    opacity: .4;}.anchors .tabs-disabled a:hover, .anchors .tabs-disabled a:focus, .anchors .tabs-disabled a:active {    background: transparent;}.anchors .tabs-selected .tabs-loading {    padding-left: 25px;    background-position: 4px 50%;    background-repeat: no-repeat;}.fragment h3  {font-size: 14px;	margin-top:10px;}.fragment img  {margin-bottom:0px;	padding-top:10px;	padding-right:25px;	margin-right:0px;	align: left;	float: left;	border:none;	}