/* CSS Document */

body
{
	background-color: #fff;
	font-size: 11px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	text-align: center;
}

p, ol, ul, table, tr, td
 { 
 	color: #000; 
 	font-style: normal; 
 	font-weight: normal; 
 	font-size: 11px;
 	}
 	
p
{
	margin: 0 0 .5em 0;
}

/* Titles */
h1, h2, h3, h4, h5, h6
{
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	margin: .75em 0 .4em 0;
}

h1	{ font-size: 15px; color: #1e3562; }
h2	{ font-size: 14px; color: #1e3562; }
h3	{ font-size: 11px; color: #1e3562; }

h1+h2, h2+h3 { margin-top: -.5em; }
h1+p, h2+p, h3+p, h4+p, h5+p, h6+p { margin-top: -.5em; }

/* Lists */
ol, ul, dir, menu, dd	
{ 
	margin: 0 0 .5em 0;
	line-height: 1.6em; 
}
ol	{ list-style-type: decimal }
ul	{ list-style-type: none }
li	{ margin-left: 0 ; padding-left: 0; line-height: 1.6em }
ol ul, ul ol, ul ul, ol ol	{ margin-top: 0; margin-bottom: 0 }

/* tables */

table#results tr.odd {background-color: transparent; }
	
table#results th {
	padding: .5em;
	text-align:left;
	border-bottom: 1px black solid;	
	}

table#results th.right {
	text-align:right;
	}

table#results td {
	padding: .5em;
	vertical-align: top;
	border-bottom: 1px #1E3562 solid;
	}

table#results td.right {
	text-align:right;
	}

table.header
{
	width: 100%;
	margin: 0;
	background-color: #ccc;
	border: 1px #ccc solid;
}

table.header td {
	margin: 0;
	padding: 0 0 0 .5em;	
	}

table.lot
{
	width: 100%;
	margin: 0;
	background-color: #fff;
	border: 1px #ccc solid;
}
	
table.lot td {
	padding: .5em;	
	}

table.header td.right, table.lot td.right {
	text-align: right;
	}
	
table.footer
{
	width: 100%;
	background-color: #fff;
	margin: 0 0 2em 0;
}
	
table.footer td {
	padding: .5em 0;	
	border-bottom: 1px #ccc solid;
	}

/* forms */
fieldset { 
	margin: 2em 0 0 0;
	padding: .5em;
	border: 1px solid #1E3562; }

legend {
	padding: .5em;
	color: #1E3562;
	font-weight:bold;
	}
  
label { 
	text-align:right; 
	font-weight:normal;
	}

select {
	width: 400px;
}
select, option {
	font-family: Verdana;
	font-size: 11px;
}

input.click {
	margin: .5em .5em .5em 0;
	border: 1px #1E3562 solid;
	}
	
input.click:hover {
	background: #1E3562;
	color: #fff;
	}


/* Links */

a:link
 { color: #FFFFFF; text-decoration: none; font-weight: bold; }

a:visited
 { color: #FFFFFF; text-decoration: none;  font-weight: bold; }

a:hover
 { color: #1C3562; text-decoration: underline; font-weight: bold;  }

a:active
 { color: #1C3562; text-decoration: underline; font-weight: bold; }
 
/* red Links */
a.red
 { color: #FF3300; text-decoration: none; font-weight: bold; }

a.red:visited
 { color: #FF3300; text-decoration: none;  font-weight: bold; }

a.red:hover
 { color: #1C3562; text-decoration: underline; font-weight: bold;  }

a.red:active
 { color: #1C3562; text-decoration: underline; font-weight: bold; }


 
	
/* images */
img
{
	margin: 0;
	border-width: 0;
}
	
img.left 
	{ 
	float: left;
	margin: 0 10px 10px 0;
	}

img.right 
	{ 
	float: right;
	margin: 0 0 10px 10px;
	}
	
img.centered {
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 1em;
}

/* misc */
i, cite, em	{ font-style: italic }
b, strong { font-weight: bold }

.small, .sub, .sup	{ font-size: .83em }
sub	{ vertical-align: sub }
sup	{ vertical-align: super }

.grey 
{
	background-color: #ccc;
}

.separator
{
	border-bottom: 1px #333 solid;
}
