@charset "utf-8";
/* CSS Document */
/* These are just the demo styles and these can be removed and Orbit 
will still work like a champ (except any content block needs a background which
our demo gets from this sheet) */

.container {
     }
    
.content { background: url(../orbit/m00.jpg); background-repeat:no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px; font-weight:bold; }
  
/*	--------------------------------------------------
	Global Reset & Standards
	-------------------------------------------------- */
	html, body { margin: 0; padding: 0; }
	h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, img, small, strike, strong, em, sub, sup, tt, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td, section { margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-size: 100%; line-height: 1; font-family: inherit;}
	table { border-collapse: collapse; border-spacing: 0; }
	ol, ul { list-style: none; }


	
	h4 {
		font-weight: bold; 
		color: #222;
		font-size: 24px; }
		
	a { 
		color: #FFFCD0;
		text-decoration: none; 
		font-weight: bold;
		font-size: 12px; }
		
	a:hover { text-decoration: underline; }
