/********************************************/
/*****  General layout and text styles ******/
/********************************************/

html, body  /* Allow pages full access to the whole rendering pane */
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #dfe0f9;
	font-family: Arial, Helvetica, Sans-serif;
    font-size: 10pt;
    color:#fff;
}

th
{
	text-align:left;
}

h1  /*  Main site title */
{
    font-size: 16pt;
    color: #262b85;
    font-weight: bold;
    margin-bottom: 3px;
}

h2 /*  Main site subtitle */
{
    font-size: 14pt;
    color: #A7AADF;
    font-weight: normal;
    margin-bottom: 0px;
}

h3  /*  content heading level 1 */
{
    font-size: 1.05em;
	font-weight: bold;
    color: #A7AADF;
    margin: 10px 0px 10px 0px;
    padding: 5px 0px 5px 0px;
}

h4 /*  content heading level 2 */
{
    font-size: 110%;
    color: #A7AADF;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    float: left;
}

h5 /*  content heading level 3 */
{
    font-size: 12pt;
    color: #A7AADF;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    float: left;
}

a,
a:link,
a:visited
{
    color: #6F6F6F;
    text-decoration: none;
}

a:hover,
a:active,
a:focus
{
    color: #6F6F6F;
    text-decoration: underline;
}

form
{
	margin-bottom: 0px;     /* remove extra form guttering */
}

tr
{
	vertical-align: top;    /* sensible default alignment */
}

img
{
	border: 0px;
	display: inline;
}

p.search
{
	padding-left:20px;
	font-size:85%;
}
p.search input
{
	font-size:85%;
}
.resultshead
{
	font-weight:bold;
	font-size:110%;
}
.companysearchresults
{
	margin:4px;
	background-color:#f0e5df;
}
.companysearchresults a
{
	font-weight:bold;
}

li
{
	margin: 4px 0px;
}