/**
 * @version		1.0.0
 * @copyright	(c) Copyright 2009 Van Dam Innovations
 *				All rights reserved.
 * @link		http://www.vandam-innovations.com
*/

/* Normalise all */

body, div, ul, li, td, h1, h2, h3, h4, h5, h6
{
	font-size:					100%;
}

div, span, img, form, h1, h2, h3, h4, h5, h6, fieldset, table, label, input, a, ul, li, legend
{
	margin:						0px;
	padding:					0px;
	
	background-color:			transparent;
	border:						0px;
	
	color:						#333333;
	font:						normal normal 10px "Lucida Grande", "Trebuchet MS", Verdana, Sans-serif;
}

/* Setup page container */

body
{	
	margin:						0px;
	padding:					0px;
	
	background-color:			#FFFFFF;
	
	color:						#333333;
	font:						normal normal 10px "Lucida Grande", "Trebuchet MS", Verdana, Sans-serif;;
}

/* Links */

a
{
	text-decoration:			none;
}

a:hover
{
	color:						red;
	text-decoration:			none;
}

/* Headers */

h1
{
	font-size:					15px;
	font-weight:				bold;
}

h1.error
{
	color:						red;
}

h5
{
	color:						#333333;
	font-size:					10px;
}

/* Text markup tags */

.bold
{
	font-weight:				bold;
}

.italic
{
	font-style:					italic;
}

.underline
{
	text-decoration:			underline;
}

/* Object positioning tags */

.left
{
	float:						left;
}

.right
{
	float:						right;
}

.clear
{
	clear:						both;
	border:						0px;
	height:						0px;
	width:						0px;
}

/* Error Object */
div.error
{
	width:						600px;
	
	color:						#000000;
	background-color:			#fedada;
	
	text-align:					center;
	
	padding:					5px;
	margin:						10px auto;
	
	border:						solid 1px red;
}
