/* Stylesheet by Matt Hinchliffe > www.forum-design.co.uk */
body {
	font-size: 0.626em;
	}

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

p, ul, ol, table, img, label, fieldset input, fieldset button, fieldset option, fieldset textarea, #captcha input {
	font-size: 1.3em;
	}

h1, h2, h3 {
	color: #3b5997;
	}

h1 {
	font-size: 2.4em;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	}
h1 span {
	display: none;
	visibility: hidden;
	}
h1 img {
	display: block;
	visibility: visible;
	border: 5px solid #dae2e6;
	margin: 0 auto 0.5em auto;
	}

h2 {
	font-size: 1.6em;
	}

h3, h4, h5 {
	font-size: 1.3em;
	}

p, ul li, ol li {
	line-height: 130%;
	}
p {
	margin: 0 0 0.6em 0;
	}

img {
	border: 0px;
	}

a {
	color: #3b5997;
	text-decoration: underline;
	}

a:hover, a:visited:hover {
	color: #67a54b;
	}

a:visited {
	color: #666;
	}

blockquote {
	margin: 1em;
	padding: 0 12px 0 20px;
  	background: #f4f4f4;
	border: 1px solid #aeaeae;
	border-left: 3px solid #3b5997;
	font: bold 1.1em;
}

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

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

thead {
	background: #223c72 url(thead.png) repeat-x scroll top;
	margin: 0;
	color: #fff;
	text-align: left;
	font-weight: bold;
	}
th, td {
	margin: 0;
	padding: 0.3em 6px;
	}

td.first,th.first {
	border-left: 0px;
}

tr.row-a {
}

tr.row-b {
}

/* Forms */
fieldset {
	border: 1px solid #E2E2E2;
	width: auto;
	display: block;
	margin: 0 0 14px 0;
	}
fieldset legend {
	font-weight: bold;
	font-size: 1.5em;
	margin: 0 0 0 0.5em;
	padding: 0 0.1em;
	}
fieldset label {
	display: block;
	float: left;
	width: 14em;
	line-height: 1.6em;
	text-align: right;
	font-weight: normal;
	padding: 0 0.5em 0 0;
	}
fieldset div {
	display: block;
	clear: both;
	padding: 0.8em 0;
	}
fieldset p {
	padding: 0.5em;
	}

input, textarea, button {
	border: 1px solid #ADADAD;
	background: #FAFAFA;
	padding: 3px;
	font: normal normal normal 0.9em Verdana, Arial, Helvetica, sans-serif;
	}
input:focus, textarea:focus, button:hover {
	background: #ECF3EB;
	border-color: #89C77B;
	}
button#clear:hover {
	background: #F9DAD9;
	border-color: #EA6669;
	}
input {
	margin: 0;
	}
input[type=checkbox], input[type=radio], .radio, .checkbox {
	background: none;
	border: none;
	width: 2em;
	line-height: 1.6em;
	display: inline;
	margin: 0 0 0 0.5em;
	}
select {
	width: 210px;
	}
option {
	padding: 1px;
	}
button {
	margin: 0 0 0 1em;
	cursor: pointer;
	padding: 2px;
	}

.buttons {
	padding: 0.5em;
	text-align: center;
	}

/* 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.8em;
}
.float-left {
	float: left; margin: 0 8px 8px 0;
	}
.float-right {
	float: right; margin: 0 0 8px 8px;
	}
.force-new-line	{
	clear: both;
	width: 100%;
	line-height: 0px;
	height: 0px;
	font-size: 0%;
	}