/* for general text */
BODY    {background:white; 
	color:black;
	font-family:verdana;
	font-size:10pt;
	text-decoration: none}

H1	{font-family: Frutiger, Helvetica, Arial, sans-serif ;}
H2	{font-family: Frutiger, Helvetica, Arial, sans-serif ;}
H3	{font-family: Frutiger, Helvetica, Arial, sans-serif ;}

blink {text-decoration: none}

.footer {font-size: x-small} 
.bold 	{font-weight: bold}

/* default styles for tables */
/* default styles for tables */
TABLE 	{ border: 0px; padding:3px; margin:0px;
	font-size:10pt; }
TR	{ text-align: center; vertical-align: top; background: #CCFFFF }
TH, TR.header 	{ background: #00FFFF ; font-weight: bold }
TD	{ text-align: center }
TD.left	{ text-align: left }
.whiteCell {text-align: left;
	background: white}

.warning	{ color:red;
		font-weight: bold; }

/* headings in tables */
h3.table { margin-top: 1em; margin-bottom: 0em; }


/* for horizontal rules */
HR {height:3px; width:100%; background:navy}
/*     margin: 0px 100px 0px 100px */

/* default styles for links */
A:visited {color:purple}
A:active {color:red}
A:link {color:blue}
A:hover {background:yellow}

