/* BODY */

body {
  	font-family: Arial, Verdana, sans-serif;
  	line-height: 1.6; /* Unitless for proper inheritance */
	color: #414141;
}
   
body          { font-size: 75%; }   /* IE (10px = 62.5%, 11px = 68.75%, 12px = 75%, and so forth) */
html > body   { font-size: 12px; }  /* All other browsers */

/* HEADINGS */

h1, h2, h3, h4, h5, h6 { 
  	font-family: Helvetica, Arial, Verdana, "Lucida Grande", sans-serif;
	margin: 0 0 5px 0;
	padding-top: 4px;
	line-height: 1.1;
}

h1 { font-size: 1.5em; color:#e2107e; }
h2 { font-size: 1.2em; color:#00a3fe; }
h3 { font-size: 1.2em; color:#fff402; }
h4 { font-size: 1.4em; margin: 0 0 5px 0; }
h5 { font-size: 1.1em; margin: 5px 0 5px 0; line-height: 1.1; }
h6 { font-size: 0.7em; line-height: 1; margin: 0 0 3px 0;}

h2.big { margin: 0 0 10px 0; font-size: 34px; color: #202020; line-height: 1.1; }

/* 
Uncommenting this will cause all <span> tags within <h?> tags to disappear 
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { display: none; } 
*/

/* TEXT ELEMENTS */

p           	{ margin: 0 0 15px 0; color: #414141; }
p.last      	{ margin-bottom: 0; }

ul, ol      	{ margin: 0 0 15px 0; }
ul 				{ list-style-type: disc; margin-left: 0px; }
ol          	{ list-style-type: decimal; margin-left: 0px; }

ol li			{ margin: 0 0 8px 0; padding: 0; }

a				{ text-decoration: none; outline: none; color: #414141; }
a:active		{ outline: none; }
a:hover     	{ text-decoration: underline; }

img				{ margin: 0; padding: 0; border: none; display: block; }
img.left		{ float: left; margin-right: 15px; }
img.right		{ float: right; margin-left: 15px; }

blockquote  	{ margin: 0 0 15px 0; padding: 10px; font: italic 13px Georgia, Helvetica, Arial, sans-serif; background: #e0e0e0; line-height: 1.7; }
blockquote p 	{ margin-bottom: 15px !important; }

strong      	{ font-weight: bold; color: #404040; }
em          	{ font-style: italic; }
abbr			{ border-bottom: 1px dotted #999; cursor: help; }

pre         	{ margin-bottom: 15px; background: #eee; border: 1px solid #ddd; padding: 10px; }
code        	{ font: 0.9em Monaco, monospace; background: #202020; color: #00ff00; padding: 5px 8px; }

.orange 		{ color:#f16625;}

/* FROMS */

label     		{ font-weight: bold; }
textarea  		{ font-family: Helvetica, Arial, sans-serif; font-size: 12px; }