body {
	
	background-attachment: scroll;
	
	background-color: #FFFFFF;
	
	background-image: url(/images/site/gradient.jpg);
	
	background-repeat: repeat-x;
	
	background-position: center top;

	margin: 0px;
}

td {
	
	font-family: Segoe, Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 16px;

	color: #333333;
}


h1 {
	
	font-size: 20px;
	
	line-height: 25px;
	
	color: #785649;
}


h2 {
	
	font-size: 16px;
	
	line-height: 23px;
	
	color: #785649;
	
}


a {
	
	color: #0d448f;
	
	text-decoration: underline;
}


a:hover {
	
	color: #fd4647;
	
	text-decoration: underline;
}


.small {
	
	font-size: 10px;
	
	line-height: 14px;
}


.footer {
	
	font-size: 9px;
	
	line-height: normal;
}


a.footer {
	
	font-size: 9px;
	
	line-height: normal;
	
	color: #2F2F2F;
	
	text-decoration: none;
	
	font-weight: bold;
}


a.footer:hover {
	
	font-size: 9px;
	
	line-height: normal;
	
	color: #2F2F2F;
	
	text-decoration: underline;
	
	font-weight: bold;
}


.nav {
	
	line-height: normal;
	
	color: #2F2F2F;
	
	text-decoration: none;
}


a.nav {
	
	line-height: normal;
	
	color: #000000;
	
	text-decoration: none;
}


a.nav:hover {
	
	line-height: normal;
	
	color: #8A0C22;
	
	text-decoration: underline;
}


.title {
	
	font-size: 12px;
	
	line-height: normal;
	
	color: #8A0C22;
	
	font-weight:bold;
	
	text-transform: uppercase;	
}


.subtitle {
	
	font-size: 13px;
	
	line-height: normal;
	
	color: #000000;
}


.outline {
	
	border: 1px solid #8c6964;
}


input {
	
	font-family: Segoe, "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 11px;
	
	line-height: normal;
	
	color: #333333;
}

	
textarea {
	
	font-family: Segoe, "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 11px;
	
	line-height: normal;
	
	color: #333333;
}


.outline_disabled {
	
	border: none;
}


.outline_margin {
	
	border: 1px solid #C5C5C5;
	
	margin-bottom: 4px;
}


.home_background {
	
	background-attachment: scroll;
	
	background-image: url(/images/home/background.jpg);
	
	background-repeat: no-repeat;
	
	background-position: center top;
}
