body 
{
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

select, input, textarea 
{
	color: #000000;
	font-size: 14px;
	font-family: arial;
}
	
.bold	{font-weight:bold;}
.center {text-align: center;}
.right	{text-align: right;}
.left	{text-align: left;}

.adjustedZIndex {
    z-index: 1000!important;
}

.style1 {
	color: #9c9c9c;
	font-size: 10px;
	font-family: arial;
}
.style2 {
	color: #818181;
	font-size: 14px;
	font-family: arial;
}
.style3 {
	color: #789621;
	font-size: 9px;
	font-family: arial;
}
.style4 {
	color: #747474;
	font-size: 14px;
	font-family: arial;
}
.style4Small {
	color: #747474;
	font-size: 11px;
	font-family: arial;
}
.style5 {
	color: #789621;
	font-size: 14px;
	font-family: arial;
}
.style5Small {
	color: #789621;
	font-size: 11px;
	font-family: arial;
}
.style6 {color: #747474; font-size: 14px; font-family: arial; font-weight: bold; }
.style7 {color: #A8A8A8; font-size: 14px; font-family: arial}
.style9 {color: #789621; font-size: 14px; font-family: arial; font-weight: bold; }
.style15 {color: #c9b836; font-size: 16px; font-family: arial; font-weight: bold; }
.style16 {color: #c9b836; font-size: 18px; font-family: arial; font-weight: bold; }
.style10 {color: #747474; font-size: 14px; font-family: arial; font-weight: bold; }
.style11 {color: #747474;font-size: 14px;font-family: arial; font-weight: bold;font-style:italic }

.style12 
{
	background-color:Gray;
	font-size: 14px;
	font-family: arial;
}
.style13
{
	color:white;
	font-size: 14px;
	font-family: arial;
}
.style14
{
	background-color:Gray;
	color:white;
	font-size: 14px;
	font-family: arial;
}

.style15 a, .style15 a:visited, .style15 a:link{color: #c9b836;text-decoration:underline;}
.style16 a, .style16 a:visited, .style16 a:link{color: #c9b836;text-decoration:underline;}
.style1 a, .style1 a:visited, .style1 a:link{color: #9c9c9c;}
.style2 a, .style2 a:visited, .style2 a:link{color: #818181;}
.style3 a, .style3 a:visited, .style3 a:link{color: #789621;}
.style4 a, .style4 a:visited, .style4 a:link{color: #747474;}
.style4Small a, .style4Small a:visited, .style4Small a:link{color: #747474;}
.style5 a, .style5 a:visited, .style5 a:link{color: #789621;}
.style5Small a, .style5Small a:visited, .style5Small a:link{color: #789621;}
.style6 a, .style6 a:visited, .style6 a:link{color: #747474;}
.style7 a, .style7 a:visited, .style7 a:link{color: #A8A8A8;}
.style9 a, .style9 a:visited, .style9 a:link{color: #789621;}

.stylePopUp {
	color: white;
	font-size: 14px;
	font-family: arial;
}

.stylePopUp a {
	color: black;
	font-size: 14px;
	font-family: arial;
}

.applyTextBox
{
	width:260px; 
	height:18px; 
	font-family:Tahoma; 
	font-size:10px; 
	border-width:1px; 
	border-style:solid; 
	border-color:#C9CDD0 
}
.applyTextArea
{
	width:260px; 
	height:150px;
	overflow:auto; 
	font-family:Tahoma; 
	font-size:10px; 
	border-width:1px; 
	border-style:solid; 
	border-color:#C9CDD0 
}
.registerTextBox
{
	width:100px; 
	height:18px; 
	font-family:Tahoma; 
	font-size:10px; 
	border-width:1px; 
	border-style:solid; 
	border-color:#C9CDD0 
}
#dropinboxv2cover{
		width: 320px; /*change width to desired */
		position:absolute; /*Don't change below 4 rules*/
		z-index: 100;
		overflow:hidden;
		visibility: hidden;
}

#dropinboxv2{
		width: 300px; /*change width to above width-20. */
		border: 2px solid black; /*Customize box appearance*/
		background-color: red;
		padding: 6px;
		position:absolute; /*Don't change below 3 rules */
		left: 0;
		top: 0;
		text-align: center;
}

.subMenuItem{
	color:White;
	font-size: 14px;
	font-family: arial;
	 z-index: 1;
}
.subMenuItem a, .subMenuItem a:visited, .subMenuItem a:link{color: White;}
.subMenuItem a:hover{ color:#c9b836;}/*83a743*/

.bioListItem li
{
   padding-bottom:4px;
}