@charset "utf-8";
.innerbox {
	border: 1px solid #FDEB9F;
}

.flashleft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DEC03A;
	background-color: #000000;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
table.floatLeftT { 
    float: left; 
    margin: 4px; 
}
table.floatRightT { 
    float: right; 
    margin: 4px; 
}
a:link {
	color: #FDE58B;
	text-decoration: none;
}
a:visited {
	color: #FDE58B;
	text-decoration: none;
}
a:hover {
	color: #FDE58B;
	text-decoration: underline;
}
a:active {
	color: #FDE58B;
	text-decoration: none;
}

