.donotdisplay {
display: none;
}

body 
	{
		background-color: #006600;
 		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #000000;
		
		
	}

.basicText
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
	}

.basicTitle {
	color: #6F3895;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.style4 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6F3792;
}

.basicTitleSm {
	font-size: 9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #6F3895; 
}	
	
.basicRed {color: #D7422E}

	
.body_table 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		border-color: #2d2d2d;
		
	}
	
.body_table th
	{
		background-color: #2d2d2d;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		border-color: #2d2d2d;
	}
	
.body_table td
	{
		background-color: #616060;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bolder;
		color: #0d351c;
		border-color: #2d2d2d;
	}

#content a {
	text-decoration:none;
	color:#6F3895;
	border-bottom: 1px dotted #6F3895;
}

#content a:link {
	color:#6F3895;
	border-bottom: 1px dotted #6F3895;
}
#content a:visited {
	color:#6F3895;
	border-bottom: 1px dotted #6F3895;
}
#content a:hover {
	color:#808080;
	border-bottom: 1px dotted #808080;
}

#linkRight a:link {
	float: right;
	color:#6F3895;
	border-bottom: 1px dotted #6F3895;
}
#linkRight a:visited {
	float: right;
	color:#6F3895;
	border-bottom: 1px dotted #6F3895;
}
#linkRight a:hover {
	float: right;
	color:#808080;
	border-bottom: 1px dotted #808080;
}



/* rules for indicating PDF, external and email links */	
/* These do not work in IE 6 or earlier */
#content a[href^="mailto:"] {
	padding-right: 18px;
	background: url("/images/icn_email.gif") no-repeat bottom right;
}

#content a[href$=".pdf"] {
    padding-right: 16px; 
    background: url("/images/icn_pdf_sm.gif") no-repeat center right;
}

#content a[href$=".PDF"] {
    padding-right: 16px; 
    background: url("/images/icn_pdf_sm.gif") no-repeat center right;
}



#content h1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 font-weight: 300; 
 color: #6e3895; 
 padding-bottom: 1px;
 margin: 0px 2px 0px 0px;
 
}

#content h2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-weight: bold; 
 color: #306530; 
 padding-bottom: 1px;
 margin: 10px 2px 0px 0px;
 border-bottom: 1px #306530 solid;
}

#photo_link a:link, #photo_link a:visited, #photo_link a:hover {
	text-decoration: none;
	border-bottom: none;
	background: none;
}

#photo_link2 a:link, #photo_link2 a:visited, #photo_link2 a:hover {
	padding-right: 0px;
	text-decoration: none;
	border-bottom: none;
	background: none;
}
	
	
#container404 {
  	height: 500px; 
 	background-image: url(/images/short_background.jpg);
  	background-repeat: repeat-x;
	}

#footer {
	background-color: #7cae01;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

#footer a:link, #footer a:visited, #footer a:hover {
 background-color: #7cae01;
 color: #ffffff;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 10px;
 text-decoration: none;
 border-bottom: 1px dotted #ffffff;
}


.dhtmlgoodies_tabPane{
		height:21px;	/* Height of tabs */
		border-bottom:1px solid #919b9c;
	}
	.dhtmlgoodies_aTab{
		border-left:1px solid #919b9c;
		border-right:1px solid #919b9c;
		border-bottom:1px solid #919b9c;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		padding:5px;		
		
	}
	.dhtmlgoodies_tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
		padding-left:3px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane .tabActive{
		background-image:url('http://www.allergicare.com/images/tab_left_active.gif');
		margin-left:0px;
		margin-right:0px;	
		z-index:10;	
	}
	.dhtmlgoodies_tabPane .tabInactive{
		background-image:url('http://www.allergicare.com/images/tab_left_inactive.gif');
		margin-left:0px;
		margin-right:0px;
		z-index:1;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
		background-image:url('http://www.allergicare.com/images/tab_left_over.gif');
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane span{
		font-family:arial;
		vertical-align:top;
		font-size:11px;
		padding-left:3px;
		padding-right:3px;		
		line-height:21px;
		float:left;
	}
	.dhtmlgoodies_tabPane .tabActive span{
		padding-bottom:1px;
		line-height:20px;
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
	}

