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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}
.address {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #19160D;
}
.small {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #19160D;
}
.smallBold {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #19160D;
}
.medium {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #19160D;
}
.bigGrey {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
}
a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #330066;
}
a:hover {
	text-decoration: underline;
	color: #0000CC;
}
a:active {
	text-decoration: none;
}