* {
	margin: 0;
	padding: 0;
	/*border: 1px solid yellow;*/
}

body {
	background: #000;
	color: #FFF;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 70%;
}

/*******************************************************************************
 * Heading tags
*******************************************************************************/

h1 {

}

h2 {
	font-size: 2.8em;
}

/*******************************************************************************
 * Links
*******************************************************************************/

a:link,
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

a:hover,
a:active,
a:focus {
	text-decoration: underline;
}

p {
	padding: 0 0 20px 0;
}

/*******************************************************************************
 * Reuseable buttons
*******************************************************************************/

a.read-more {
	display: block;
	float: left;
	height: 22px;
	background: transparent url(../images/read-more-left.gif) no-repeat top left;
	padding: 0 0 0 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
	text-transform: uppercase;
	color: #C3C3C3;
}

a.read-more span {
	display: block;
	float: left;
	padding: 3px 5px 0 0;
	height: 19px;
	background: transparent url(../images/read-more-right.gif) no-repeat top right;
	width: auto;
}

a.read-more:hover {
	text-decoration: none;
	color: #FFF;
}

a.read-more:visited {
	text-decoration: none;
}

/*******************************************************************************
 * Form errors
*******************************************************************************/

#form_errors ul, ul.errors {
	margin: 0 0 20px 0;
	color: #FF0000;
}

/*******************************************************************************
 * Colours
*******************************************************************************/

.red {
	background-color: #C60001;
}

.orange {
	background-color: #F57F01;
}

.purple {
	background-color: #803F7F;
}

.blue {
	background-color: #3D4E94;
}

.green {
	background-color: #618929;
}

.light-blue {
	background-color: #396977;
}

.pink {
	background-color: #A81742;
}

.grey {
	color: #C8C8C8;
}


em, i {
	font-style: italic;
}
