@charset "utf-8";
.GreyColor {color: #D7D8DA}

/* CSS Document */

.BlackBold {color: #2F2F37; font-weight: bold; }
.GreyBold {
	color: #D7D8DA;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}
.Header {
	color: #D7D8DA;
	font-weight: bold;
	font-size: 16pt;
	margin-top: 0px;
}
.LoginButton {
	color: #D7D8DA;
	background-color: #2F2F37;
	padding: 4px;
	margin: 4px;
	width: 98%;
	font-size: 12pt;
}


.XXSmall {font-size: xx-small}
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.ProductSeparator {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
}
.Link {
	text-decoration: none;
	color: #2F2F37;
}
.BorderSmall {
	border: 1px solid #000;
}
.TextMediumWhite {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFF;
}
.TextSmallWhite {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFF;
}
