﻿body 
{
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	font-size: 10px;
}
h1
{
	font-size: 25px;
}
a:link, a:visited
{
	text-decoration: none;
	color: Green;
}
a:hover
{
	color: Red
}
.wrapper 
{
	margin:0px 0px 0px 0px;
}
.header
{
	padding: 5px;
	margin: 0px;
}
.menu
{
	display:none;
}
.sidebar
{
	display:none;
}
.content
{
	margin:0px 0px 0px 0px;
	min-height:0px;
	min-width:0px;
}
.footer
{
	display:none;
}
.smalltext
{
	font-size: 11px;
}

table.jsdsup_table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.jsdsup_table th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: rgb(226, 232, 201);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.jsdsup_table td {
	border:none;
	padding: 3px 3px 3px 3px;
	background-color: rgb(226, 232, 201);
	-moz-border-radius: 0px 0px 0px 0px;
}

.printlink
{
	display:none;
}
