/*
 * Standard elements file
 * $Id$ 
 */

body {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	background: #ffffff;
	text-align: center;
}

h1, h2 {
	font-size: 2.4em;
	color: #03418d;
	font-family: Georgia, serif;
	font-weight: normal;
}

h2 {
	font-size: 1.8em;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}

h2.company {
	font-family: Georgia, serif;
	font-weight: normal;
}

h2 a {
	color: #03418d;
}

p {
	font-size: 1.1em;
	margin-top: 5px;
	margin-bottom: 5px;
}

a {
	color: #545454;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

/* Tables */ 

table {
	margin: 0px;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
	text-align: left;
	border: 0px;
	font-size: 1.1em;
	border-collapse: collapse;
	clear: both;
}

table.full {
	width: 100%;
}

table thead tr th {
	border-bottom: 1px solid #ababab;
}

table thead th {
	padding: 0.3em;
	white-space: nowrap;
	border: 0px;
	color: #545454;
}

table tbody td {
	border: 0px;
	padding: 0.3em;
}

table .price, table .right {
	text-align: right;
	padding-right:20px;
}

table .midprice {
}

table tbody tr.alt td {
	background-color: #e8e8e8;
}

table tbody tr td {
	border-bottom: 1px silver dotted;
}

table tbody tr.even, table tbody tr td.even {
	color: green;
}

table tbody tr.up, table tbody tr td.up, table tbody tr.up.rf td a  {
	color: #305490;
}

table tbody tr.down, table tbody tr td.down, table tbody tr.down.rf td a  {
	color: red;
}
