/* style.css 4 datasavior.biz */
a:link { color : #699 ; border: #AAB ; text-decoration: none ; text-align: center ; }
a:visited { color: #B75 ; text-decoration: none ; }
a:hover { color : #8C8 ; text-decoration: underline ; }
a:active { color: #889 ; }

body  {
	font: 1em/normal Technical,'CAC Moose','Trots Medium - HMT',sans-serif ;
	background: white ;
	margin-left: 18px ; margin-top: 8px ;
}

table  {
	font: 1em/normal Technical, 'CAC Moose', 'Trots Medium - HMT', sans-serif ;
	border: 1px ;
	width: 640px ;
	background: #F3F3EA ;
	margin-left: 18px ;
}

td {
	font-size : .9em ;
	padding: 8px ;
}

th { text-align: right ; background: #EFF ;  padding: 8px ; text-shadow: #99A 7px 9px 4px ; }
input { font: 1.1em/normal Technical,'CAC Moose','Trots Medium - HMT',sans-serif ; }
h6 { font-size: 1.2em ; color: #8A7 ; }
/*div { border: 1px solid ; padding: 3px ; text-align: center ; margin: 2px ; }*/
img { margin: 0px ; border: none ; }

.glidetext { 
	position: relative ;	/*minimum to hide text from view:*/	
	left: -400px ; 
	font: 1.2em/1.6em "Andale Mono","Verdana",sans-serif ; 
	font-style: italic ; 
	font-weight: bolder ; 
	color: #377; 
	margin-left: 0px ; 
}

@media screen {.PrintOnly {display: none ;}}
@media print {.ScreenOnly {display: none ;}}