@charset "ISO-8859-1";
/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #5B0007;
	font:normal 15px Arial, Helvetica, sans-serif;
	color:#333;
	letter-spacing:0.15px;
}
		h1,h2,h3,h4,h5,h6 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight:bold;
			text-align:center;
		}
		h1 {
	letter-spacing:-1.5px;
	font-size:40px;
	line-height: 40px;
	margin:0 0 10px;
} 
		h2 {
	letter-spacing:-0.9px;
	font-size:30px;
	line-height: 30px;
	text-transform: capitalize;
	margin-top: 45;
	margin-right: auto;
	margin-bottom: 45px;
	margin-left: auto;
	width: 695px;
}
		h3 {
	letter-spacing:-1px;
	font-size:24px;
	line-height: 24px;
	margin:0 0 10px;
	color: #000;
}
		h4 { letter-spacing:-0.8px; font-size:20px; line-height: 20px; margin:0 0 10px; }
		h5 { letter-spacing:-0.4px; font-size:18px; line-height: 18px; margin:0 0 10px; }
		h6 { letter-spacing:-0.3px; font-size:16px; line-height: 16px; margin:0 0 10px; }
		p {
	text-align:left;
	line-height:20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #232323;
}
		.red, h2 { color:#f00000; }
		.left { text-align:left; }
		.highlight {
	background-color:#FFFF99;
}
		.center {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
		.testi {
			font:italic normal 14px Arial, Helvetica, sans-serif;
			text-align:left;
			padding:0 15px;
		}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #900;
	list-style-position: outside;
	list-style-image: url(../images/bullet.jpg);
	list-style-type: disc;
	text-align: left;
}
.nosigns {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: center;
	width: 581px;
}
.greentick {
	list-style-position: inside;
	list-style-image: url(file:../images/greentick.png);
	width: 500px;
	text-align: left;
}
.redcross {
	list-style-image: url(file:../images/redcross.png);
	text-align: left;
}
.boldunderlined {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.arrow {
	list-style-image: url(file:../images/greenarrow.png);
	text-align: left;
}
.header1 {
	font-family: Impact;
	font-size: 48px;
	padding: 5px;
	width: 600px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	color: #CC0000;
}
