@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 8px;
}

.small_grey {
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}
a:link {
	text-decoration: none;
	color: #FF3366;
}
a:visited {
	text-decoration: none;
	color: #FF0066;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
}

.large_tight {
  font-size: 18px;
	line-height: 16px;
}
.large {
  font-size: 18px; 
}

.footers {
	font-size: 9px;
	color: #999999;
}
.brown {color: #CC0000}
.grey {color: #999999}
.deep_grey {color: #666}
.orange {color: #F0AC00}

.caption {
  color: #F0AC00;
  font-size: 10px;
  padding: 0;
  margin: 0 0 20px 0;
}
.pink {
color: #FF0066
}

