/* --- 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 input { 
	font-family: verdana, Arial, tahoma; 
	font-size: 13px; 
	vertical-align : middle; }
	
hr { 
	color: #4d5ef4; 
	height : 5px; 
	width: 500;  }
	
h1 { 
	font-family: Calligrapher, Arial; 
	font-style: italic; }

h2 { 
	font-family: "Calisto MT", Calligrapher, Arial;
	font-style: italic;
	color: #000071; }

h3 { 
	margin-bottom: 5px; 
	margin-top: 5px;  }
	
.head4 { 
	font-family: Arial;
	font-size: 18px;
	font-style: italic;
	color: #000071; }
	
em { 
	 color: red; font-style: normal;  }
	 
A:hover	{	color : #FF0000; }
	
.SubTitle { 
	font-family: Arial, Tahoma, Verdana, sans-serif; 
	font-size: 15px;  
	font-style: italic; 
	font-weight: bold; 
	background: #8fc5d6; 
	padding: 1px; }
	
.Title { 
	font-family: Arial, Tahoma, Verdana, sans-serif; 
	font-size: 20px; 
	font-style: normal; 
	font-weight: bold; 
	background: #ffffff; 
	padding: 1px; 
	text-align: center; }
	
.vendor {
	font-family: "Comic Sans MS", Arial;
	font-size: 20px;
	text-align: center;
	font-weight: bold;  }
	
.comic { font-family: 'comic sans ms'; font-size: 16px; text-align: justify; }
	
A:hover	{	
	color : #FF0000; }
	
.navbar { 
	font-size: 12px; 
	font-family: Verdana, Tahoma, Arial; 
	font-weight: bold;  }

a:hover.menu { color: #FF0000; }

.menu {
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial;
	color: #999999;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	font-weight : bold;
	line-height : 20px;
}
	
.right {
	font-size: 13px;  
	float : right;
	text-align: right;
	}
	
.center {
	text-align: center;  }
	
.left13 {
	text-align: left;  
	font-size: 13px;  }
	
.left11 {
	text-align: left;  
	font-size: 11px;  }
	
.fine {
	font-family: Arial;
	font-size: 10px;  }
	
.double {
	border-style : double;
	border-color : black;  }
	
.navy { color: navy; }

.aqua { color: #00ccff; }	

.gray	{ color: #666666; }
          
.navy17 { 
	font-family: "Calisto MT", Arial;
    text-align: center;
	color: #000071; 
    font-size: 17px;  
    margin-top: -20px;  }
	
.f11 { font-size: 11px; }

.f12 { font-size: 12px }

.f15 { font-size: 15px; }

.f20 { font-size: 20px; }

.red { color: red;  }
		  
.height30  { line-height: 30px;  }

.height25  { line-height: 25px;  }


	