@charset "utf-8";
/* CSS Document */

body {
	font-family:"Times New Roman", Times, serif;
	font-size:62.5%;
	color:#333;
}

.left {text-align:left;}
.center {text-align:center;}
.right {text-align:right;}

.normal {font-weight:normal;}
.bold {font-weight:bold;}
.underline {text-decoration:underline;}

.clear {height:20px;clear:both;}


.ticker {
	color:#ffcc33;
	font-size:1.6em;
	text-align:right;
}
.sideItem {
	color:#ccc;
	font-size:1.2em;
	letter-spacing:-1;
	padding-top:1px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
.sideItem:hover {
	color:#fff;
	text-decoration:none;
}
#footer {
	text-align:center;
}

.btmItem {
	color:#fff;
	font-size:1.4em;
	text-decoration:none;
}
.btmItem:hover {
	color:#093;
	text-decoration:underline;
}
.copy {
	font-size:1.1em;
	color:#fff;
}

