@charset "iso-8859-2";

@import "s_v4.css";
@import "s_layout.css";
@import "s_elements.css";
@import "s_forms.css";

/******************************************************************************/

BODY {
	font-family: Verdana, arial ce, arial, helvetica, sans-serif;
	font-size: 100.1%;	/* font sizing approach recommended by Dave 
				   Silvester on the css-discuss list. "the 
				   .1 is important." */
	background-color: #cdbf9c ;
  background: url("i/bg_layout.gif");	
	color: #cdbf9c;
	padding:0px;
	margin:0px;
  font-size:10px;
  line-height:14px; 
}

TD {
 font-family: Verdana, Helvetica;
 font-size:10px;
 line-height:18px;
}


.center {vertical-align:center;}

.clear {
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}

.hide, #oldBrowserNotice, .ieSixCharDupBug {
	/* hide elements that CSS-targeted browsers shouldn't show */
	display: none !important;
}

DIV.left {
 float: left;
}

DIV.right {
 	float: right;
}


/******************************************************************************/

#pageWrapper {
	font-size: 80%;
} /* :root is an invalid pseudo class but mozilla knows it */
:root code {
	font-size: 120%;	/* monospace fonts are typically smaller that 
				   'normal' fonts under Mozilla. */
}