body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #555;
	line-height:20px;
	background-image: url(/images/background.jpg);
	background-repeat:repeat-y;
	background-position:top;
	margin: 14px 0px 0px 0px;
}
a {
	color: #98012E;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
input,textarea {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #555;
	line-height:20px;
}
h1 {
	font-size: 24px;
	color: #98012E;
	font-weight:lighter;
	margin-top:4px;
	margin-bottom:4px;
}
h2 {
	font-size: 18px;
	color: #333;
	font-weight:lighter;
	margin-top:4px;
	margin-bottom:4px;
}
.nav {
	font-size:10px;
	text-transform:uppercase;
}
img {
	border:0px;
}
.txt-sm {
	font-size:11px;
	line-height:15px;
}
.footer {
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	color:#666;
}
.footer a {
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
}

