/**************************************************************************
*
*  viewport - common settings 
*
***************************************************************************/
html {
	margin: 0; 
	padding: 0;
}

body {
   margin: 0; 
   padding: 0;
}




/**************************************************************************
*
*  body - project specific settings 
*
***************************************************************************/

body {

	font: 10pt Verdana, Arial, Helvetica, sans-serif;
   color: rgb( 0, 0, 0 ); 

/* see ws_screen_500_ws_specific.css */


}



/**************************************************************************
*
*  Common HTML (esp. for the layout-tables in tt_content)
*
***************************************************************************/
table, th, tr, td {

	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}


td {
	vertical-align: top;
	/* border: 1px solid ORANGE;  */
}



/**************************************************************************
*
*  Navi styles
* - Not needed for GMENU
* - Only for NAVMAINBOTTOM
* and links in the copy
* 
* #009B4E = dark green (e.g. hi-button bg)
* #BFE6D3 = light green (e.g. dflt-button bg)
*
***************************************************************************/
a {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}


/* see ws_screen_XXX_specific.css for domain specific styles */
