/* Text blocks */

BODY {
	font-family :  "Trebuchet MS, sans-serif";
	/*font-size : smaller; */
	text-align : justify;
	background-color : #ffffff;
}

P.CENTER {
	text-align : center;
}

P.WARNING {
	padding-left: 10%;
	padding-right : 10%;
	font-weight : bold;
	font-style : italic;
}

/* Headings */

H1, H2, H3, H4 {
	text-align : left;
}

H1 { 
	font-size : 24pt;
 }

H2 { 
	font-size : 18pt;
 }

 H3 {
 	font-size : 14pt;
 }
 
 H4 {
 	font-size : 12pt;
  }

H1, H2, H3, H4:FIRST-LETTER {
	font-size : 150%;
}

/* Links */
  
A {
	color : blue;
	text-decoration : underline;
}

A:HOVER {
	color : white;
	background-color : blue;
}

A:VISITED {
	color : green; /*#6f6f6f;*/
	text-decoration : underline;
}


/* Ruler */

DIV.RULER {
	background-repeat : no-repeat;
	background-position : center;
	width : 100%;
	clear : both;
}

/* Lists */

UL {
	list-style-position : outside;
	list-style-type : disc;
	vertical-align : top;
}
 
LI:FIRST-LINE {
	font-weight : bold;
}

/* Tables */

TABLE {
	width : 100%;
	font-size : 10pt;
	vertical-align : center;
	border : none none none none;
}

TD {
	border-top : thin solid black;
}

TD.quick { 
	border-top : thin solid black;
	/*font-size : 7pt; */
	text-align : right;
}

TD.linklist {
	border-top : none;
}
 

TD.navbar { 
	color : white;
	background-color : green;
	text-align : center;
	font-weight : bold;
} 

TD.selected {
	color : red;
	font-weight : bold;
	text-align : center;
	font-size : larger;
}

TABLE.navbar {
	width : 100%;
	margin : 10px 10px 10px 10px;
	text-align : center;
}

 
TABLE.info {
	float : right;
	width : 30%;
	margin-left : 5px;
	margin-right: 5px;
	border-left : thin solid black;
	border-bottom : thin solid black;
	text-align : center;
	/*font-size : smaller;*/
}

