/* CSS Document */
.menuActuator a { 
			color:#666666;
			font-weight:bold;
			font-size:12px;
			font-family:arial;
		}
/*
		.menu {
			font-family:verdana;
			color:#666666;
			font-size:10px;
			background-color: #ffffff; 
			layer-background-color:#ffffff;
			border-style:double;
		}
*/
    td div {
      /* this makes TDs a container with their own coordinate system.
         absolutely-positioned elements will be offset relative to them */
      position:relative;
      }
a.formlink:link {
	color: #313198;
	font-size: 1em;
	}
a.formlink:visited {
	color: #990000;
	font-size: .9em;
	}
a.formlink:active {
	color: #990000;
	font-size: .9em;
	}
a.formlink:hover {
	color: purple;
	font-size: .9em;
	}
.helptable {
	background-color: #990000;
	}
a.helplink:link {
	color: #313198;
	font-size: .9em;
	}
a.helplink:visited {
	color: #990000;
	font-size: .9em;
	}
a.helplink:active {
	color: #990000;
	font-size: .9em;
	}
a.helplink:hover {
	color: purple;
	font-size: .9em;
	}
html, body { 
	font-family: arial, helvetica, sans-serif;
	font-size: 75%;
	/*color: #313198; #F0F0F0*/
	margin:0;
	padding:0;
	height:100%;
	/*background-color:#F0F0F0;	 testonly*/
	}
.bluehead	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	font-style: italic;
	color:  #313198;
	}
.blueline{
	clear: both;
	display: block; 
	background-color:#008dda;
	height:5px;
	margin-top:1px;
	padding-top:0;
}	
.redhead 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	font-style: italic;
	color: #990000;
	}
.redline{
	clear: both;
	display: block; 
	background-color: #990000;
	height:18px;
	margin-top:0px 3px 0px 3px;
}	

div.scroll {overflow: auto; width: 100%; height: 100%;}

.logo{
	height:50px;
	display:block;
	background-image: url('images/1040.gif'); 
	background-repeat: no-repeat;
	background-position: left bottom;
}
/************************************************/
@media handheld, screen and (max-width: 640px) {
    .logo { 
		height:50px;
		display:block;
        background-image: url('images/1040now.jpg'); 
		background-repeat: no-repeat;
		background-position: left bottom;
    }
}