#stocklist {
	float:left;
	border: thin solid #933;
}

.bg1 {
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.headpad {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
}

.hnavbg {
	background-color: #def6ff;
}
.leftcoltext {
	padding-right: 20px;
	border-right-width: 2px;
	border-right-style: dashed;
	border-right-color: #800000;
}
.centercoltext {
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
	padding-top: 10px;
	text-align: left;
}
.rightcoltext {
	padding-left: 20px;
	padding-right: 10px;
	background-image: url(images/rightcolumn_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 10px;
	text-align: center;
}
.rightmenutext{
	margin-top: 4px;
	margin-bottom: 8px;
	text-align: center;
}
.iframetext {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.hnavbg2 {
	background-color: #CCCCCC;
}
p {
	margin-top: 0px;
	margin-bottom: 4px;
}
blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 20px;
	color: #000000;
}
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #000000;
}
ul {
	
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
	list-style-image: url(images/bullet.gif);
	color: #000000;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #800000;
}
h2 {
	font-size: 140%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
	color: #800000;
}
h3 {
	font-size: 130%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
	color: #800000;
}
h4 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
	color: #800000;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f9f9f9;
	color: #000000;
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 25px;
}

iframe {
	background-color: #f9f9f9;
	/* :300px; */
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #800000;
}

a:link {
	color: #0000FF;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #800000;
}
.subheadbg {
	background-image: url(images/subheading_bg.gif);
	background-repeat: repeat-x;
	background-color: #def6ff;
}
.rightcolleft {
	background-image: url(images/rightcolumn_bg.gif);
	background:#FFFFFF;
	background-repeat: repeat-y;
	background-position: left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #800000;
}
.rightcolbottom {
	background-image: url(images/hnav_bg.gif);
	background-repeat: repeat-x;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #800000;
	border-bottom-color: #800000;
	border-left-color: #800000;
}
.imageborder {
	padding-right: 4px;
	padding-bottom: 10px;
}
.textnav {
	font-size: smaller;
	text-align: center;
	padding-top: 25px;
}

.credits {
  font-size: 80%;
  font-style: italic;
  text-align: center;
}

.copyright {
	font-style: italic;
	text-align: center;
}

dt {
	font-weight: bold;
}
li {
	margin-top: 0px;
	margin-bottom: 4px;
}
.toph1 {
	font-size: 150%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #800000;
}

.ci_error {
  color: red;
}

.sysprice {
	font-size: 150%;
	font-weight: bold;
	color: red;
}

/* Form elements */
input[type=button], input[type=submit], input[type=reset] {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #E6FFFF;
	margin: 3px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #800000;
	font-size: 14px;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
	cursor:pointer;
	background-color: #800000;
	color: #FFFFFF;
	}