html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	background-color:#B5C2B3;
	font-family:verdana;
	font-size:8pt;
	font-weight:normal;
	line-height:150%;
}

.boundtable {
	width:100%;
	height:100%;
}

.boundcell {
	width:100%;
	height:100%;
	text-align:center;
}

#leftborder {
	background:url(/templates/img/lm.gif);
}

#rightborder {
	background:url(/templates/img/rm.gif);
}

.number{
	color:#808096;
	font-size:8pt;
	padding-bottom:10px;
	text-decoration:none;
}

.label{
	color:#808096;
	font-size:8pt;
	font-weight:bold;
}

.colored{
	color:#AD2826;
	font-size:10pt;
	font-weight:bold;
}

.error{
	color:#AD2826;
	font-size:8pt;
	padding-bottom:10px;
}

td{
	color:#777788;
	font-size:8pt;
}

.empty {
	float:left;
	margin:5px 7px 5px 7px;
	width:74px;
	height:64px;
	background:url(/templates/img/pfempty.gif);
}

.notempty {
	float:left;
	margin:5px 7px 5px 7px;
	width:74px;
	height:64px;
	background:url(/templates/img/pfwhite.gif);
}

.ugrad{
	background:url(/templates/img/bluegrad.jpg);
	width:200px;
}

.canvas{
	background-color:#eeeeff;
	width:400px;
}

.content{
	position:relative;
	text-align:justify;
	height:300px;
	width:360px;
	margin:20px;
	overflow:hidden;
}

.lgrad{
	vertical-align:bottom;
	background:url(/templates/img/bluegrad.jpg);
	width:200px;	
}

