/* Body styles */
body {
	leftmargin: 0;
	topmargin: 0;
	rightmargin: 0;
	bottommargin: 0;
	marginwidth: 0;
	marginheight: 0;
	background-image: url(images/bg.gif);
	font-size: 18px;
}

/* Container styles */
.container {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
	padding: 20px;
}

/* Typography */
.western {
	font-family: Arial, sans-serif;
	font-size: 18px;
}

/* Paragraph styles */
p.western {
	text-align: left;
}

/* Heading styles */
h2.western {
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 28px;
}

h3.western {
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 24px;
}

h2.western strong,
h3.western strong {
	font-weight: bold;
}

/* List styles */
ul {
	list-style-type: disc;
}

ul li {
	margin-bottom: 0.5em;
}

ul li p.western {
	margin: 0;
}

/* Horizontal rule */
hr {
	border: none;
	border-top: 1px solid #ccc;
	margin: 1em 0;
}

/* Text formatting */
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* Span with Arial font */
.arial {
	font-family: Arial, sans-serif;
	font-size: 18px;
}
