<!--

	/*----------------------------------------------------------------------

		Acts 435
		http://www.acts435.co.uk/

		Developed by Designition Ltd - www.designition.co.uk

		Copyright 2009

	----------------------------------------------------------------------*/

	body {
		color:       #171717;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size:   62.5%;
		line-height: 1.5em;
	}


	/*--------------------------------------------------------------------*/

	a {
		color:           #000;
		font-weight:     bold;
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}

		a.big_link {
			background:      #47a5ff;
			color:           #fff;
			margin:          0 2px;
			padding:         7px 10px;
			text-decoration: none;
		}

			a.big_link:hover {
				text-decoration: underline;
			}

	abbr {
		border-bottom: 1px dashed;
		cursor:        help;
	}

	blockquote p {
		/* text-indent: -1em; */
		margin:      1.5em 2.5em;
	}

		* html blockquote p {
			text-indent: 0;
		}

		blockquote p:before,
		blockquote p:after {
			font-size:      2em;
			line-height:    0;
			vertical-align: middle;
		}

		blockquote p:before { content: '\201C'; /* &ldquo; */ }
		blockquote p:after  { content: '\201D'; /* &rdquo; */ }


	cite {
		display:    block;
		font-style: italic;
		text-align: right;
		margin:     0em 5.5em 1.5em;
	}

	del {
		text-decoration: line-through;
	}

	dl {
		font-size:     1.3em;
		line-height:   1.5;
		margin-bottom: 1.5em;
	}

		dt {
			font-weight:   bold;
			margin-bottom: .5em;
		}

		dd {
			margin-bottom: .5em;
		}

			dl dd * {
				font-size: 1em;
			}

	em {
		font-style: italic;
	}

	h1 {
		font-size:   2.4em;
		font-weight: bold;
		line-height: 1.5;
		margin:      .5em 0;
	}

	h2 {
		font-size:   1.9em;
		font-weight: bold;
		line-height: 1.5;
		margin:      .5em 0;
	}

	h3 {
		font-size:   1.6em;
		font-weight: bold;
		line-height: 1.5;
		margin:      .5em 0;
	}

	h4, h5, h6 {
		font-size:   1.5em;
		font-weight: bold;
		line-height: 1.5;
		margin:      .5em 0;
	}

	hr {
		background: #e3e3e3;
		border:     0;
		color:      #e3e3e3;
		height:     1px;
		margin:     20px 0;
	}

	img {}

	ins {
		border-bottom: 1px dotted;
	}

	ol {
		margin-bottom: 1.5em;
	}

		ol li {
			font-size:   1.3em;
			line-height: 1.5;
			list-style:  decimal;
			margin-left: 2em;
		}

			ol li * {
				font-size: 1em;
			}

			ol li ol {
				margin-bottom: 0;
			}

	p {
		font-size:     1.3em;
		line-height:   1.5;
		margin-bottom: 1em;
	}

	small {
		font-size: .75em;
	}

	strong {
		font-weight: bold;
	}

	sub {
		font-size:      .85em;
		vertical-align: sub;
	}

	sup {
		font-size:      .85em;
		vertical-align: super;
	}

	table {}

	ul {
		margin-bottom: 1.5em;
	}

		ul li {
			font-size:   1.3em;
			line-height: 1.5;
			list-style:  disc;
			margin-left: 2em;
		}

			ul li * {
				font-size: 1em;
			}

			ul li ul {
				margin-bottom: 0;
			}

-->