*:focus {
	outline: none;
}
a {
	color: #535353;
	text-decoration: none;
}
.alteration-up {
	color: #7ab800;
}
.alteration-equal {
	color: #aaa;
}
.alteration-down {
	color: #ff0000;
}

.alteration-up-img {
	color: #7ab800;
	background:url(images/up.png) left 12px no-repeat;
	padding-left:18px;
}
.alteration-equal-img {
	color: #aaa;
	background:url(images/equal.png) left 6px no-repeat;
	padding-left:18px;
}
.alteration-down-img {
	color: #ff0000;
	background:url(images/down.png) left 4px no-repeat;
	padding-left:18px;
}

#wrapper {
	background: #efefef;
	/*max-width: 355px;*/
	width: 100%;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	overflow: hidden;
	/* background-color: #F2F7FA;*/
	padding: 0;
	margin: 0;/* width: 170px; */
}
h2 {
	font-size: 79px;
	padding: 0;
	margin: 0;
	line-height:60px;
}
td {
	text-align: left;
	vertical-align:top;
}

.topspan,
.bottomspan{
	display:block;
	font-size:22px;
}
.topTable{
	margin:30px 0;
}
.bottomTable{
}
.bottomTable td{
	padding:4px 0;
}
.bottomTable td.exchangeTitle{
	font-size:17px;
}
.bottomTable td.rightAlign{
	text-align:right;
	font-size:17px;
}

.bottomTable td.rightAlign a{
	color:#666666;
	text-decoration:underline;
}

.bottomTable td.rightAlign a:hover{
	text-decoration:none;
}

@media screen and (max-width : 300px) {
	h2 {
		font-size: 50px;
		line-height:50px;
	}
}