/* HTML */
	
 @media print {
	#logo {display: block; margin-bottom: 40px;}
	#headerNav {display: none;}
	#headerBanner {display: none;}
	#contentWrapperBottom {display: none;}
	.hidePrint {display: none;}
	#contentBottom {display: none;}
	#tabs_bg {display: none;}
  }

  @media screen {
	#logo {display: none;}
  }

html {
	/* Make scrollbars work the same in Mozilla and IE */
	overflow-y: scroll;
}

body, textarea {
	font-family: "Trebuchet MS", Tahoma, Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #000000; 
	margin:0px;
	line-height: 1.4em;
	height: 100%;
	}
	
a.textLink 
{
	color: blue;
	text-decoration: none;
}	

a.textLink:link,a.textLink:active,a.textLink:visited
{
	color: blue;
	text-decoration: none;
	font-weight: bold;
}	

a.textLink:hover
{
	color: blue;
	text-decoration: underline;
}	

.floatLeft 
{
	float: left;
}

.floatRight
{
	float: right;
}

.clear 
{
	clear: both;	
}

.inputBox
{
	width: 250px;
	
}



