/* htm */
body {
	background-color : White;
	font : 9pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Navy;
	margin-top : 0px;
}
label {
	float:left;
	margin-right: 30px;
	font-weight: bold; 
	text-decoration: underline;
}
h2 {
	margin: 10px;
	text-align: right;
}
/* id */
#content {
	width:750px;
	border : thin solid Navy;
	border-bottom: none;
	border-top : none;
}
#hd {
	background-image : url(images/header.jpg);
	width:100%;
	height:100px;
}
#nav {
	padding: 4px 0px;
	background-color: #ADD8E6;
	text-align: center;
	border-bottom: thin solid Navy;
	border-top: thin solid Navy;
}
#main {
	background-image: url(images/bkg.gif);
	min-height: 550px;
	overflow: visible;
	font: 9pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
#foot {
	width:750px;
	border : thin solid Navy;
	font-size: 9px;
	text-align: center;
	padding-bottom: 5px;
	clear: both;
	border-top: none;
}
#hmtxt {
	float:left; 
	padding: 10px; 
	text-align: justify;
}
#sidebar {
	width: 225px;
	border: medium double Teal;
	float: right;
	clear: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	font-size: 9pt;
}
#sidebar h3{
	font-size: 12pt;
	margin-top: 3px;
	padding: 0px;
	text-align: center;
}
#sidebar b{
	color: red;
	margin-bottom: 0px;
}
#sidebar p {
	margin: 3px;
	margin-top: 8px;
}
#sidebar.hm {
	margin-top: 15px;
	background-color: yellow;
	float: right;
	overflow-y: auto;
}
/* class */
.cright  {
	font-size : 8pt;
	font-family : Verdana,Arial,Helvetica,sans-serif;
}
.hottext  {
	color : #0000FF;
	font-weight : bold;
	background-color : #FFFF00;
	padding : 4px;
}
td.pricetext  {
	color : #0000FF;
	font-size: 12pt;
	font-weight: bold;
}
.flytext  {
	color: Teal;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.custtext  {
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-style : italic;
}
#main td {
	font: 9pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* context */
a.navl {
	padding: 4px 3px;
	border: none;
	border-left: 1px solid Black;
	background-color: #ADD8E6;
	display: inline;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}
a.navl:hover {
	background-color: #0000FF;
	color: white;
}
.smtext  {
	font-size : 10pt;
	font-family : Verdana,Arial,Helvetica,sans-serif;
}
