﻿.noPrint { 
display: none; 
}


body {
   background: white;
   font-size: 12pt;
   color: black;
   font-family:"Times New Roman", Times, serif
   }

#container {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   position: static;
   color: black;
   background-color:#FFFFFF;
   }


p { 
	font-size: 12pt;
   color: black;
   font-family: "Times New Roman", Times, serif;
   line-height: 14pt;
}

li {
font-size: 12pt;
   color: black;
   font-family:"Times New Roman", Times, serif;
   list-style-type: square}

H1 { 
color:#000000; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 18pt; 
text-align: left}

H2 { 
color:#000000; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 14pt; 
text-align: left
}

H3 { 
color:#000000; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12pt; 
text-align: left
}

H4 { 
color: #000000; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12pt; 
text-align: left; 
background: white
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

#mytable {
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: black;
	border-top: black;
	border-left: black;
	border-right: black;
}

caption {
	padding: 0 0 5px 0;
	width: 100%;	 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: black;
	text-align: center;
}

th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding: 6px 6px 6px 12px;
}

th.nobg {
	background-color: #E4EDF5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

th.spec {
	border-top: 0;
	font-weight: normal;
	font-size:11pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

th.specalt {
	border-top: 0;
	background-color: #E4EDF5;
	font-weight: normal;
	font-size:11pt;
	font-family:Arial, Helvetica, sans-serif;
}
