body {
	text-align: left;
	margin: 0;
	border: 0;
	padding: 0;
	font-family: arial, verdana, georgia, times new roman, sans, serif;
	font-size: 14px;
	color: #333333;
	}

.small {
	font-size: 12px;
	}

big {
	font-size: 12pt;
	font-weight: bolder;
	}

note {
	font-size: 9pt;
	font-weight: lighter;
	}

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

a:hover {
	color: #006699;
	text-decoration: underline;
	}

a:active {
	color: #FF9900;
	text-decoration: none;
	}

b {
	font-weight:bold;
	}

blockquote {
	font-family: courier new, arial, times new roman, sans, serif;
	font-size: 13px;
	text-indent: 0px;
	}

p, ol, ul, tr, td, h1, h2, h3, h4, h5, h6{
	line-height: 120%;
	margin: 5px 5px 5px 5px;
	padding: 4px 1px 1px 1px;
	}

ol, ul {
	list-style-type: square;
	margin-left: 14px;
	margin-right: 0px;
	padding-left: 14px;
	padding-right: 0px;
	}

th {
	font-weight: bolder;
	line-height: 14px;
	text-align: center;
	}

u {
	text-decoration: underline;
	}

hr {
	color: #CCCCCC;
	height: 2px;
	border-bottom: 1px dotted #d9d9d9;
	border-right: 4px;
	border-left: 4px;
	border: 1px solid black;
	}

select {
	font-size: 12px;
	font-weight: normal;
	color: #111111;
	border: solid black;
	border-width: 1px;
	margin: 0;
	padding: 0;
	}

input {
	font-size: 12pt;
	font-weight: bold;
	color: #111111;
	background-color: #bdbdb1;
	border-width: 1px;
	margin: 0;
	padding: 0px 3px;
	}

input.image {
	border: 0;
	margin: 0;
	padding: 0px 0px;
	}

img {
	border: 0;
	}

#leftpanel {
	float: left;
	padding: 10px 2% 10px 2%;
	margin: 20px 1% 20px 2%;
	border: 0px;
	width: 44%;
	}

div.right {
	float: right;
	}

#rightpanel {
	padding: 10px 2% 10px 2%;
	margin: 20px 2% 20px 2%;
	border: 0px solid black;
	position: absolute;
	top: 50%;
	}
#rightpanel[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
	}

#quote {
	width: 300px;
	position: relative;
	}

#rightouter {
	height: 400px;
	overflow: visible;
	position: relative;
	}
#rightouter[id] {
	display: table;
	position: static;
	}

/* Color tags: */

.blue { color: blue; }

.red { color: red; }

.white { color: white; }

.yellow { color: #ffcc99; }

.green { color: green; }

.redbg { background-color: red; }

