/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/
	body, tr, td, p, li { font-family: Arial, verdana, tahoma; font-size: 15px; }
		
	hr { color: #336699; height : 5px; margin-left : 10px;  }
	
	h2 { margin-bottom: 5px; margin-top: 5px; font-size: 18px; color: #DBEAF5;}
	
	.fair { font-family: "Calisto MT", Calligrapher, Arial; font-style: italic; }
	
	.darkline { background: #4682B4; }
	
	.cright { float: right; text-align: right; vertical-align: top; }
	
	.SubTitle { font-family: Arial, Tahoma, Verdana; font-size: 15px;  font-style: italic; 
				font-weight: bold; background: #DBEAF5; padding: 1px; }
	
	.Title { font-family: Arial, Tahoma, Verdana; font-size: 18px; font-style: italic; 
			font-weight: bold; background: #DBEAF5; padding: 1px; }
	
	.BowlTitle { font-family: Verdana; font-size: 18px; font-style: italic; 
			font-weight: normal; background: #000066; padding: 1px; color: #FFFFFF; }
	
	.f10   { font-size: 10px;  }

	.f11   { font-size: 11px;  }

	.f13   { font-size: 13px;  }
	
	.f14	{ font-size: 14px; }

	.f15   { font-size: 15px; }
	
	.f17 { font-size: 17px; }
	
	.f19 { font-size: 19px; }
	
	.f21 { font-size: 21px; }
	
	.f24  { font-size: 24px; }
	
	.line_ht_125 { line-height: 130%; }
	
	.brown { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 18px; color: #5b0000; text-align: center; }
	
	.brownj { font-size: 16px; color: #5b0000; text-align: justify; }
	
	.brown2 { color: #5b0000; }
	
	.navy   { color: Navy; font-size: 15px; text-align: justify }
	
	.navy2	{ color: Navy }
	
	.navy18 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 18px; color: Navy; text-align: center; }

	.navy17 { font-size: 17px; color: Navy; }
	
	.green	{ color: green; }
	
	A:hover	{	color : #FF0000; }
	
	em { color: red; font-size: 18px; font-style: normal;   }
	
	.red { color: red; }
	
	PRE, TT, CODE, KBD, SAMP { font-family: monospace }
	
	.bold17 { font-size: 17px; font-family: Arial; font-weight: bold; }
	
	.norm13  { font-size: 13px; font-family: Arial; font-weight: normal;  }
	
	.verdana13  { font-size: 13px; font-family: Verdana, Arial; font-weight: normal; text-align: justify;  }
	
	.verdana20  { font-size: 20px; font-family: Verdana, Arial; font-weight: normal; text-align: center;  }
	
	.comic	{ font-family: 'Comic Sans MS' }
	
	.right  { text-align: right;  }
	
	.center { text-align: center;  }
	
	.justify { text-align: justify;  }
	
	.indent	{ text-indent: 25px;	}
	
	.float-l	{ float: left;  margin-right: 10px; }
	
	.float-r	{ float: right; margin-left: 10px; }
	
	.margin-l	{ margin-left : 10px;	}
	
	.margin-r	{ margin-right: 10px;	}
	
	.padding-b	{padding-bottom: 55px; }
	
	.banner { font-style: italic; background: #DBEAF5; padding: 4px; }
	
	.strike { text-decoration: line-through;  }
	
	.menu2  { 
		border: 1px solid #808080; 
		font-family: Verdana, Arial; 
		font-size: 11px; 
		padding: 5px; 
		background-color: #dff2fd; 
		width: 775px;
		text-align: center; 
		text-decoration : none; 
		color: black;
		margin-left : 10px;
		margin-top : -30px;
		}

	.menu3  { 
		font-family: Verdana, Arial; 
		font-size: 11px; 
		text-align: center; 
		text-decoration : none; 
		margin-left : 0px;
		line-height : 20px;
		}
    
    .text { color: red;
    	margin-left: 2px;
    	font-size: 18px;
    	font-family: Arial; }
        
    .highlight { margin-top: -43px;
    	margin-left: 0px;
    	color: darkred;
    	font-size: 18px;
    	font-family: Arial;  }
        
    .pagebreak { page-break-before : always;  }    
	
	.head_txt {
		color:#454545;
		FONT-SIZE: 11px; 
		FONT-FAMILY: verdana,arial,helvetica,sans-serif; 
		font-weight:bold;
		}

#lcolumn {
	CLEAR: all; 
	PADDING-TOP: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 0px; 
	PADDING-BOTTOM: 0px; 
	FLOAT: left; 
	MARGIN: 0px; 
	WIDTH: 350px; 
	TEXT-ALIGN: justify;
}

#rcolumn {
	CLEAR: all; 
	PADDING-TOP: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 0px; 
	PADDING-BOTTOM: 0px; 
	FLOAT: right; 
	MARGIN: 0px; 
	WIDTH: 350px; 
	TEXT-ALIGN: justify;
}


