/* CSS Document */

#textbox-store {
	padding: 10px;
}

#textbox-main {
	border: 1px solid #FFFFFF;
	background-color: #707070;
}

.text-main {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}
.text-main a:link{
	color: #ECDA91;
	text-decoration: underline;
}
.text-main a:visited{
	color: #ECDA91;
	text-decoration: underline;
}
.text-main a:hover{
	color: #F3E9BC;
	text-decoration: none;
}
.text-main a:active{
	color: #F3E9BC;
	text-decoration: none;
}

.heading {
    font-family: Arial;
	font-size: 15px;
	color: #FFFFFF;
	font-weight:bold;
}


body {
	background-color: #000000;
	margin-top: 0px;
}
.style2 {	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {color: #FFFFFF}
a:link {
	color: #ECDA91;
	text-decoration: none;
}
a:visited {
	color: #ECDA91;
	text-decoration: none;
}
a:hover {
	color: #F3E9BC;
	text-decoration: underline;
}
a:active {
	color: #F3E9BC;
	text-decoration: none;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style8 {font-size: 12px}

.style10 {font-size: 14px}
.style11 {font-size: 10px}