
* {
	padding:0;
	margin:0;
}

ul {
	list-style-type:none;
}

fieldset {
	border:none;
}

a img {
	border:none;
}

a {
	text-decoration:none;
	color: #690011;
	-moz-outline:none;
}

a:hover {
	text-decoration:underline;
}

.byline {
	color:#333333;
	text-transform:uppercase;
	font-size:11px;
	line-height:14px;
}

.byline strong {
	display:block;
}

blockquote {
	color: #690011;
	font-size:24px;
	line-height:33px;
	font-weight:normal;
}

body {
	font-family:arial;
	font-size:14px;
	line-height:22px;
	color:#636363;
	background-repeat:repeat-x;
	background-position:50% -100px;
	min-width:980px;
}

p {
	padding-bottom: 1em;
}

h1 {
	color:#333333;
	font-size:37px;
	font-weight:normal;
	margin-bottom:25px;
}

h2 {
	color:#333333;
	font-size:28px;
	font-weight:normal;
	margin-bottom:20px;
}

h3 {
	color:#333333;
	text-transform:uppercase;
	margin-bottom:30px;
	font-size:16px;
}

.image-navigation {
	background-repeat:no-repeat;
	outline:0;
	text-indent:-9999px;
}

label {
	font-weight:bold;
	display:block;
	font-size:13px;
	color:#939393;
}

input {
	background-color: #ffffff;
	color: #636363;
}

input[disabled] {
	background-color:#e8e8e8;
}

