/*------------------------------------------------------------------

Note: Use this stylesheet for global cross browser fixes and resetting all styles to 0px so can add again

------------------------------------------------------------------*/

/* 1.0 - Reset
------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

/* 2.0 - Clearing Fixes
------------------------------------------------------------*/

.clear { 
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
	display: block;
	width: 0px;
}
.clearfix:after {   
    content: ".";   
    display: block;   
    clear: both;   
    visibility: hidden;   
    line-height: 0;   
    height: 0;   
}   
.clearfix {   
    display: inline-block;   
}   
html[xmlns] .clearfix {   
    display: block;   
}   
* html .clearfix {   
    height: 1%;   
}

/* 3.0 - Global Fixes
------------------------------------------------------------*/
 
/* Hides from IE5-mac \*/
html #contentWrapper {height: 1%;}
/* End hide from IE5-mac */

 







  

/*  * Sets up some sensible default typography 
http://www.alistapart.com/articles/settingtypeontheweb has more detail on this

*/
body { 
  font-size: 12px;
  color: #222; 
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

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

h1 {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 3px;
	color: #030371;
}
h2 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 20px;
}
h3 { font-size: 12px; line-height: 20px;}


h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}


a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 20px; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { font-style: italic; margin-top: 0; margin-right: 0; margin-bottom: 20px; margin-left: 0;}
del         { color:#666; }

pre { white-space: pre; margin-top: 20px; margin-right: 0; margin-bottom: 20px; margin-left: 0; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}
ul, ol      {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 13px;
}

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
dl dt       { font-weight: bold; }
dd          {
	margin-left: 20px;
}


.alpha {
	margin-left:0px!important;
}
	
	
.beta {
		margin-right:0px!important;
}

/* Tables
-------------------------------------------------------------- */

