/*
	Copyright 2008 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.
*/

/* BASE STYLES*/

body	{
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0 10px;
	padding: 0;
	border: 0;
}
h1 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	margin: 0;
}
h2, h3, h4, legend {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0;
}
h5, h6 {
	font-size: 1em;
	margin: 0;
}
p {
	font-size: 1em;
	margin: 0;
	padding: .5em 0;
}
table, td, th {
	font-size: 1em;
}
a {
	color: #005DA2;
}
img {
	border: 0;
}
input {
	margin-right: 5px;
}
.relatedSearch input {
    border: 1px solid #B0B0B0;
    float: left;
    left: 29px;
    margin-right: 5px;
    position: relative;
}

.uppercase {
	text-transform: uppercase;
}
