/* PRINT STYLES
---------------------------------------------*/

html,body{margin: 0;padding:0;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 10pt;
	height:100%;
	width:100%;
}

/* in order to hide the skip navigation link */
a.skip {position: absolute; left: -1000em; width: 20em;}


A:link { TEXT-DECORATION: none;color:#000; } 
A:active { text-decoration: none;color:#000;} 
A:visited { TEXT-DECORATION: none;color:#000;} 
A:hover { TEXT-DECORATION: underline;} 

h1 {display:block;color:black;}
#main_right {clear:both;width:100%;text-align:left;}
#top_div {display:none;}
#nav_top {display:none;}
#nav_sections {display:none;}
#content_menu_left  {display:none;}
#content {width:100%;}
#footer {display:none;}

/* GVO 
---------------*/
.report {padding:0;}
.report .title {font-weight: bold;}
.report .leftDiv {width:40%;text-align: right;background:#eaeaea ;}
.report .rightDiv {width:60%;background:#f6f6f6;}
.report .padding {padding: 0.3em}

a.button {display:none;}

