body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em;
	color:#000000
}
h1 {
	font-size: 13pt;
	font-weight:700;
	color: #000000
	}
h2 {
	font-size: 11pt;
	font-weight:700;
	color: #000000
	}
h3 {	
	font-size: 9pt;
	font-weight:700;
	color: #000000
	}
ul {	
	list-style-type: square;	
	list-style-position: outside
}

form {
	background-color: #DDDDDD;
}



.styled td, .styled th {
  border: 1px solid #ddd;
  padding: 8px;
}

.styled tr:nth-child(even){background-color: #f2f2f2;}

/*.styled tr:hover {background-color: #ddd;}*/

.styled th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #1E73BE;
  color: white;
}

.invisible td, .invisible th {
  border: none;
  padding: 8px;
}

/*.invisible tr:nth-child(even){background-color: #FFFFFF;}*/

/*.invisible tr:hover {background-color: #FFFFFF;}*/

.red		{ color:#CC0000}
.white          { color:#FFFFFF}
.light		{ color:#FFFF99}
.bglight    { background-color:#E7E9EC}
.dark		{ color:#FFCC00}
.bgdark		{ background-color:#1E73BE}
.bggray    { background-color:#DDDDDD}
.naviheader	{ font-size:10pt; font-weight:700; color:#000000; line-height:16pt; }
.navitext	{ font-size:10pt; font-weight:700; color:#E73712; line-height:16pt; text-indent:14pt }
.bgwhite    { background-color:#FFFFFF}

a:link 			{ color:#000088; }
a:visited 		{ color:#000044; }
a.navilink      { color:#000000; text-decoration:none; }
a.navilink:link { color:#000000; text-decoration:none; }
a.navilink:visited { color:#000000; text-decoration:none; }
a.navilink:hover{ color:#000044; text-decoration:underline; }
