a {
	color: #0e1f5b;
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	}

a:visited {
	color: #0e1f5b;
	}

body {
	background-color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 20px;
	}
	
.banner {
	height: 20px;
	padding: 20px;
	background-color: #3b5998;
	margin-bottom: 20px;
	border: 1px solid #0e1f5b;
	vertical-align: top;
	}
	

.stat_bar {
	position: relative;
	top: -10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #e2c822;
	text-align: right; 
	padding-right: 20px;
	background-color: #fff9d7;
	}
	
.about {
	float: left;
	height: auto;
	padding: 20px;
	width: 400px;
	font-size: 16px;
	line-height: 21px;
}

.aboutTag {
	font-size: 24px;
	color: #3b5998;
	font-variant: small-caps;
	font-weight: bold;
	}
	
.purchaseItem {
	font-size: 16px;
	line-height: 22px;
	font-variant: small-caps;
	}
	
.accountItem {
	font-size: 16px;
	line-height: 24px;
	font-variant: small-caps;
	}

.accountItem2 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	}
	
.spacer {
	height: 20px;
}
	
.aboutItem {
	font-size: 24px;
	font-variant: small-caps;
	font-weight: bold;
	}
	
.login {
	float: left;
	height: auto;
	padding: 20px;
	width: 400px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

.balance {
	float: left;
	height: auto;
	padding: 20px;
	width: 400px;
	text-align: left;
}

.logo {
	margin-right: 20px;
	font-size: 32px;
	font-weight: bold;
	color: white;
	}
	
.tagline {
	margin-right: 20px;
	font-size: 24px;
	color: white;
	font-variant: small-caps
	}
	
.yui-button-hover button {
	background-color: purple;
}

