BODY {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "serif";
	background-color: #C3D5CF;			/* light green */
}
A:link {color: #8C5461; text-decoration: none}     /* unvisited link--dark lilac */
A:visited {color: #3D665C; text-decoration: none}  /* visited link--dark green */
A:hover {text-decoration: underline}   /* mouse over link */
A:active {text-decoration: underline}   /* selected link */

P, LI {
	font-size: 10.5pt;
}
P {
	padding-top: 0cm;
	padding-bottom: 0cm;
	padding-left: 1cm;
	margin-top: 0.25cm;
	margin-bottom: 0cm ;
}
P.bold {
	margin-top: 0.3cm;
	margin-bottom: -0.2cm;
	font-family: "Trebuchet MS";
	font-size: 10.5pt;
	font-weight: bold;
}
P.center {
	text-align: center;
	margin-top: 0.12cm;
}
P.halfspace {
	padding: 0cm;
	margin: 0cm ;
	font-size: 4pt;
}
	/* used in home page */
P.home1 {
	margin: 0cm ;
	padding: 0.25cm 0.25cm 0.5cm 0.25cm;
	text-align: center;
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 18pt;
}
P.home2 {
	margin: 0cm ;
	padding: 0.25cm 0.25cm 0.25cm 0.25cm;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 16pt;
}
	/* used in the footer */
P.bottomlinks {
	padding-left: 0cm;
	margin-bottom: 0.25cm ;
	font-family: "Trebuchet MS";
	font-size: 10.5pt;
	text-align: center;
}
P.copyright {
	padding-left: 0cm;
	margin-bottom: 0.25cm ;
	font-family: "Trebuchet MS";
	font-size: 7pt;
	text-align: center;
}
P.invisiblelink {
	padding-left: 0cm;
	margin: 0cm ;
	font-family: "Trebuchet MS";
	font-size: 12pt;
	text-align: center;
}

IMG {
	border: none;
}
/*  */
/* Tables used to layout the pages */
/*  */
TABLE.layout {
	border-collapse: collapse;
 	empty-cells: show;
	table-layout: fixed;
	width: 100%;
	max-width: 27cm;
}
	/* the only row in the navigation table (it has tab # plus two columns) */
TR.tab  {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-weight: bold;
	height: 30px;
}
TD.tab  {
	background-image: url('graphics/gradient-darkgreen.bmp');
	background-repeat: repeat-x;
  	background-color: #408080;      /* blue green */
	padding: 0cm;
}
TD.tabselected  {
	background-image: url('graphics/gradient-white.bmp');
	background-repeat: repeat-x;
	background-color: white;
	color: black;
	padding: 0cm;
}
A.tab:link {color: white; text-decoration: none}     /* unvisited link */
A.tab:visited {color: white; text-decoration: none}  /* visited link */
A.tab:hover {color: white; text-decoration: underline}   /* mouse over link */
A.tab:active {color: white; text-decoration: underline}   /* selected link */

	/* the only row in the data table (it has two columns) */
TD.data  {   /*  */
	background: white;
	padding: 0.25cm 0.5cm 1cm 1.5cm;
}
TD.faderight  {   /*  */
	background-image: url('graphics/gradient-white-vert.bmp');
	background-repeat: repeat-y;
	padding: 0cm 30px 0cm 0cm;
	width: 60px;
}

	/* the cell formatting for the home page */
TD.homelogo {
	width: 393px;
}
TD.homepg {
	border: solid thick #C3D5CF;
	background-image: url('graphics/homebutton.gif');
	background-repeat: no-repeat;
	background-position: center center;
	min-width: 105px;
	height: 84px;
	font-family: "Trebuchet MS";
	font-size: 11pt;
	font-weight: bold;
}

/*  */
/* Headings */
/*  */
H1 {
	margin-top: 0.75cm;
	padding-bottom: 0cm;
	margin-bottom: -0.1cm;
	font-family: "Trebuchet MS";
	font-size: 18pt;
  	color: #7ba396;       /* medium green */
}
H2 {
	padding-bottom: 0cm;
	padding-left: 0.33cm;
	margin-bottom: -0.2cm;
	margin-top: 0.5cm;
	font-family: "Trebuchet MS";
	font-size: 13.5pt;
  	color: #416D63;      /* dark green */
}
H3 {
	padding-bottom: 0cm;
	padding-left: 0.66cm;
	margin-bottom: -0.2cm;
	margin-top: 0.4cm;
	font-family: "Trebuchet MS";
	font-size: 12.5pt;
}
/*  */
/* Unordered list */
/*  */
UL {
	list-style: disc url('graphics/listbox.gif');
	padding-top: 0cm;
	padding-left: 1.75cm;
	#padding-left: 0.5cm;/* override for Microsoft Internet Explorer browsers*/
	margin-top: 0cm;
}
LI {
	margin-top: 0.12cm;
}
LI P, LI P P, LI P P P {		/* paragraphs within a list item */
	padding-left: 0cm;
	margin-top: 0.12cm;
}
LI UL {						/* second-level bulleted list */
	list-style: disc url('graphics/listbox2.gif');
	padding-left: 1cm;
}

/*  */
/* This formatting is for the expansion presentations */
/*  */
SPAN.expandlink {
	font-weight: Bold;
	font-size: 120%;
	color: #8C5461;               /* dark lilac */
	cursor: pointer;
}
DIV.expandblock {
	display: none;
	background-color: #F5F0EF;               /* pale lilac */
	padding: 0.15cm 0.15cm 0.15cm 0.25cm;
	margin: 0.1cm 2.5cm 0cm 2cm;
}
DIV.expandblock P {
	font-size: 9pt;
	padding: .05cm;
	margin: 0cm;
}









