/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ------- Site Wide Styles -------------------*/
body {
	font-size: 75%;
	font-family: Helvetica, Arial, sans-serif;
} 
html>body {
	font-size: 12px;
}
h1{
	font-size: 1.8em;
	font-family: Helvetica, Arial, sans-serif;
	color: #ef00ef;
	font-weight: normal;
	line-height: 1em;
	margin: 0em 0px;
}
h2{
	font: 1.4em Helvetica, Arial, sans-serif;
	line-height: 1em;
	margin: 1.4em 0px 0.5em 0px;
	color: #fff;
}
h3 {
	font: 1.4em Helvetica, Arial, sans-serif;
	line-height: 1.167em;
	margin: 0px 0px 0.6em 0px;
	color: #23BCB9;
}
h4{
	font: 1.1em Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0.75em 0px 0.3em 0px;	
	color: #23BCB9;
}
p{
	font: 1em Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	margin: 1em 0px;
	color: #ef00ef;
}
p.larger{
	font: 1.3em Helvetica, Arial, sans-serif;
	line-height: 1.35em;
	margin: 1em 0px;
	color: #ef00ef;
}
ul{
	margin: 0px 0px 1.75em 0px;
}
ol{
	margin: 0px 0px 1.75em 0px;
}
li{
	font: 1em Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	margin-left: 15px;
	list-style-type: disc;
	color: #333;
	margin-bottom: 8px;
}
a, a:visited{
	color: #ef00ef;
	text-decoration: underline;
}
a:hover, a:hover:visited{
	color: #ffffff
}
embed{
	margin-bottom: 20px;
}
 /*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
	width: 0px;
	height: 0px;
	margin-left: 42px;
	z-index: 0;
}
.sIFR-active h1 {
	font-size: 30px;
	display: block;
	line-height: 1em;
	color: #ef00ef;
	
}

.sIFR-active p.pink {
	font-size: 25px;
	display: block;
	line-height: 1em;
	color: #ef00ef;
	
}

.sIFR-active p.grey {
	font-size: 25px;
	display: block;
	line-height: 1em;
	color: #aaaaaa;	
	text-align: right;
}

.sIFR-active li.pink {
	font-size: 19px;
	display: block;
	line-height: 1em;
	color: #aaaaaa;	
	margin-bottom: 5px;
}

.clearAll {
	clear: both;
}


