@charset "utf-8";
/* General */
body{
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background-color: #000000;
}
a:link {
	color: #fffbb5;
	text-decoration: none;
}
a:visited {
	color: #fffbb5;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
}

.main_heading{
	font-size: 22px;
	font-weight: bold;
	color: #FF9900;
}


/* Layout */
.logobox{
	width:100%;
	background-color: #ffffff;
	height: 26px;
}
.logo{
	width:900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 26px;
}
.stocknamebox{
	width:100%;
	background-color: #131313;
	padding-top: 3px;
}
.stockname{
	width:900px;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
}

.topstockoption{
	width:900px;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	margin-bottom: 4px;
}
.imgbutton5w{
	border: 0px solid #f00;
	color: #FFFFFF;
	font-size: 12px;
	height: 22px;
	width: 80px;
	background-image: url(../images/fq_submitbuttonbg_5w.jpg);
	padding-bottom: 2px;
}
.imgbutton5w:hover{
	border: 0px solid #f00;
	cursor:pointer;
	text-decoration: underline;
}
