.bellText { font-family: Bradley Hand ITC; font-size: 12pt; color: #FFFFFF }

.bellHeader  { font-family: Bradley Hand ITC; font-size: 14pt; color: #FFFFFF; font-weight: 
               bold }
               
.bellClear {
			font-family: Arial;
			font-size: 10pt;
			font-weight: bold;
			color: #FFFFFF;
			}
    
/* Styles for menu across top of pages */
.bellMenu { 
			display: block;
			float: left;
			width: 180px;
			height: 24px;
			font-family: Bradley Hand ITC;
			font-size: 12pt;
			font-weight: bold;
			text-decoration: none;
			text-align: center;
			background-image:url('bell/images/menu-top-line.jpg'); 
		  }

.bellMenu a {
			display: block;
			float: left;
			width: 180px;
			height: 24px;
			font-family: Bradley Hand ITC;
			font-size: 12pt;
			font-weight: bold;
			text-decoration: none;
			text-align: center;
			background-image:url('bell/images/menu-top-line.jpg'); 
			}
		  
.bellMenu A:link    {text-decoration: none;color: #B1BEB6 }
.bellMenu A:visited {text-decoration: none;color: #B1BEB6 }
.bellMenu A:hover   {text-decoration: none;color: #FFFFFF; background-image: url('bell/images/menu-hover.jpg')}
.bellMenu A:active  {text-decoration: none;color: #B1BEB6 }

/* Style for selected menu item */
.bellMenuSelected { 
			display: block;
			float: left;
			width: 180px;
			height: 24px;
			font-family: Bradley Hand ITC;
			font-size: 12pt;
			font-weight: bold;
			text-decoration: none;
			text-align: center;
			background:url('bell/images/menu-hover.jpg'); 
		  }
		  
.bellMenuSelected a {
			display: block;
			float: left;
			width: 180px;
			height: 24px;
			text-decoration: none;
			color: #FFFFFF;
					}
	
.inlineLink	{
				color: #B1BEB6;
				font-weight: bold;
				text-decoration: none; 
			 }

.inlineLink A:link		{text-decoration: none;color: #B1BEB6 }
.inlineLink A:visited	{text-decoration: none;color: #B1BEB6 }
.inlineLink A:hover		{text-decoration: none;color: #FFFFFF }
.inlineLink A:active	{text-decoration: none;color: #B1BEB6 }	

/* Style for common footer */
.footer  { font-family: Arial; font-size: 8pt; color: #FFFFFF; font-weight:bold }

.footer A:link    {color: #B1BEB6 }
.footer A:visited {color: #B1BEB6 }
.footer A:hover   {color: #FFFFFF }
.footer A:active  {color: #B1BEB6 }


/* style for main page borders */
.tborder {border: thick solid #503638}
