/* CSS Document */
BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
}

TABLE, TR, TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
}


/* note that A:HOVER isn't supported by all browsers */

.nav, .nav a, .nav a:link, .nav a:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.nav a:hover, .nav a:active {
	font-weight: bold;
	color: #ffffaa;
	text-decoration: underline;
}


H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-style : normal;
	font-weight : bold;
}

H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	font-weight : bold;
}

H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
}

LI {
	font : normal normal 10pt;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
 }

TH {
style : square outside none;
face : arial;
font-family : arial;
font-size : 12pt;
font-weight : strong;	
color : rgb(0,0,0);
  }

LI {
	font : normal normal 10pt;
		font-family : Arial, Helvetica, sans-serif;
	color : Black;
 }

P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
 }
 

