/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, img, q, dl, dt, dd, ol, ul, li, legend, caption{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
}
strong{font-weight:bold;}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
a{outline:none;}

body{
	padding:0;
	margin:0 auto;
	text-align:center;
	font-size:10px;
	font-family: Helvetica, Arial, sans-serif;
	color:#4d4d4d;
	background:#fff;
	line-height: 1.5;
}

/*-------------------
Main Text Formating
---------------------*/

h1{
	font-size:24px;
}

h2{
	font-size:22px;
}

h3{
	font-size:20px;
}

h4{
	font-size:18px;
}

h5{
	font-size:16px;
}

h5{
	font-size:14px;
}

p{
	font-size:12px;
	line-height:16px;
}

p a{
	color:#0099FF;
	text-decoration:underline;
}
	p a:hover{
		color:#0033FF;
		text-decoration:underline;
	}
	
ul a{
	color:#0099FF;
	text-decoration:underline;
}
	ul a:hover{
		color:#0033FF;
		text-decoration:underline;
	}
	
ul{
	font-size:12px;
	line-height:16px;
}

	ul li{
		
	}

/*-------------------
Quick Classes
---------------------*/

/*-------------------
Navigation
---------------------*/

#navigation{
	display:none;
}
