﻿/**************************************************************************
*                                  Set The Body                           *
**************************************************************************/
body
{ 

scrollbar-base-color: Maroon;
scrollbar-arrow-color: #FF8200;


/*	background-image: url('AdminPaper.jpg'); */
 	background-color: #000000;                
	Color: #800000;
	font color: Maroon;
	font-family: arial, "comic sans ms", 'sans serif'; 
	font-size: 12px;
	font-weight: normal
	text-align: Center; 

} 

/**************************************************************************
*                               Select Menu Options                       *
**************************************************************************/
OPTION 
{
	font-family: arial, "comic sans ms", 'sans serif'; 
	padding: 1px;
	font-size: 12px;
/*	color:#FF8200; */
	color:#FFFFFF;
	background-color: Maroon;
	border: outset 1px #adff2f; 
/*	font-weight: bold; */
}

SELECT 
{
	font-family: arial, "comic sans ms", 'sans serif'; 
	padding: 1px;
	font-size: 12px;
/*	color:#FF8200; */
	color:#FFFFFF;
	background-color: Maroon;
	border: outset 1px #adff2f; 
/*	font-weight: bold; */
}

/*******************************************************************************
*                                   Headers 1,2, 3                             *
*******************************************************************************/ 
h1
{
	font-family: arial, "comic sans ms", 'sans serif'; 
	font color: Maroon;
	font-size: 20px;
}

h2
{
	font-family: arial, "comic sans ms", 'sans serif'; 
	font color: Maroon;
	font-size: 18px;
}

h3
{
	font-family: arial, "comic sans ms", 'sans serif'; 
	font color: Maroon;
	font-size: 14px;
}

/*******************************************************************************
*                                     Page                                     *
*******************************************************************************/ 

p
{
	font color=Maroon;
	font-family: arial, "comic sans ms", 'sans serif'; 
	font-size: 12px;
	font-weight: normal
}

/*******************************************************************************
*                             Horizontal Rule                                  *
*******************************************************************************/ 

hr  {
 border: 0;
 height: 4px;
 color: Maroon;
 background-color: Maroon; }

/*******************************************************************************
*                                  Form Input Table                            *
*******************************************************************************/ 


table#Input 
	{    
		font-family: arial, "comic sans ms", 'sans serif'; 
	    color: Maroon;
		background-color: #D4D0C8; 
		border: solid #D4D0C8 4px;    
		border-spacing: 0px;
		font-size: 14px;
		font-weight: bold;
/*		width: 90%; */
		text-align: right; 
	}

table#Input td 
	{    
		background-color: #D4D0C8; 
		border: solid #000000 0px;
		padding: 3px;    	
	}
	
table#Input.data 
	{    
		color: Maroon;
		text-align: right;    
	}

/*******************************************************************************
*                                  Form Input Table                            *
*******************************************************************************/ 

table#Links 
	{    
		font-family: arial, "comic sans ms", 'sans serif'; 
	    color: Maroon;
		background-color: #D4D0C8; 
		border: solid #D4D0C8 1px;    
		border-spacing: 0px;
		font-size: 14px;
		font-weight: bold;
/*		width: 90%; */
		text-align: right; 
	}

table#Links td 
	{    
		background-color: #D4D0C8; 
		border: solid #000000 0px;
		padding: 0px;    	
	}
	
table#Links.data 
	{    
		color: Maroon;
		text-align: center;    
	}
	
/*******************************************************************************
*                                  Generic Table                            *
*******************************************************************************/ 

table#Generic
	{    
		font-family: arial, "comic sans ms", 'sans serif'; 
		color: Maroon;
		background-color: #D4D0C8; 
		border: solid #D4D0C8 4px;    
		border-spacing: 0px;
		font-size: 12px;
	}

table#Generic td 
	{    
		font-family: arial, "comic sans ms", 'sans serif'; 
		color: Maroon;
		background-color: #D4D0C8; 
		border: solid #000000 0px;
		padding: 5px;    	
	}
	
table#Generic .data 
	{    
 		color: Maroon;

	}
	
	
/*******************************************************************************
*                                  Form Input Table                            *
*******************************************************************************/ 
table#sample 
	{    
		background-color:#FF0000;    
		border: solid #000000 3px;    
		width: 400px;
	}

table#sample td 
	{    
		padding: 5px;    	
		: solid #000000 1px;
	}
	
table#sample.data 
	{    
		color: #000000;    
		text-align: right;    
		background-color: #CCCCCC;
	}
	

	
/*******************************************************************************
*                                      Tables                                  *
*******************************************************************************/ 

address
{
	font-family:   'ariel', 'sans serif'; 
	font-size: 16px;

}


hr
{
	font-family: ariel;
	color: font color="#800000";
}


h3
{
	font-family: ariel;
	color: font color="#800000";
}


h2
{
	font-family: ariel;
	color: font color="#800000";
}


h1
{
	font-family: ariel;
	color: font color="#800000";
}

a:link     { color:DarkBlue }
a:visited  { color:DarkBlue }
a:active   { color:DarkBlue }
a:hover    { color:DarkBlue }




/**************************************************************************
*                            Hover Configuration                          *
**************************************************************************/

	html a:hover {visibility:visible}


			
/**************************************************************************
*                              Admin-Button-75                            *
*                                                                         *
*  CSS Button Set :  Top Blue & Hover Orange 75 px x 30 px                *
*           Class :  Admin-Button-75                                      *
*                                                                         *
*      Written By :  Dr. Thomas E. Hicks                                  *
*       Tested On :  Internet Explorer 5/6 & Firefox 1.5                  *
*                                                                         *
*   Code To Paste :                                                       *
*                                                                         *

<Center><div class="Admin-Button-75"><a href="http://  " >
   <img src="../CSS/Button-75.gif" alt="MouseOver">
   <span>Title</span></a></div></Center>
      
*                                                                         *
**************************************************************************/			

	.Admin-Button-75	
		{
			position:relative;
			font-family: arial, helvetica, sans-serif;
			background-image:  url('Hover-75.gif');
			background-repeat: no-repeat;
			display: block;
			font-color: #FFFFFF; 
			width: 75px;
			height: 30px;
			margin: 0; 
			padding: 0; 
			text-align: center
		}

	.Admin-Button-75 a 
		{
			display: block;
			color: #FFFFFF;
			font-size: 11px;
			width: 75px;
			height: 30px;
			display: block;
			float: left;
			color: black; 
			text-decoration: none;
			text-align: center;
		}

	.Admin-Button-75 img 
		{
			width: 75px; 
			height: 30px; 
			border: 0; 
		}

	.Admin-Button-75 a:hover img
		{
			visibility: hidden
		}

	.Admin-Button-75 span 
		{
			position: absolute;
			color: #FFFFFF;
			left: 8px;
			top: 7px;
			margin: 0px;
			padding: 0px;
			cursor: pointer;
			width: 59px;
			height: 8px;
			text-align: center;
		}


			
/**************************************************************************
*                              Admin-Button-100                           *
*                                                                         *
*  CSS Button Set :  Top Blue & Hover Orange 100 px x 30 px               *
*           Class :  Admin-Button-100                                     *
*                                                                         *
*      Written By :  Dr. Thomas E. Hicks                                  *
*       Tested On :  Internet Explorer 5/6 & Firefox 1.5                  *
*                                                                         *
*   Code To Paste :                                                       *
*                                                                         *

<Center><div class="Admin-Button-100"><a href="http://  " >
   <img src="../CSS/Button-100.gif" alt="MouseOver">
   <span>Title</span></a></div></Center>
      
*                                                                         *
**************************************************************************/			

	.Admin-Button-100	
		{
			position:relative;
			font-family: arial, helvetica, sans-serif;
			background-image:  url('Hover-100.gif');
			background-repeat: no-repeat;
			display: block;
			font-color: #FFFFFF; 
			width: 100px;
			height: 30px;
			margin: 0; 
			padding: 0; 
			text-align: center
		}

	.Admin-Button-100 a 
		{
			display: block;
			color: #FFFFFF;
			font-size: 11px;
			width: 100px;
			height: 30px;
			display: block;
			float: left;
			color: black; 
			text-decoration: none;
			text-align: center;
		}

	.Admin-Button-100 img 
		{
			width: 100px; 
			height: 30px; 
			border: 0; 
		}

	.Admin-Button-100 a:hover img
		{
			visibility: hidden
		}

	.Admin-Button-100 span 
		{
			position: absolute;
			color: #FFFFFF;
			left: 8px;
			top: 7px;
			margin: 0px;
			padding: 0px;
			cursor: pointer;
			width: 84px;
			height: 8px;
			text-align: center;
		}


			
/**************************************************************************
*                              Admin-Button-125                           *
*                                                                         *
*  CSS Button Set :  Top Blue & Hover Orange 125 px x 30 px               *
*           Class :  Admin-Button-125                                     *
*                                                                         *
*      Written By :  Dr. Thomas E. Hicks                                  *
*       Tested On :  Internet Explorer 5/6 & Firefox 1.5                  *
*                                                                         *
*   Code To Paste :                                                       *
*                                                                         *

<Center><div class="Admin-Button-125"><a href="http://  " >
   <img src="../CSS/Button-125.gif" alt="MouseOver">
   <span>Title</span></a></div></Center>
      
*                                                                         *
**************************************************************************/			
	.Admin-Button-125	
		{
			position:relative;
			font-family: arial, helvetica, sans-serif;
			background-image:  url('Hover-125.gif');
			background-repeat: no-repeat;
			display: block;
			font-color: #FFFFFF; 
			width: 125px;
			height: 30px;
			margin: 0; 
			padding: 0; 
			text-align: center
		}

	.Admin-Button-125 a 
		{
			display: block;
			color: #FFFFFF;
			font-size: 11px;
			width: 125px;
			height: 30px;
			display: block;
			float: left;
			color: black; 
			text-decoration: none;
			text-align: center;
		}

	.Admin-Button-125 img 
		{
			width: 125px; 
			height: 30px; 
			border: 0; 
		}

	.Admin-Button-125 a:hover img
		{
			visibility: hidden
		}

	.Admin-Button-125 span 
		{
			position: absolute;
			color: #FFFFFF;
			left: 8px;
			top: 7px;
			margin: 0px;
			padding: 0px;
			cursor: pointer;
			width: 109px;
			height: 8px;
			text-align: center;
		}



/**************************************************************************
*                              Admin-Button-150                           *
*                                                                         *
*  CSS Button Set :  Top Blue & Hover Orange 150 px x 30 px               *
*           Class :  Admin-Button-150                                     *
*                                                                         *
*      Written By :  Dr. Thomas E. Hicks                                  *
*       Tested On :  Internet Explorer 5/6 & Firefox 1.5                  *
*                                                                         *
*   Code To Paste :                                                       *
*                                                                         *

<Center><div class="Admin-Button-150"><a href="http://  " >
   <img src="../CSS/Button-150.gif" alt="MouseOver">
   <span>Title</span></a></div></Center>
   
*                                                                         *
**************************************************************************/
	.Admin-Button-150	
		{
			position:relative;
			font-family: arial, helvetica, sans-serif;
			background-image:  url('Hover-150.gif');
			background-repeat: no-repeat;
			display: block;
			font-color: #FFFFFF; 
			width: 150px;
			height: 30px;
			margin: 0; 
			padding: 0; 
			text-align: center
		}

	.Admin-Button-150 a 
		{
			display: block;
			color: #FFFFFF;
			font-size: 11px;
			width: 150px;
			height: 30px;
			display: block;
			float: left;
			color: black; 
			text-decoration: none;
			text-align: center;
		}

	.Admin-Button-150 img 
		{
			width: 150px; 
			height: 30px; 
			border: 0; 
		}

	.Admin-Button-150 a:hover img
		{
			visibility: hidden
		}

	.Admin-Button-150 span 
		{
			position: absolute;
			color: #FFFFFF;
			left: 8px;
			top: 7px;
			margin: 0px;
			padding: 0px;
			cursor: pointer;
			width: 134px;
			height: 8px;
			text-align: center;
		}


/**************************************************************************
*                              Admin-Button-175                           *
*                                                                         *
*  CSS Button Set :  Top Blue & Hover Orange 175 px x 30 px               *
*           Class :  Admin-Button-175                                     *
*                                                                         *
*      Written By :  Dr. Thomas E. Hicks                                  *
*       Tested On :  Internet Explorer 5/6 & Firefox 1.5                  *
*                                                                         *
*   Code To Paste :                                                       *
*                                                                         *

<Center><div class="Admin-Button-175"><a href="http://  " >
   <img src="../CSS/Button-175.gif" alt="MouseOver">
   <span>Title</span></a></div></Center>
   
*                                                                         *
**************************************************************************/
	.Admin-Button-175	
		{
			position:relative;
			font-family: arial, helvetica, sans-serif;
			background-image:  url('Hover-175.gif');
			background-repeat: no-repeat;
			display: block;
			font-color: #FFFFFF; 
			width: 175px;
			height: 30px;
			margin: 0; 
			padding: 0; 
			text-align: center
		}

	.Admin-Button-175 a 
		{
			display: block;
			color: #FFFFFF;
			font-size: 11px;
			width: 175px;
			height: 30px;
			display: block;
			float: left;
			color: black; 
			text-decoration: none;
			text-align: center;
		}

	.Admin-Button-175 img 
		{
			width: 175px; 
			height: 30px; 
			border: 0; 
		}

	.Admin-Button-175 a:hover img
		{
			visibility: hidden
		}

	.Admin-Button-175 span 
		{
			position: absolute;
			color: #FFFFFF;
			left: 8px;
			top: 7px;
			margin: 0px;
			padding: 0px;
			cursor: pointer;
			width: 159px;
			height: 8px;
			text-align: center;
		}
		



/**************************************************************************
*                              Admin-Button-200                           *
*                                                                         *
*  CSS Button Set :  Top Blue & Hover Orange 200 px x 30 px               *
*           Class :  Admin-Button-200                                     *
*                                                                         *
*      Written By :  Dr. Thomas E. Hicks                                  *
*       Tested On :  Internet Explorer 5/6 & Firefox 1.5                  *
*                                                                         *
*   Code To Paste :                                                       *
*                                                                         *

<Center><div class="Admin-Button-200"><a href="http://  " >
   <img src="../CSS/Button-200.gif" alt="MouseOver">
   <span>Title</span></a></div></Center>
   
*                                                                         *
**************************************************************************/
			

	.Admin-Button-200	
		{
			position:relative;
			font-family: arial, helvetica, sans-serif;
			background-image:  url('Hover-200.gif');
			background-repeat: no-repeat;
			display: block;
			font-color: #FFFFFF; 
			width: 200px;
			height: 30px;
			margin: 0; 
			padding: 0; 
			text-align: center
		}

	.Admin-Button-200 a 
		{
			display: block;
			color: #FFFFFF;
			font-size: 11px;
			width: 200px;
			height: 30px;
			display: block;
			float: left;
			color: black; 
			text-decoration: none;
			text-align: center;
		}

	.Admin-Button-200 img 
		{
			width: 200px; 
			height: 30px; 
			border: 0; 
		}

	.Admin-Button-200 a:hover img
		{
			visibility: hidden
		}

	.Admin-Button-200 span 
		{
			position: absolute;
			color: #FFFFFF;
			left: 8px;
			top: 7px;
			margin: 0px;
			padding: 0px;
			cursor: pointer;
			width: 184px;
			height: 8px;
			text-align: center;
		}



/**************************************************************************
*                              Admin-Button-225                           *
*                                                                         *
*  CSS Button Set :  Top Blue & Hover Orange 225 px x 30 px               *
*           Class :  Admin-Button-225                                     *
*                                                                         *
*      Written By :  Dr. Thomas E. Hicks                                  *
*       Tested On :  Internet Explorer 5/6 & Firefox 1.5                  *
*                                                                         *
*   Code To Paste :                                                       *
*                                                                         *

<Center><div class="Admin-Button-225"><a href="http://  " >
   <img src="../CSS/Button-225.gif" alt="MouseOver">
   <span>Title</span></a></div></Center>
   
*                                                                         *
**************************************************************************/
	.Admin-Button-225	
		{
			position:relative;
			font-family: arial, helvetica, sans-serif;
			background-image:  url('Hover-225.gif');
			background-repeat: no-repeat;
			display: block;
			font-color: #FFFFFF; 
			width: 225px;
			height: 30px;
			margin: 0; 
			padding: 0; 
			text-align: center
		}

	.Admin-Button-225 a 
		{
			display: block;
			color: #FFFFFF;
			font-size: 11px;
			width: 225px;
			height: 30px;
			display: block;
			float: left;
			color: black; 
			text-decoration: none;
			text-align: center;
		}

	.Admin-Button-225 img 
		{
			width: 225px; 
			height: 30px; 
			border: 0; 
		}

	.Admin-Button-225 a:hover img
		{
			visibility: hidden
		}

	.Admin-Button-225 span 
		{
			position: absolute;
			color: #FFFFFF;
			left: 8px;
			top: 7px;
			margin: 0px;
			padding: 0px;
			cursor: pointer;
			width: 209px;
			height: 8px;
			text-align: center;
		}
		

/**************************************************************************
*                              Admin-Button-250                           *
*                                                                         *
*  CSS Button Set :  Top Blue & Hover Orange 250 px x 30 px               *
*           Class :  Admin-Button-250                                     *
*                                                                         *
*      Written By :  Dr. Thomas E. Hicks                                  *
*       Tested On :  Internet Explorer 5/6 & Firefox 1.5                  *
*                                                                         *
*   Code To Paste :                                                       *
*                                                                         *

<Center><div class="Admin-Button-250"><a href="http://  " >
   <img src="../CSS/Button-250.gif" alt="MouseOver">
   <span>Title</span></a></div></Center>
   
*                                                                         *
**************************************************************************/
	.Admin-Button-250	
		{
			position:relative;
			font-family: arial, helvetica, sans-serif;
			background-image:  url('Hover-250.gif');
			background-repeat: no-repeat;
			display: block;
			font-color: #FFFFFF; 
			width: 250px;
			height: 30px;
			margin: 0; 
			padding: 0; 
			text-align: center
		}

	.Admin-Button-250 a 
		{
			display: block;
			color: #FFFFFF;
			font-size: 11px;
			width: 250px;
			height: 30px;
			display: block;
			float: left;
			color: black; 
			text-decoration: none;
			text-align: center;
		}

	.Admin-Button-250 img 
		{
			width: 250px; 
			height: 30px; 
			border: 0; 
		}

	.Admin-Button-250 a:hover img
		{
			visibility: hidden
		}

	.Admin-Button-250 span 
		{
			position: absolute;
			color: #FFFFFF;
			left: 8px;
			top: 7px;
			margin: 0px;
			padding: 0px;
			cursor: pointer;
			width: 234px;
			height: 8px;
			text-align: center;
		}		
		

/**************************************************************************
*                              Admin-Button-275                           *
*                                                                         *
*  CSS Button Set :  Top Blue & Hover Orange 275 px x 30 px               *
*           Class :  Admin-Button-275                                     *
*                                                                         *
*      Written By :  Dr. Thomas E. Hicks                                  *
*       Tested On :  Internet Explorer 5/6 & Firefox 1.5                  *
*                                                                         *
*   Code To Paste :                                                       *
*                                                                         *

<Center><div class="Admin-Button-275"><a href="http://  " >
   <img src="../CSS/Button-275.gif" alt="MouseOver">
   <span>Title</span></a></div></Center>
   
*                                                                         *
**************************************************************************/
	.Admin-Button-275	
		{
			position:relative;
			font-family: arial, helvetica, sans-serif;
			background-image:  url('Hover-275.gif');
			background-repeat: no-repeat;
			display: block;
			font-color: #FFFFFF; 
			width: 275px;
			height: 30px;
			margin: 0; 
			padding: 0; 
			text-align: center
		}

	.Admin-Button-275 a 
		{
			display: block;
			color: #FFFFFF;
			font-size: 11px;
			width: 275px;
			height: 30px;
			display: block;
			float: left;
			color: black; 
			text-decoration: none;
			text-align: center;
		}

	.Admin-Button-275 img 
		{
			width: 275px; 
			height: 30px; 
			border: 0; 
		}

	.Admin-Button-275 a:hover img
		{
			visibility: hidden
		}

	.Admin-Button-275 span 
		{
			position: absolute;
			color: #FFFFFF;
			left: 8px;
			top: 7px;
			margin: 0px;
			padding: 0px;
			cursor: pointer;
			width: 259px;
			height: 8px;
			text-align: center;
		}		
		
		

/**************************************************************************
*                              Admin-Button-300                           *
*                                                                         *
*  CSS Button Set :  Top Blue & Hover Orange 300 px x 30 px               *
*           Class :  Admin-Button-300                                     *
*                                                                         *
*      Written By :  Dr. Thomas E. Hicks                                  *
*       Tested On :  Internet Explorer 5/6 & Firefox 1.5                  *
*                                                                         *
*   Code To Paste :                                                       *
*                                                                         *

<Center><div class="Admin-Button-300"><a href="http://  " >
   <img src="../CSS/Button-300.gif" alt="MouseOver">
   <span>Title</span></a></div></Center>
   
*                                                                         *
**************************************************************************/
	.Admin-Button-300	
		{
			position:relative;
			font-family: arial, helvetica, sans-serif;
			background-image:  url('Hover-300.gif');
			background-repeat: no-repeat;
			display: block;
			font-color: #FFFFFF; 
			width: 300px;
			height: 30px;
			margin: 0; 
			padding: 0; 
			text-align: center
		}

	.Admin-Button-300 a 
		{
			display: block;
			color: #FFFFFF;
			font-size: 11px;
			width: 300px;
			height: 30px;
			display: block;
			float: left;
			color: black; 
			text-decoration: none;
			text-align: center;
		}

	.Admin-Button-300 img 
		{
			width: 300px; 
			height: 30px; 
			border: 0; 
		}

	.Admin-Button-300 a:hover img
		{
			visibility: hidden
		}

	.Admin-Button-300 span 
		{
			position: absolute;
			color: #FFFFFF;
			left: 8px;
			top: 7px;
			margin: 0px;
			padding: 0px;
			cursor: pointer;
			width: 284px;
			height: 8px;
			text-align: center;
		}
		
		
/**************************************************************************
*                              BLUE-GRAY-180                              *
*                                                                         *
*  CSS Button Set :  Top Blue & Hover Orange 180 px x 44 px               *
*           Class :  BLUE-GRAY-180                                        *
*           Image :  Blue-Gray.gif                                        *
*                                                                         *
*      Written By :  Dr. Thomas E. Hicks                                  *
*       Tested On :  Internet Explorer 5/6 & Firefox 1.5                  *
*                                                                         *
*   Code To Paste :                                                       *
*                                                                         *

<Center><div class="BLUE-GRAY-180"> <a href="http://  " >
   <img src="../CSS/Blue-Gray.gif" alt="MouseOver">
   <span>LinkTitle</span></a></div></Center>
   
*                                                                         *
**************************************************************************/
	.BLUE-GRAY-180	
		{
			position:relative;
			font-family: arial, helvetica, sans-serif;
			background-image:  url('Orange-Gray.gif');
			background-repeat: no-repeat;
			font-color: #000000; 
			display: block;
			width: 180px;
			height: 44px;
			margin: 0; 
			padding: 0; 
			text-align: center
		}
	
	.BLUE-GRAY-180 a 
		{
				display: block;
				color: #000000;
				font-size: 11px;
				width: 180px;
				height: 44px;
				display: block;
				float: left;
			font-color: #000000; 
				text-decoration: none;
				text-align: center;
		}

	.BLUE-GRAY-180 img 
		{
			width: 180px; 
			height: 44px; 
			border: 0; 
		}
		
	.BLUE-GRAY-180 a:hover img
		{
			visibility: hidden
		}

	.BLUE-GRAY-180 span 
		{
			position: absolute;
			left: 20px;
			top: 16px;
			margin: 0px;
			font-color: #000000; 
			padding: 0px;
			cursor: pointer;
			width: 140px;
			height: 8px;
			text-align: center;
		}
		
		
/**************************************************************************
*                              Admin-Button-850                           *
*                                                                         *
*  CSS Button Set :  Top Blue & Hover Orange 850 px x 30 px               *
*           Class :  Admin-Button-850                                     *
*                                                                         *
*      Written By :  Dr. Thomas E. Hicks                                  *
*       Tested On :  Internet Explorer 5/6 & Firefox 1.5                  *
*                                                                         *
*   Code To Paste :                                                       *
*                                                                         *

<Center><div class="Admin-Button-850"><a href="http://  " >
   <img src="../CSS/Button-850.gif" alt="MouseOver">
   <span>Title</span></a></div></Center>
   
*                                                                         *
**************************************************************************/
	.Admin-Button-850	
		{
			position:relative;
			font-family: arial, helvetica, sans-serif;
			background-image:  url('Hover-850.gif');
			background-repeat: no-repeat;
			display: block;
			font-color: #FFFFFF; 
			width: 850px;
			height: 45px;
			margin: 0; 
			padding: 0; 
			text-align: center
		}

	.Admin-Button-850 a 
		{
			display: block;
			color: #FFFFFF;
			font-size: 18px;
			width: 850px;
			height: 45px;
			display: block;
			float: left;
			color: black; 
			text-decoration: none;
			text-align: center;
		}

	.Admin-Button-850 img 
		{
			width: 850px; 
			height: 45px; 
			border: 0; 
		}

	.Admin-Button-850 a:hover img
		{
			visibility: hidden
		}

	.Admin-Button-850 span 
		{
			position: absolute;
			color: #FFFFFF;
			left: 8px;
			top: 12px;
			margin: 0px;
			padding: 0px;
			cursor: pointer;
			width: 834px;
			height: 8px;
			text-align: center;
		}
		
		
			
/**************************************************************************
*                              Admin-H-Button-75                          *
*                                                                         *
*  CSS Button Set :  Top Blue & Hover Orange 75 px x 30 px                *
*           Class :  Admin-H-Button-75                                    *
*                                                                         *
*      Written By :  Dr. Thomas E. Hicks                                  *
*       Tested On :  Internet Explorer 5/6 & Firefox 1.5                  *
*                                                                         *
*   Code To Paste :                                                       *
*                                                                         *

<Center><div class="Admin-H-Button-75"><a href="http://  " >
   <img src="../CSS/H-Button-75.gif" alt="MouseOver">
   <span>Title</span></a></div></Center>
      
*                                                                         *
**************************************************************************/			

	.Admin-H-Button-75	
		{
			position:relative;
			font-family: arial, helvetica, sans-serif;
			background-image:  url('H-Hover-75.gif');
			background-repeat: no-repeat;
			display: block;
			font-color: #FFFFFF; 
			width: 75px;
			height: 24px;
			margin: 0; 
			padding: 0; 
			text-align: center
		}

	.Admin-H-Button-75 a 
		{
			display: block;
			color: #FFFFFF;
			font-size: 11px;
			width: 75px;
			height: 24px;
			display: block;
			float: left;
			color: black; 
			text-decoration: none;
			text-align: center;
		}

	.Admin-H-Button-75 img 
		{
			width: 75px; 
			height: 24px; 
			border: 0; 
		}

	.Admin-H-Button-75 a:hover img
		{
			visibility: hidden
		}

	.Admin-H-Button-75 span 
		{
			position: absolute;
			color: #FFFFFF;
			left: 8px;
			top: 1px;
			margin: 0px;
			padding: 0px;
			cursor: pointer;
			width: 59px;
			height: 12px;
			text-align: center;
		}
		
		
			
/**************************************************************************
*                              Admin-H-Button-15                          *
*                                                                         *
*  CSS Button Set :  Top Blue & Hover Orange 15 px x 30 px                *
*           Class :  Admin-H-Button-15                                    *
*                                                                         *
*      Written By :  Dr. Thomas E. Hicks                                  *
*       Tested On :  Internet Explorer 5/6 & Firefox 1.5                  *
*                                                                         *
*   Code To Paste :                                                       *
*                                                                         *

<Center><div class="Admin-H-Button-15"><a href="http://  " >
   <img src="../CSS/H-Button-15.gif" alt="MouseOver">
   <span>Title</span></a></div></Center>
      
*                                                                         *
**************************************************************************/			

	.Admin-H-Button-15	
		{
			position:relative;
			font-family: arial, helvetica, sans-serif;
			background-image:  url('H-Hover-15.gif');
			background-repeat: no-repeat;
			display: block;
			width: 20px;
			height: 24px;
			margin: 0; 
			padding: 0; 
			text-align: center
		}

	.Admin-H-Button-15 a 
		{
			display: block;
			color: #000000;
			font-color: #000000; 
			font-size: 11px;
			width: 20px;
			height: 24px;
			display: block;
			float: left;
			color: black; 
			text-decoration: none;
			text-align: center;
		}

	.Admin-H-Button-15 img 
		{
			width: 20px; 
			height: 24px; 
			border: 0; 
			color: #000000;
			font-color: #FFFFFF; 
		}

	.Admin-H-Button-15 a:hover img
		{
			visibility: hidden
		}

	.Admin-H-Button-15 span 
		{
			position: absolute;
			color: #FFFFFF;
			font-color: #000000; 
			left: 8px;
			top: 1px;
			margin: 0px;
			padding: 0px;
			cursor: pointer;
			width: 7px;
			height: 12px;
			text-align: center;
		}
		

			
/**************************************************************************
*                              Admin-H-Button-170                         *
*                                                                         *
*  CSS Button Set :  Top Blue & Hover Orange 170 px x 30 px               *
*           Class :  Admin-H-Button-170                                   *
*                                                                         *
*      Written By :  Dr. Thomas E. Hicks                                  *
*       Tested On :  Internet Explorer 5/6 & Firefox 1.5                  *
*                                                                         *
*   Code To Paste :                                                       *
*                                                                         *

<Center><div class="Admin-H-Button-170"><a href="http://  " >
   <img src="../CSS/H-Button-170.gif" alt="MouseOver">
   <span>Title</span></a></div></Center>
      
*                                                                         *
**************************************************************************/			

	.Admin-H-Button-170	
		{
			position:relative;
			font-family: arial, helvetica, sans-serif;
			background-image:  url('H-Hover-170.gif');
			background-repeat: no-repeat;
			display: block;
			font-color: #FFFFFF; 
			width: 170px;
			height: 24px;
			margin: 0; 
			padding: 0; 
			text-align: center
		}

	.Admin-H-Button-170 a 
		{
			display: block;
			color: #FFFFFF;
			font-size: 11px;
			width: 170px;
			height: 24px;
			display: block;
			float: left;
			color: black; 
			text-decoration: none;
			text-align: center;
		}

	.Admin-H-Button-170 img 
		{
			width: 170px; 
			height: 24px; 
			border: 0; 
		}

	.Admin-H-Button-170 a:hover img
		{
			visibility: hidden
		}

	.Admin-H-Button-170 span 
		{
			position: absolute;
			color: #FFFFFF;
			left: 8px;
			top: 1px;
			margin: 0px;
			padding: 0px;
			cursor: pointer;
			width: 154px;
			height: 12px;
			text-align: center;
		}
		
		
			
/**************************************************************************
*                              Admin-H-Button-150                         *
*                                                                         *
*  CSS Button Set :  Top Blue & Hover Orange 150 px x 30 px               *
*           Class :  Admin-H-Button-150                                   *
*                                                                         *
*      Written By :  Dr. Thomas E. Hicks                                  *
*       Tested On :  Internet Explorer 5/6 & Firefox 1.5                  *
*                                                                         *
*   Code To Paste :                                                       *
*                                                                         *

<Center><div class="Admin-H-Button-150"><a href="http://  " >
   <img src="../CSS/H-Button-150.gif" alt="MouseOver">
   <span>Title</span></a></div></Center>
      
*                                                                         *
**************************************************************************/			

	.Admin-H-Button-150	
		{
			position:relative;
			font-family: arial, helvetica, sans-serif;
			background-image:  url('H-Hover-150.gif');
			background-repeat: no-repeat;
			display: block;
			font-color: #FFFFFF; 
			width: 150px;
			height: 24px;
			margin: 0; 
			padding: 0; 
			text-align: center
		}

	.Admin-H-Button-150 a 
		{
			display: block;
			color: #FFFFFF;
			font-size: 11px;
			width: 150px;
			height: 24px;
			display: block;
			float: left;
			color: black; 
			text-decoration: none;
			text-align: center;
		}

	.Admin-H-Button-150 img 
		{
			width: 150px; 
			height: 24px; 
			border: 0; 
		}

	.Admin-H-Button-150 a:hover img
		{
			visibility: hidden
		}

	.Admin-H-Button-150 span 
		{
			position: absolute;
			color: #FFFFFF;
			left: 8px;
			top: 1px;
			margin: 0px;
			padding: 0px;
			cursor: pointer;
			width: 134px;
			height: 12px;
			text-align: center;
		}
		
				

/**************************************************************************
*                              Admin-Button-550                           *
*                                                                         *
*  CSS Button Set :  Top Blue & Hover Orange 550 px x 30 px               *
*           Class :  Admin-Button-550                                     *
*                                                                         *
*      Written By :  Dr. Thomas E. Hicks                                  *
*       Tested On :  Internet Explorer 5/6 & Firefox 1.5                  *
*                                                                         *
*   Code To Paste :                                                       *
*                                                                         *

<Center><div class="Admin-Button-550"><a href="http://  " >
   <img src="../CSS/Button-550.gif" alt="MouseOver">
   <span>Title</span></a></div></Center>
   
*                                                                         *
**************************************************************************/
	.Admin-Button-550	
		{
			position:relative;
			font-family: arial, helvetica, sans-serif;
			background-image:  url('Hover-550.gif');
			background-repeat: no-repeat;
			display: block;
			font-color: #FFFFFF; 
			width: 550px;
			height: 30px;
			margin: 0; 
			padding: 0; 
			text-align: center
		}

	.Admin-Button-550 a 
		{
			display: block;
			color: #FFFFFF;
			font-size: 11px;
			width: 550px;
			height: 30px;
			display: block;
			float: left;
			color: black; 
			text-decoration: none;
			text-align: center;
		}

	.Admin-Button-550 img 
		{
			width: 550px; 
			height: 30px; 
			border: 0; 
		}

	.Admin-Button-550 a:hover img
		{
			visibility: hidden
		}

	.Admin-Button-550 span 
		{
			position: absolute;
			color: #FFFFFF;
			left: 8px;
			top: 7px;
			margin: 0px;
			padding: 0px;
			cursor: pointer;
			width: 534px;
			height: 8px;
			text-align: center;
		}