* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
}

body {
	font-family: "Arial";
	font-size: 12px;
/*  background: #ffffff url(/images/backgrounds/page.png) repeat-y 50%;*/
    background:#BB1000 url(/images/backgrounds/head.png) repeat-x scroll left top;
	line-height: 130%;
}

p {
	margin-top: 2px;
	margin-bottom: 16px;
}

a {
	text-decoration: none;
	color: #EE0000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}

a:hover {
	text-decoration: underline;
}

fieldset {
	border: 0px;
}

/*iframe {
	width: 0px;
	height: 0px;
	border: 0px;
}
*/
img {
	border: 0px;
}

li {
	list-style: none;
}

.clear {
	height: 0px;
	clear: both;
	overflow: auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.centered {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

h1 {
	font-size: 24px;
	color: #EE0000;
	height: 37px;
	padding-top: 24px;
}

h2 {
	font-size: 20px;
	color: #EE0000;
	margin: 20px 0 20px 0;
}

.pagination {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}