/* CREDITS
Title:  Improving Governance - CSS Main Stylesheet
Author: chris@inventis.be
Date:   08/03/2007
*/

/* GLOBAL STYLES
---------------------------------------------------------- */
body {
	background: #F3F3F3 none repeat-y 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding:5px;
}

html{width:98%;}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
p {
	margin: 1em 0;
}

ul#siteMenu, div#langSelect, div#breadcrumbs, div#siteSidebar{display:none;}

img{border:0;}

h1{
	color:#163D80;
	font-size:18px;
	text-transform:uppercase;
}

h2 {margin-top:10px;}

h2 span{
	color:#235BA3;
	font-size:14px;
}

a:link{color:#163D80;}


#siteFooter{text-align:right; font-weight:bold; padding-top:20px;}

table.zebraTable tr th{text-align:left;}

table.zebraTable tr td{
	padding:5px 2px;
}

table.zebraTable tr td{border-bottom:1px solid #E9E9E9;}

