body{margin:0 0 0 0;background:#FFFFFF}
td,div{font:12px Tahoma,Verdana,Arial}

a.screen, a.screen:visited {
/* color:#c00;  */
position:relative; 
z-index:1;
}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:240px; /* give it a width */
height:0; /* no height to solve an Opera bug that makes it selectable when hidden */
border:1px solid #000; /* add a border */
left:-270px; /* position:the image */
top:-160px;
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.screen:hover b {
visibility:visible; /* make the image visible */
height:309px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}
a.screen:hover b img {
border:0; /* remove the link border */
}

a:link{color:#4A4A9E; font-weight:bold}
a:visited{color:#2A2A9E; font-weight:bold}
a:hover{color:#FF7070; font-weight:bold}
a:active{color:#FF7070; font-weight:bold}
h1{
border-bottom:1px solid #6E6EBB;
color:#4A4A9E;
font:bold 20px Arial,Helvetica,sans-serif
}
h2{
color:#9999CF;
font:bold 17px Tahoma,Arial,Verdana
}
p{margin:10px 0 0 0;line-height:145%}
.header{
background:url(images/bg_header.jpg) #9999CF repeat-x
}
.menu{border-right:1px solid #EEEEFA}
p.menublock{margin:3px 0 0 0}
.menublock a{
padding:2px 2px 2px 2px;
width:100%;
display:block;
color:#FFFFFF;
background:#BBBBCF;
font-weight:bold;
text-decoration:none
}
.menublock a:hover{
color:#FFFFFF;
background:url(images/bg_menu_block.gif) #575044;
text-decoration:none
}
.menublock a:visited{color:#FFFFFF}
.content{color:#6666A3;background:#FFFFFF}
.footer{
	background:#9999CF;
	font-size: 10px;
}
.footer a:link,.footer a:hover,.footer a:visited,.footer a:active{color:#FFFFFF}
.imgborder{border:3px solid #595963}
li {
	list-style-position: outside;
	list-style-type: square;
	line-height: 145%;
	margin-top: 20px;
}
.journal {
	font-size: 10px;
}
.ThRows { background-color: #4A4A9E; color: #FFFFFF;
          font-weight: bold; text-align: center;
}
.TrRows { background-color: #CCCCE0; color: #4A4A9E; text-align: left;
}
.TrOdd  { background-color: #E0E8FF; color: #4A4A9E; text-align: left;
}
.TCols { background-color: #4A4A9E; color: #FFFFFF;
          font-weight: bold; text-align: left;
}

