ul {margin:0; padding:0; list-style:none; line-height:18px }
li { background:url(images/pointer.gif) no-repeat left center; padding:0 0 0 17px; }
li a { color:#393938; text-decoration:none; }
li a:hover { color:#405219; text-decoration:underline;}
table { 
	border:0px;
}
form{
 	margin:0px;
  	padding:0px;
	}
body{
	margin:0px;
	padding:0px;
	background-color:#F6F5F5;
	background:url(images/tall_x.gif) repeat-x top;
	}


td, input, textarea{
	font-size:12px;
    font-family:Arial;
	color:#393938;
	line-height:15px;
	vertical-align:top;
	word-spacing:
	text-transform:
	font-weight:bold;
	
	scrollbar-3dlight-color:#F6F6F6;
    scrollbar-track-color:#F6F6F6;
    scrollbar-shadow-color:#F6F6F6 ;
    scrollbar-face-color:#303231; 
	scrollbar-arrow-color:#A9D200;
	scrollbar-darkShadow-color:#F6F6F6;

}


strong, b {font-family:Verdana;}
 a {
	color:#003399;
	
}
 a:hover {
	text-decoration:none;
}

.a {
	color:#393938; 
	text-decoration:none;
}
.a:hover { 
	text-decoration:underline
}

.policy a {
	color:#393938;
	text-decoration:none;
}
.policy a:hover {
	text-decoration:underline;
}

.input{
 		height:21px; width:178px;
		background-color:#FFFFFF; 
		padding:2px 0 0 7px;
}

.textarea{
		height:71px; width:178px;
		background-color:#FFFFFF; 
		padding:2px 0 0 7px;
		overflow:auto;
		}

#motioncontainer a img{ /*image border color*/
border: 1px solid #ccc;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid navy;
}

#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
border: 1px solid gray;
visibility: hidden;
} 

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#thicktabs{
margin: 0;
padding: 0;
float: left;
font: bold 13px Verdana, Arial, Helvetica, sans-serif;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: black;
padding: 8px 11px; /*padding of tabs*/
text-decoration: none;
background: transparent url(images/pinkbg.gif) top right no-repeat;
border-top: 1px solid #CCCCCC; /*top border style*/
border-bottom: 1px solid #CCCCCC; /*thick bottom border below tabs*/
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: none; /*left border style*/
}


#thicktabs li a:visited{
color: black;
}

#thicktabs li a:hover{
color: black;
background-image: url(images/pinkbgover.gif); /*background image swap on hover*/
}

</style>

<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]-->