/*-----------------------------------------------------
Reset CSS Files
----------------------------------------------------- */
*, html, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, p, blockquote,th, td, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}









/*-----------------------------------------------------
Typhographic
----------------------------------------------------- */
body {
	background:#fff;
	color:#444;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}

.clearFix {
	clear:both;
}

.alignLeft{
	float:left;
}

.alignRight{
	float:right;
}

.center{
	text-align:center;
}

.gridFull{
	width:100%;
}

.marginTop{
	margin-top:10px;
}

.allCaps{
	text-transform:uppercase;
}

a {
	border:0;
	color:#ea630f;
	text-decoration:none;
}

a:visited {
	border:0;
	color:#ea0f0f;
	text-decoration:none;
}
	
a:hover {
	color:#ea0f0f;
	text-decoration:underline;
}

li {
	list-style-type:none;
	padding:0;
	margin:0;
}
a img {
	border:0;
	outline:none;
}

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

h1 {
	font-size:36px;
}

h2 {
	font-size:24px;
}

h3 {
	font-size:16px;
	font-weight:bold;
}

h4{
	font-size:14px;
}

h5, h6 {
	font-size:14px;
}

p {
	line-height:1.5em;
	margin:0 0 15px;
}
