/*
 * Copyright 2009 Thomson Reuters Global Resources AG. All Rights Reserved.
 * Proprietary and Confidential information of TRGR.
 * Disclosure, Use or Reproduction without the written authorization of TRGR is prohibited.
 */
 
 body {
 	color: #505050;
 	font-family: tahoma, verdana, arial, helvetica, sans-serif;
 	font-size: 80%;
 }
 
 a {
 	color: #0083bf;
 	text-decoration: none;
 }
 a:hover {
 	text-decoration: underline;
 }
 
 em, i {
 	font-style: italic;
 }
 
 b, strong {
 	font-weight: bold;
 }

/* MKT links style. I know it's not the best place to put this, but I couldn't
find a better one. */

#mktLinks {
	margin-bottom: 15px;
	text-transform: none;
	float: left;
}

#mktLinks > * {
	margin-right: 10px;
	text-decoration: underline;
	text-decoration: underline\0/;
	color: black !important;
}

#mktLinks2 {
	margin-bottom: 15px;
	text-transform: none;
	margin-top: 30px;
}

#mktLinks2 > * {
	margin-right: 10px;
	text-decoration: underline;
	text-decoration: underline\0/;
	color: black !important;
}

.mktLinksIE {
	border-bottom:solid 1px;
	float:left;
	text-align:center; 
	color: black !important;	
}

.mktLinksIE > *{
	color: black !important;	
}

#slashMktLink {
	text-decoration: none;
}

#copyright {
	text-align: right!important;
	margin-right: 40px!important;
}

#copyrightliv {
	text-align: right!important;
	margin-right: 40px!important;
	padding: 50px!important;
}