/* ------------------------ style for instructions panel that rolls out from top. ----------------- */
		#instructions1 {
			position: absolute;
			cursor: hand;
			top: 120px;
			left: -400px;
			width: 400px;
			height: 250px;
			z-index: 9;
			 _background-image:none;
			_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true sizingMethod=scale src='Images/message.png');
			background-image: url("Images/message.png");
		}								
		
		.blue1
		{
			font-family: verdana, arial, sans-serif;
			font-size: 11px;
			color: #1712E4;
			font-weight: bold;
			line-height: 24px;
			padding-left: 4px;
			text-decoration: none;			
		}

/* --------------------------- Form Object Style ----------------------------- */
		.dropDark {
			background-color: #D8D9DC;
			color: black;
			font-size: 10pt;
			z-index:8;
		}
		
		.dropLight {
			background-color: #E7ECF1;
			color: black;
			font-size: 10pt;
			z-index:8;
		}		

/* --------------------------- Body Text Style ------------------------------- */
	
		p {
			font-family: verdana, arial, sans-serif;
			font-size: 12px;
			color: #1712E47;
			line-height: 18px;
			text-decoration: none;
		}
		
		h1 
		{
			font-family: Verdana, arial, Sans-Serif;
			font-size: 15px;
		}	
		
		h4
		{
			font-family: Verdana, arial, Sans-Serif;
			font-size: 16px;
			color: white;
		}
		
/* ------------------------------------------- Hyperlink style --------------------------- */
		a:link
		{
			font-family: verdana, arial, sans-serif;
			font-size: 11px;
			color: #3A7DF7;
			font-weight: bold;
			line-height: 24px;
			padding-left: 4px;
			text-decoration: none;
		}
		
		a:visited
		{
			font-family: verdana, arial, sans-serif;
			font-size: 11px;
			color: #3A7DF7;
			font-weight: bold;
			line-height: 24px;
			padding-left: 4px;
			text-decoration: none;
		}
		
		a:link:hover
		{
			font-family: verdana, arial, sans-serif;
			font-size: 11px;
			color: #1712E4;
			font-weight: bold;
			line-height: 24px;
			padding-left: 4px;
			text-decoration: none;
		}
		
		a:visited:hover
		{
			font-family: verdana, arial, sans-serif;
			font-size: 11px;
			color: #1712E4;
			font-weight: bold;
			line-height: 24px;
			padding-left: 4px;
			text-decoration: none;
		}
		
/*************************** Style used for login table ***************************************/
		.specialTable 
		{
			border-width: 1px;
			border-style: solid;
			border-color: White;
		}
		
		.specialTable2 
		{
			font-size: small;
			border-width: 1px;
			border-style: solid;
			border-color: White;
		}
		
		.specialTR
		{
			background-color: #90B3F3;
			font-size: 12;
		}	
		
		.specialTR2
		{
			background-color: #BAC3D3;
			font-size: small;
		}		
		
		.trMain
		{
			background-color: White;
			font-size: small;
		}	
		
/********************************* Style for graphic links ********************************************/
		a:link.noLight 
		{
		   background-color: #E7ECF1;
		   text-decoration: none;
		   color: black;
		}
		
		a:visited.noLight 
		{
		   background-color: #E7ECF1;
		   text-decoration: none;
		   color: black;
		}
		
		a:link:hover.noLight 
		{
		   background-color: #E7ECF1;
		   text-decoration: none;
		   color: black;
		}
		
		a:visited:hover.noLight 
		{
		   background-color: #E7ECF1;
		   text-decoration: none;
		   color: black;
		}
		
		.graphic 
		{
			border:0px; 
			border-thickness:0px; 
			border-color: #333333; 
			border-style: solid;
		}
		
		A:hover .graphic, A:active .graphic, A:link .graphic, A:visited .graphic 
		{
			border:0px; 
			border-thickness:0px;
		    	border-color: #333333; 
		   	border-style: solid;
		}	
		
/**************************************************** Style for Database Details Form ***********************************************/
		.whiteHeader 
		{
			font-size: 16px;
			font-weight: bold;
			color: White;
		}	
		
		#sectionHead {
			position: absolute; 
			z-index: 5; 
			top:5px; 
			left: 2px;
			border:1px; 
			border-thickness:0px; 
			border-color: white; 
			border-style: solid;
			background-color: #11518C;
			width: 250px;
			height: 50px;
		}
		
	

		
		
		

