@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/cubed/backdrop.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #2A2A2A;
}
.headertxt {
	color: #0069aa;
	font-size: 24px;
}
.formfield {
	width: 160px;
	height: 24px;
	border-width: 0px;
}
.brandbox {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 1px solid #dae6f3;
	margin-left: 2px;
}
a:link {
	color: #0069AA;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0069AA;
}
a:hover {
	text-decoration: underline;
	color: #FF5A08;
}
a:active {
	text-decoration: none;
	color: #FF5A08;
}
.profilephotos {
	/* [disabled]padding-top: 10px; */
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;
}