body {
	color: #211b15;
	margin: 10px 0 0 0;
}

h1,h2,h3,h4,h5 {
	font-family: georgia, sans-serif;
	font-weight: 300;
	color:#FF0000;
}

/* @group Typography */


p{
	font-family: Georgia, serif;
	line-height:140%;
}

.foot{
	font-family: Georgia, serif;
	line-height:120%;
	color:#666666;
}

li{
	font-family: Georgia, serif;
	line-height:140%;
}

.menutab
{
font-family: Georgia, serif;
	line-height:140%;
	font-size:14px;
	font-weight:bold;
	color:#333333;
}
quotes,
testimonial {
	font-size: large;
	font-style: italic;
	padding: 1.5em 0 0 1.5em;
}

span.source {
	display: block;
	font-size: .6em;
	letter-spacing: .1em;
	margin-top: 5px;
	text-align: right;
	text-transform: uppercase;
}

.new-blue{
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -moz-box-shadow:0 1px 2px rgba(1, 0, 0, 0.25);
  background:#ffffff none repeat scroll 0 0;
  border:1px solid #ffffff;
  color:#FF0000;
  font-weight:bold;
  font-family:Georgia, "Times New Roman", Times, serif;
  line-height:150%;
  padding:0 3px 1px;  
}



a {
	color: #005A8C;
	cursor: pointer;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #005A8C;
	text-decoration: underline;
}


