/* Stylesheet by Matt Hinchliffe > www.forum-design.co.uk */

body {
	font-size: 1em;
	color: #000;
	font-size: 0.8em;
}

body, th, td, input, textarea, select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, table, input, textarea, select, option, li, label, pre {
	font-size: 1em;
}

h1, h2, h3 {
	clear: both;
	float: none;
	display: block;
	}

h1 {
	line-height: 1.7em;
	margin: 0 0 0.1em 0;
	padding: 0 0 0 10px;
	color: #fff;
	font-size: 1.6em;
	font-weight: 500;
	background: black url(fadeB.png) repeat-x scroll top;
}

h2 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
	text-indent: 10px;
	width: 100%;
	background: #F7F7F7;
	border: 1px solid #ccc;
}
h2 span {
	font-size: 0.8em;
	}

h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: bold;
	display: block;
}

p, ul, ol {
	line-height: 150%;
}

img {
	border: 0px;
}

a {
	color: #ac0b0b;
}

a:hover {
	color: #666;
}

blockquote {
	margin: 15px;
	padding: 0 12px 0 20px;
  	background: #f4f4f4;
	border: 1px solid #ccc;
	border-left: 3px solid #ac0b0b;
	font: bold 1.1em;
	text-align: left;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}
	
/* Table Styling */

table {
	margin: 1em 0;
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	text-align: left;
	}

thead {
	background: #7d0a0a url(fadeR.png) repeat-x scroll top;
	margin: 0;
	color: #fff;
	text-align: left;
	font-weight: bold;
	}
th, td {
	margin: 0;
	padding: 0.5em 6px;
	}
tr.alt {
	background: #e5e5e5;
	}

/* Site classes */
.align-center { 
	text-align: center;
	}
.align-right { 
	text-align: right;
	}
.hidden-note {
     display: none;
}
.important {
    color: red; font-weight: bold;
}
.small {
	font-size: 0.75em;
}
.float-left {
	float: left; margin: 0 8px 8px 0;
	}
.float-right {
	float: right; margin: 0 0 8px 8px;
	}
.force-new-line	{
	clear: both;
	line-height: 5px;
	height: 0px;
	font-size: 0%;
	width: 100%;
	display: block;
	}