/* CSS Document */

.leftbox {
	position: relative;
	top: 35px;
	left: 25px;
	width: 195px;
	float: left;
	z-index: 3;
	background-color: #fafdf0;
	border: 1px solid #cad0ea;
}

.emphasis {
	font-weight: bold;
	color: #333399;
	}
	
.bignumber {
	font-weight: bold;
	font-size: 24px;
	margin-right: 5px;
	color: #333399;
	float: left;
	padding: 2px;
	}

.inbox {
    font-family: verdana, helvetica, sans-serif;
    font-size : 11px;
	line-height: 17px;
	}
	
#sublinks a:link, #sublinks a:visited, #sublinks a:active {
	color: #555;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	}

#sublinks a:hover {
	text-decoration: underline;
	}
	
#sublinks {
	position: absolute;
	top: -16px;
	left: 237px;
	width: 450px;
	text-align: right;
	z-index: 10;
	}

