/*------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------ matrix.css ------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------*/


		/* CSS Reset */

		html, body, div, span,
		applet, object, iframe,
		h1, h2, h3, h4, h5, h6,  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,
		 {
			margin: 0;
			padding: 0;
			border: 0;
			font-weight: inherit;
			
			
			/* line-height: 1; */
			font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
			text-align: left;
			
		}

		a img, :link img, :visited img {border: 0;}

		table {
			border-collapse: collapse;
			border-spacing: 0;
		}

		ol, ul , li {list-style: none;}

		q:before, q:after,
		blockquote:before, blockquote:after {
			content: "";
		}

		/* Global elements */

		body {
	background:#666666 url(../img/bkg.gif) repeat-x scroll center top !important;
	width:96%;
	
		}
		
		table, caption, tbody, tfoot, thead, tr, th, td {
			margin: 0;
			padding: 0;
			border: 0;
			font-weight: bold;
			
			font-size: 11px;
			
			/* line-height: 1; */
			font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
			text-align: left;
			vertical-align: baseline;
		}
		
		p {
			font-size:11px;
		}


		a, a:link, a:hover {
			color: #1e5b7e;
			text-decoration:none;
			-moz-outline:none;
			cursor:pointer;
		}

		a:hover {
			text-decoration:underline;
		}

		a:visited {
			color:#003B6B;
		}

		b, strong {font-weight:bold;}

		h1, h2, h3{
			font-weight:normal;
			font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
		}

		h1 {
			font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
			color:#8c0000;
			border-bottom:1px solid #8c0000;
			padding:0 10px 6px 0;
			margin:0 0 0px 0;
		}

		#overviewHead{
			position:relative;
			margin-bottom:20px;
		}

		h2 {
			font-size: 148.5%;
			color:#ffffff;
			display:block;
			background:url(..img/h2.gif) 0 7px repeat-x;
			
		}

		h2 span {
			padding:0 5px 0 0;
		}

		h3 {font-size: 153%;}
