/* CSS Document */
body,td,th {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color:#DEDEDE;
	background-image: url(images/tile.gif);
}

a.img:link {
	text-decoration: none;
	color: #3F522F;
}
a.img:visited {
	text-decoration: none;
	color: #3F522F;	
}
a.img:hover {
	text-decoration: none;
	color: #3333FF;	
}
a.img:active {
	text-decoration: none;
	color: #3F522F;	
}


a:link {
	text-decoration: none;
	color: #3F522F;
}
a:visited {
	text-decoration: none;
	color: #3F522F;
}
a:hover {
	text-decoration: none;
	border-bottom:1px dotted;
	color: #3333FF;
}
a:active {
	text-decoration: none;
	color: #3F522F;
}


.header {
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	background-image:url(images/header.gif)
}

.spacer {
	max-height:5px;
	height:3px;
}
.content {
	padding:20px;
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	background-image:url(images/tsble_bg.gif);

}
.content2 {
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	background-image:url(images/tsble_bg.gif);

}
.current {
	font-size: x-small;
	color:#336666;
      
}
.footer {
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	background-image:url(images/tsble_bg.gif);
}

html {
overflow-y: scroll; 
overflow-x: auto; 
height: 100%; 
}
