/* CSS Document */
/* CSS by Josh Baird for Jeffrey Baird Associates (12-01-2005) */


/* Define default table text */

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: black;
}

table {
  border-style: none;
  margin-left: auto;
  margin-right: auto;
  
}

td {
  color: black;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, Helevtica;
}

.indent {
  margin: 0 20px 0;
  padding: 0;
  text-indent: 10px;
 }

table tr {
  color: black;
  font-size: 8x;
  font-weight: bold;
  font-style: normal;
  font-family: Arial, Helevtica;
}

th {
  color: black;
  background-color:#CCCCCC;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  font-family: Arial, Helevetica;
  text-align: center;
}
  
/* Information tables */

table.info {
  font-family: Arial, Helvetica, sans-serif;
  margin-left: inherit
  margin-right: auto;
  border-style: none;
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}

table caption {
	font-size: 11px;
	font-weight: bold;
	color: #4F1F91;
	text-align: right;
	background-color: #EEEEEE;
	border-top: 1px solid #3F34A0;
	
}

.rightbox   { border-right: 1px solid BLACK;  }
.infobk { background-color: #EEEEEE; }
.boldtext { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #4F1F91;
}
.whitetext { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: white;
}

.jbdesign { 
	font-family: Tahoma, Arial;
	font-size: 9px;
	color: #333333;
}

a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  
  color: white;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}