body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6f6f75;
}

img {
	border: none;
}

h1 {
	margin-top: 0;
	margin-bottom: 4px;
	font-weight: normal;
	font-size: 28px;
	text-transform: uppercase;
	color: #aeaeb2;
}

h2 {
	margin-top: 0;
	margin-bottom: 22px;
	font-weight: normal;
	font-size: 22px;
	text-transform: uppercase;
	color: #aeaeb2;
}

h3 {
	margin-top: 4px;
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

form {
	padding: 0;
	margin: 0;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #757f8a;
}

td,
th {
	font-size: 11px;
}

select {
	font-size: 11px;
}

ul {
	padding: 0;
	margin: 0;
	margin-top: 3px;
	margin-bottom: 3px;
	list-style-type: none;
}

li {
	padding: 0;
	margin: 0;
	background: url(../images/item_list.gif) no-repeat 0 7px;
	padding-left: 12px;
}

a {
	color: #474747;
	outline: none;
}

a.contenturl-externurl {
	text-decoration: none;
}

a.contenturl:hover,
a.contentdoc:hover {
	color: #ed1c24;
}

p {
	margin-top: 0;
	margin-bottom: 14px;
}

cite {
	font-style: italic;
	font-size: 14px;
	color: #474747;
	background: url(../images/cite_left.gif) no-repeat;
	position: relative;
	left: -22px;
	padding-top: 8px;
	padding-left: 22px;
	display: block;
}

cite img {
	position: relative;
	top: 8px;
	left: 2px;
}