	/* Last modified 29 Dec 06 */

html {width: 100%;}

body
{
	background: white;
	text-align: left;
	color: black;
	font-size: medium !important;
	line-height: 100%;
	border: 0px none;
	margin: 0;
	padding: 0; 
	font-family: arial, helvetica, tahoma, serif;
	overflow:hidden;
	background-color:Transparent;
}

#wrapper	{
	border: 0px none;
	padding: 0;
	margin: 0;
	background: white url('none');
	color:black;
	background-image:url('none');
	overflow:hidden;
	}	

#maincontent
{
   	margin: 0;
   	padding: 0;
   	border: 0px none;
	float: none !important;
   	color: black;
   	background: white url('none');
	overflow:hidden;
}

#header, #menu, #footer, #header img
{
    display:none;
}

table a:visited, table a:link
{
    background-color:Transparent;
    color:white;
}

table th
{
    color: #fff;
    vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 3px;
    border-right: #000000 thin solid;
    border-top: #000000 thin solid;
    border-left: #000000 thin solid;
    border-bottom: #000000 thin solid;
    text-decoration: none;
    background-color: #000;
}

table tr, table td
{
    color: black;
    vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 3px;
    border-right: #000000 thin solid;
    border-top: #000000 thin solid;
    border-left: #000000 thin solid;
    border-bottom: #000000 thin solid;
    text-decoration: none;
    background-color: transparent;
}

Panel, DropDownList, TextBox, Button, ComboBox
{
    display: none;
    visibility:hidden;
}

.noprint
{
    display:none;
}

.noborder
{
    border-style:none;
    border-width:0;
}