
body 
	{ 
	padding-top: 119px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	background:url("./images/background.gif");
	background-repeat: no-repeat; 
	background-position: center top;
	background-color: #26375d;
	}

.master {
	width: 750px;	
	height: 100%;
	background-color: #E5E5CC;
	padding: 0px;
	border: none;
	margin-left: auto;
	margin-right: auto;
	}

.banner
	{
	padding: 0px;
	margin-left: 0px;
	border: none;
	background-color: #E5E5CC;
	font-size: 8pt;
	color: #4A4A4A;
	}

.lpanel
	{
	margin: 0px;
	padding: 0px;
	float:  left;
	width: 575px;
	border: none;
	background-color: #E5E5CC;
	color: #4A4A4A;
	}

.rpanel
	{
	margin-left: 3px;
	margin-right: 7px;
	padding: 0px;
	float:  right;
	width: 160px;
	border: none;
	background-color: #E5E5CC;
	color: #4A4A4A;
	}

.alert
	{
	margin: 0px 0px 5px 5px;
	padding: 10px;
	background-color: #DCDCBC;
	text-align: center;
	}



.report
	{
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 10px;
	background-color: #EEEEDD;
	}

.comment
	{
	font-size: 8pt;
	text-align: right;
	width: 50%;
	padding-left: 280px;
	padding-right: 10px;
	}

.node
	{
	margin-left: 0px;	
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 8pt;
	width: 150px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #EEEEDD;
	}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}

h1 {
	text-align: left;
	font-weight: bold;
	color: #B8B8B8;
	font-family: arial black;
	font-size: 12pt
	}

h2 {
	position: relative;
	left: 50px;
	text-align: left;
	font-weight: normal;
	color: #B8B8B8;
	font-family: arial black;
	font-size: 10pt
	}

h3 {
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}

h4 {
	font-size: 8pt;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align:center;
	}

input
{
color: #4A4A4A;
background: #EEEEDD;
border: 1px solid #4A4A4A;
}

textarea
{
color: #4A4A4A;
background: #EEEEDD;
width: 330px;
height: 330px;
border: 1px solid #4A4A4A;
}

select
{
color: #4A4A4A;
background: #EEEEDD;
border: 1px solid #4A4A4A;
}



a:link {	color: #003366; text-decoration: none}
a:visited {	color: #003366; text-decoration: none}
a:hover {	color: #003366; text-decoration: underline}
a:active {	color: #003366; text-decoration: none}

a:link.light {	color: #4A4A4A; text-decoration: none;}
a:visited.light {color: #4A4A4A; text-decoration: none;}
a:hover.light {	color: #4A4A4A; text-decoration: underline;}
a:active.light {color: #4A4A4A; text-decoration: none;}

.thumbnail{
position: relative;
z-index: 1;
}

.thumbnail:hover{
background-color: transparent;
..;
}

.thumbnail span{
position: absolute;
background-color: #003366;
padding: 1px;
border: 1px solid #003366;
visibility: hidden;
color: #003366;
text-decoration: none;
}

.thumbnail span img{
border-width: 0;
padding: 1px;
}

.thumbnail:hover span{
visibility: visible;
top: 0;
left: 0px;
}



.thumbnailm{
position: relative;
z-index: 1;
}

.thumbnailm:hover{
background-color: transparent;
..;
}

.thumbnailm span{
position: absolute;
background-color: #003366;
padding: 1px;
left: -1000px;
border: 1px solid #003366;
visibility: hidden;
color: #003366;
text-decoration: none;
}

.thumbnailm span img{
border-width: 0;
padding: 1px;
}

.thumbnailm:hover span{
visibility: visible;
top: 0;
left: -500px;
}