/* Edy Hinzen 2001-2004                                 */

/* main */
BODY,TD,TH {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Navy;
}

H2   {
	font-size : 16pt;
	font-weight: 900;
}

TH
{
	background-image: url(/bg/th10.gif);
	text-align: left;
	height : 30px;
}

TD,TH {
	padding-left : 10px;
	padding-right : 10px;
}

.grad {
	background-image: url(/bg/th11.gif);
	background-repeat: no-repeat;
	background-color : #D8E9ED;
}

.gradR {
	background-color : #D8E9ED;
	background-image: url(/bg/th12.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

LI {
	list-style-position : outside;
	list-style : square;
}

.bordered {
	border : 1px solid;
	border-color : #AABBBB #AABBBB #AABBBB #AABBBB;
}

.noPadding {
	padding-left : 0px;
	padding-right : 0px;
}

.T /* small table elements */
{
	font-size: 8pt;
	color: Navy;
	padding-left : 5px;
	padding-right : 5px;
	border-bottom : 1px solid;
}

.S /* small letters */
{
    font-size: 7pt;
}

