

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: 0px solid green;	outline: 0;	font-size: 100%;	vertical-align: top;	background: transparent;}
body {	
	line-height: 1;	height: 100%;	width: 100%;	font: 12px/1.5 Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
	}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';	content: none;
}


/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse; 	border-spacing: 0;
}

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/


/* remember to define focus styles! */


:focus, a:focus {
	outline: 1px dotted invert;
}

a:link, a:visited{
	color:#124679;
	text-decoration: none;}
	
a:hover{
	text-decoration: underline;}


hr {
	border: 0 #ccc solid;	border-top-width: 1px;	clear: both;	height: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

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

h1 {	
	color: #2D3B4A;
	font-weight: normal;
	font-size: 25px;}

h2 {
	color: #2D3B4A;
	font-weight: normal;
	font-size: 20px;}

h3 {
	color: #2D3B4A;
	font-weight: normal;
	font-size: 17px;
}

h4 {
	color: #2D3B4A;
	font-weight: normal;
	font-size: 14px;
}

h5 {
	color: #2D3B4A;
	font-weight: normal;
	font-size: 12px;
}

h6 {
	color: #2D3B4A;
	font-weight: normal;
	font-size: 10px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/


p,
dl,
hr,
h1,
h2,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 1em;
}

h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0;
}



/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .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;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}






/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
  /* Example:
  .sIFR-active h1 {
    font-family: Verdana;
    visibility: hidden;
  }
  */
}