/*********** = Eric Meyer's CSS reset */
/* (http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/) */

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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* 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;
}


/*********** = More reset */

img { display: block; /* margin-bottom: 1em; */ }



/*********** = Layout */

body {
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 62.5%;
	line-height: 1.6em;
	color: #000;
	text-align: center;
	background-color: #fff;
	}

#Wrapper {
	margin: 0 auto;
	text-align: left;
	}



/*********** = typography */	

p {
	line-height: 1.6em;
	font-size: 1.3em;
 	margin-bottom: 1em;
	}

a, a:link {
	text-decoration: none;
	font-weight: bold;
	color: #821;
	padding: 1px 0 1px 0;
	background-color: transparent;
	}

a:visited {
	color: #821;
	padding: 1px 0 1px 0;
	background-color: transparent;
	}

p a:hover {
	text-decoration: underline;
	}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.8em;
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #785;
	clear: both;
	}

h1 {
	line-height: 1.2em;
	font-size: 2.4em;
	font-weight: normal;
	margin-bottom: 0.5em;
	text-align: left;
	word-spacing: -0.1em;
	}

h2 {
	font-size: 1.8em;
	}

h3 {
	line-height: 1.6em;
	font-size: 1.5em;
	margin-bottom: 0.5em;
	}

h4 {
	line-height: 1.5em;
	font-size: 1.2em;
	}
	
h5 {
	font-size: 1.0em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #aaa;
	}

h6 {
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #999;
	}

ul { list-style: disc; }
ol { list-style: decimal; }
ul, ol { list-style-position: inside; margin-bottom: 1em; }

li { 
	font-size: 1.2em;
	line-height: 1.5em;
	}



/*********** = More typography */	

#Secondary h1 { font-size: 1.5em; }
#Secondary h2 { font-size: 1.4em; }
#Secondary h3 { font-size: 1.3em; }
#Secondary h4 { font-size: 1.2em; }
/* #Secondary p { line-height: 1.5em; font-size: 1.2em; } */



/*********** = Hartija Css Print  Framework - Version: 0.8 (2008-03-10) */	

body { 
width:100% !important;
margin:0 !important;
padding:0 !important;
}

/*
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em;  font-size: 10pt; }
hr { background-color: #ccc; }
*/

/* Images */
img { float: left; margin: 1em 1.5em 1.5em 0; }
a img { border: none; }

/* Links */
a:link, a:visited { background: transparent; font-weight: 700; text-decoration: underline; color:#333; }
a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ") "; font-size: 90%; }
a[href^="http://"] { color:#000; }

/* Table */
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #fff; margin-bottom:2em; text-align:left; }
thead {display: table-header-group;}
tr {page-break-inside: avoid;} 



/*********** = Print overrides */	


body { font-size: 10px; }

#Footer, #MainMenu, #Sidebar, #GRC { display: none; }

#Header, #Footer, #Wrapper, #Wrapper2 { width: auto; border: 0; }

#Wrapper { width: 80%; }

#Logo { margin-bottom: 2em; }

#Logo a, #Logo a img { display: block; float: none; }

/*
#Logo { position: static; right: 0; top: 0; margin-bottom: -96px; border: 2px solid red; }
#Logo #Print-logo { float: right; display: block; width: 130px; height: 96px; }
*/

p, a, h1, h2, h3, h4, h5, h6 { color: #000; }


