

/* CSS Document */

/*NORMALISING INSTRUCTIONS
------------------------------------*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4,
h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul,
li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; background:transparent;}

:focus { outline : 0; }

ol, ul { list-style : none; }

table { border-collapse : collapse; border-spacing : 0; }

caption, th, td { text-align : left; font-weight : normal; }

blockquote, q { quotes : "" ""; }


/* Removes border spacing and collapses borders */
	table {
	border-collapse:collapse;
	border-spacing:0;
	}
	
/* Removes border from fieldset and image */
	fieldset, img{
	border:0;
	}
	
/* Left aligns text in caption and th */
	caption, th {
	text-align:left;
	}
	
	a, a:link a:hover, a:visited {
	text-decoration:none;
	}
	
input,textarea,select {font-family:inherit;font-size:inherit;font-weight:inherit;}

input,textarea,select {*font-size:100%;}

legend {color:#000;}

del,ins {text-decoration:none;}

h1 {font-size:1.3em;}

h2 {font-size:1.4em;}

h3 {font-size:1em}

h1,h2,h3 {margin:0; padding:0; }

h1,h2,h3,h4,h5,h6,strong {font-weight:bold;}