
/* default text properties */
body {  font-family: Arial, Helvetica, sans-serif; 
		font-size: 10pt;
		font-style: normal;
		font-weight: normal;
		margin: 0px;
		color: #000000;
		}

A:link { color: blue } 
A:visited { color: #000066 } 
A:active { color: #103D87 } /* Change this color */
A:hover { text-decoration: underline; } /* Change this color */

a.desc_subs {
		color: #ffffff; 
		text-decoration: none;
	}

a.white {
		color: #ffffff; 
	}

a.subheading {
		font-family: arial, helvetica, sans-serif;
		font-size: 13pt;
		font-weight: bold;
		color: #103D87;
		text-decoration: none;
	}

h1 {
		font-family: arial, helvetica, sans-serif;
		font-size: 13pt;
		font-weight: bold;
	}

h2 {
		font-family: arial, helvetica, sans-serif;
		font-size: 12pt;
		font-weight: bold;
		color: #000000;
		margin-bottom: 0px;
	}

h3 {
		font-family: arial, helvetica, sans-serif;
		font-size: 11pt;
		font-weight: bold;
		color: #000000;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	
h4 {
		font-family: arial, helvetica, sans-serif;
		font-size: 13pt;
		font-weight: bold;
		color: #000066;
		margin-bottom: 0px;
		margin-top: 0px;
	}

h5 {
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		color: #666666;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	
.small {
		font-family: arial, helvetica, sans-serif;
		font-size: 9pt;
	}

.tiny {
		font-family: arial, helvetica, sans-serif;
		font-size: 8pt;
	}
	

.moreinfo {
		font-family: arial, helvetica, sans-serif;
		font-size: 7pt;
		font-weight: normal;

	}
	
.caption {
		font-family: arial, helvetica, sans-serif;
		font-size: 9pt;
		font-style: italic;
		color: #666666;

	}

.warning {
		font-family: arial, helvetica, sans-serif;
		font-size: 9pt;
		color: #ff0000;
	}

.footer {
		font-family: arial, helvetica, sans-serif;
		font-size: 8pt;
		font-weight: normal;
		color: #efefef; 
	}
		

/* default table properties */
table {
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		font-weight: normal;
		color: #000000;
		vertical-align: top;
	  }

.table {
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		font-weight: normal;
		color: #000000;
	  }

.table-heading	{
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		color: #000066;
		background-color: #ffffff;
	  }
	  
.table-lgheading	{
		font-family: arial, helvetica, sans-serif;
		font-size: 13pt;
		font-weight: bold;
		color: #000066;
		background-color: #ffffff;
	  }
	  
.table-heading2	{
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		color: #ffffff;
		background-color: #3366CC;
	  }
	  
.table-dkheading	{
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		color: #ffffff;
		background-color: #999999;
	  }

	  
.table-subheading	{
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		color: #000000;
		background-color: #efefef;
	  }
	  
.table-rowcolor	{
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		color: #000000;
		background-color: #efefef;
	  }  
	  
.selectsize {
  width: 180px;
  font-size: 9pt;
}

.selectsizetiny {
  width: 180px;
  font-size: 8pt;
}
	
.form-label	{
		font-family: arial, helvetica, sans-serif;
		font-size: 9pt;
		font-weight: bold;
		color: #0058be;/*006699*/
		background-color: #e4e4e4;
		text-align: right;
	  }
	  
.form-label2	{
		font-family: arial, helvetica, sans-serif;
		font-size: 9pt;
		font-weight: bold;
		color: #333333;
		background-color: #e4e4e4;
		padding:2px;
	  }

.button {
		margin-left: 0px; 
 		margin-right: 2px; 
 		margin-top: 2px; 
 		margin-bottom: 2px;
		background-color: #e4e4e4;
 		color: #0058be;
		border: 1px solid #0058be;
		font-weight: bold;
		font-size: 9pt;
		}
		
/* Channel video drop boxes */

legend {
	padding: 2px 5px;
	color: #666666;
	font-weight: bold;
	}
/* Nested Fieldset  */
fieldset {
	background-color:#FFF;
	border: 1px solid #ccc;
	text-align: center;
	}

.tablecell-label {
	background:#eeeeee;
	border: 1px solid #cccccc;
	text-align: right;
	}

.tablecell-dropdown {
	background:#ffffff;
	border: 1px solid #cccccc;
	}
		

/* jrc updated 3/10/2015 */		
/* 006699 becomes 0058be */

.headerback23{
	background:#dbecff;
}

.titlebar23{
	background-color: #003399;
	text-align: center;
	padding:20px;
	color:white;
	font-size:20px;
	font-weight:bold;
}
