/* CSS Document */
html{
height:99%;
}
body{
	font-family:Courier New, Courier, mono;
	height:100%;
	background-color:#000;
	margin:0px;
	color:#333333;
	font-size:0.75em;
	padding-top:4px;
	}

form{
	margin: 0px;
	padding:0px;
}

img{border:0;}

a.flashlink{color:#ffffff;
text-decoration:underline;}

a{color:#333333;
text-decoration:none;}

a:visited{color:#333333;
text-decoration:none;}

a.selected{color:#FF6600;
text-decoration:none;}

a:hover{color:#FF6600;
text-decoration:underline;} 

h1{
font-size:20px;
}

#mastercontainer{
width:980px;
height:100%;
margin:auto;
background-color:#CCCCCC;
}

#logo{
background-image:url(../images/jw_logo.gif);
background-repeat:no-repeat;
background-position:top right;
height:118px;
}


table {
border:none;
}
tr.shaded{
background:#EEEEEE;
}
td{
/*border-left:1px solid #999999;
border-top:1px solid #999999;*/
padding-left:15px;
}
th{
padding:5px;
}
