@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
/*	R E S E T
	-------------------------------------------------------------- */


	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,
	dd, dl, dt, li, ol, ul,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100.01%;
		font-family: inherit;
		text-align: left;
	}

	body 							{  }
	img 							{margin: 0px; padding: 0px; border: none; }
	a img, :link img, :visited img	{ border: none; }
	ol, ul 							{ list-style: none; }
	table							{ border-collapse: collapse; border-spacing: 0; }
	caption, th, td 				{ text-align: left; }
	a:focus							{ outline: none; }
	
/*	I E  F I X E S
	-------------------------------------------------------------- */

	body			{ text-align: center; }
	#container		{ text-align: left; }	
	* html textarea	{ overflow:scroll; display:inline; }
	* html input	{ overflow: hidden; display:inline; }
	ol 				{ margin-left:2em; }
	legend			{ margin-bottom:1.4em; }
	
	
/* G L O B A L S T Y L E S
--------------------------------------------------------------	*/
	
body { font-family:Arial, Helvetica, sans-serif; font-size:74%; color:#1B4164; background:url(../images/display-images/body-bg.gif) repeat-x #fff top; line-height:1.6em;}

a, a:link, a:active, a:visited { color:#069; text-decoration:none; }
a:hover { color:#09C; }

h1, h2, h3, h4, h5, h6 { font-weight:100; color:#153756; font-family:Calibri, Arial, Helvetica, sans-serif; }
h1 { font-size:1.7em; line-height:1em; margin:0px 0px 5px 0px; }
h2 { font-size: 1.5em; line-height:1em; margin:0px 0px 7px 0px; }
input, textarea, select { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#333; }

strong { font-weight:bold; }
p { margin:5px 0px 10px 0px; }