body	{
	font-family: verdana, arial, geneva, helvetica, sans-serif;
	font-size: 10pt;
}

@media print {
table { width: 100%; }
.page-break { display:block; page-break-before:always; }
.no-print { display:none; }
}


tr		{ vertical-align: top; }
td 		{ font-family: verdana, arial, geneva, helvetica, sans-serif; font-size: 9pt; line-height: 130%; }
.pt8	{ font-size: 8pt; }
.border {
		border: solid 1px #e0e0e0;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
}

h1		{ font-size: 14pt; font-variant : small-caps; }
h2		{ font-weight: bold; font-variant : small-caps; line-height: 200%; font-size: 10pt; color: #990000; margin-bottom: 0px; }

/* usp inherits from div */
 .usp	{
	border: 1px solid #333333;
	background-color: #efefef;
	color: #000000;
	width: 350px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity='85'); -moz-opacity: 0.85; -khtml-opacity: 0.85;
	padding: 8px;
	font-variant: normal;
	line-height: 150%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* cases inherits from div */
 .cases	{
	border: 2px solid #990000;
	background-color: #efefef;
	color: #000000;
	width: 500px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity='85');
	-moz-opacity: 0.85; -khtml-opacity: 0.85;
	padding: 10px;
	font-variant: normal;
	font-weight: normal;
	line-height: 140%;
	font-size: 9pt;
}

.header		{
	font-size: 14pt;
	font-variant : small-caps;
	text-align : center;
	color: #990000;
	font-weight: bold;
	border: solid 1px #e0e0e0;
	background-color: #eeeeee;	/* for Mozilla */
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType='0', endColorstr='#ffffff', startColorstr='#eeeeee');
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.input-green
	{
	background-color: #efefef;
	border: 1px solid #339966;
	font-size: 10pt;
}

.input-red
	{
	background-color: #f8d8d8;
	border: 1px solid #339966;
	font-size: 10pt;
}

ul { margin-left: 30px; margin-top: 5px; margin-bottom: 5px; list-style: url(images/bol2.png); }
li { margin: 2px; margin-left: -8px; padding-left: 15px; }

a:link, a:active, a:visited	{ color: #339966; text-decoration: none; font-weight: bold; }
a:hover		{ color: #339966; text-decoration: underline; font-weight: bold; }
