body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #37414A;
}

p {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #37414A;
}

h1 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #37414A;
}

td {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

th {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}
.purple{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #67408F;
	text-decoration: none;
}
a.purple:link {color: #67408F;}
a.purple:active {color: #67408F;}
a.purple:visited {color: #67408F;}
a.purple:hover {color: #37414A;}

.smallLink {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	text-decoration: none;
}
a.smallLink:active {color: #555555;}
a.smallLink:link {color: #555555;}
a.smallLink:visited {color: #555555;}
a.smallLink:hover {color: #67408F;}

.preview-button:hover , .submit:hover .enter-button, .submit2:hover .remove-me {
	background-color:#444 !important;
}

p.error {
	color:red;
}

p.message {
	color:#2596F2;
}

.social-fb {
	display:block;
	width: 32px;
	height: 32px;
	float:left;
	margin-right: 3px;
	background: url('images/facebook-bw-32x32.png') top left no-repeat;
}

.social-tw {
	display:block;
	width:32px;
	height:32px;
	float:left;
	background: url('images/twitter-bw-32x32.png') top left no-repeat;
}

.social-fb:hover {
	background: url('images/facebook-32x32.png') top left no-repeat;
}

.social-tw:hover {
	background: url('images/twitter-32x32.png') top left no-repeat;
}
