/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bg.gif);
}

.mainTable{
	background-color:#000000;
	padding-left: 1px;
	padding-right: 1px;
}

.stockTableHeader{
	background-image:url(img/stock_header.gif);
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}

.stockTableHeader a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}

.stockTableHeader a:hover{
	color:#FF9600;
	font-weight:bold;
	font-size:12px;
}

.stockTableMake{
	color:#FF9600;
	font-weight:bold;
	font-size:14px;
}

.stockTableContent{
	background-color:#F2F3F3;
	color:#000000;
}
.stockTableContent a{
	background-color:#F2F3F3;
	color:#000000;
	font-size:12px;
	text-decoration:underline;
}
.stockTableContent a:hover{
	background-color:#F2F3F3;
	color:#FF9600;
	font-size:12px;
	text-decoration:underline;
}
.stockTableContent2{
	background-color:#DBDBDB;
	color:#000000;
}
.stockTableContent2 a{
	color:#000000;
	font-size:12px;
	text-decoration:underline;
}
.stockTableContent2 a:hover{
	color:#FF9600;
	font-size:12px;
	text-decoration:underline;
}
.stockTableContent3{
	background-color:#FFFFFF;
	color:#000000;
}
.stockTableContent3 a{
	background-color:#FFFFFF;
	color:#000000;
	font-size:12px;
	text-decoration:underline;
}
.stockTableContent3 a:hover{
	background-color:#FFFFFF;
	color:#FF9600;
	font-size:12px;
	text-decoration:underline;
}
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:normal;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FF9600;
	text-decoration:none;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFAE3B;
	text-decoration:underline;
}

.stockTitle {
	font-size: 16px;
	color: #E3E3E4;
	font-weight:bold;
	padding-left:5px;
	background-image:url(img/make_header.gif); 
	background-position:left; 
	background-repeat:no-repeat;
}

.title {
	font-size: 16px;
	color: #696969;
}

select{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	width : 120px;
}

input{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	width : 80px;
}

.copyright{
	font-size:11px;
	color: #BCBCBC;
}

.browse a{
	font-size:14px;
	color: #8E8E8E;
}

.browse a:hover{
	font-size:14px;
	color: #8E8E8E;
}

.time{
	color: #000000;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}