/*
	These styles will not only be visible on the site but
	will also be applied to pages in the Admin Page Editor.
	CSS classes will be available in the editor's format
	drop-down.
*/

a {
	color: #fff;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

body {
	background-color: #c22913;
	font-family: Arial;
	font-size: 76%;
}

h1, .h1 {
	clear: both;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	margin: 16px 0;
}

h2, .h2 {
	background: url("/images/menu_header.gif") top left repeat-x;
	clear: both;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	margin: 30px 0 15px 0;
	padding: 10px 8px;
}

h3, .h3 {
	clear: both;
	color: #000;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	margin: 15px 0;
}

img {
	border: 0;
	margin: 1em;
}

.image-left {
	float: left;
	margin: 3px 10px 10px 0;
}

.image-right {
	float: right;
	margin: 3px 0 10px 10px;
}

p, ul, ol {
	margin: 1em 0;
}

p {
	margin: 1em 0;
	text-align: justify;
}

ul {
	list-style-type: square;
}

.small {
	font-size:	0.9em;
}
