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

@import "SpryTabbedPanels.css";

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-size: 100%;
}
body {
	margin: 20px 15%;
	width: 800px;
	font-family: Verdana, Geneva, sans-serif;
}
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
/* ------------ Header ------------ */ 
#header {
	width: 800px;
	margin-bottom: 12px;
	font-size: 10px;
	background-image: url(../images/brand.png);
	background-position: right;
	background-repeat: no-repeat;
}
/* ------------ Section ------------ */
#section {
	margin: 12px 0;
}
/* ------------ Footer ------------ */
#footer {
	text-align: center;
	font-size: 10px;
	color: #666666;
}
/* ------------ Various ------------ */
.rightBlue {float: right; color: #3399CC;}