/* --- 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: verdana, Arial, tahoma; font-size: 13px; text-align : justify; }

.book_antq	{ font-family: "book Antiqua"; }

.center { text-align: center; }

.justify { text-align: justify; }

.left	{ text-align: left;	}	

.ctr9  { text-align: center; font-size: 9px; }

.float-r	{ float: right; margin-left: 10px; }

.float-l	{ float: left; margin-right: 10px; }

.middle	{ vertical-align: middle;  }

A:hover	{ color : Red; }

hr { color: #1d4d81; height : 6px; width : 540px; }

h1 { font-family : "Amazone BT"; color: #1d4d81; font-size: 26px; text-align: center; line-height : 25px;}

h2 { font-family: 'Times New Roman', Times, serif; color: #dc143c; text-align: center;  }

h3 { font-size: 16px; font-family: Verdana, geneva, Arial; color: #1d4d81; text-align: center; font-stretch: ultra-expanded; }

.h3link {
	font-size: 16px;
	font-family: Verdana, geneva, Arial;
	color: #1d4d81;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

h4 { font-family: cursive; text-align: center; font-size: 15px; color: #006633; }

h5 { font-size: 15px; color: #804000; }

.f11	{ font-size: 11px; }

.f13	{ font-size: 13px; }

.f15	{ font-size: 15px; }

.f17	{ font-size: 17px; }

.f19	{ font-size: 19px; }

.f24	{ font-size: 24px;	}

.verdana	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 24px; text-align: center; font-stretch: ultra-expanded; }

.black15 { font-size: 15px; text-align: center;  }

.black	{ color: #000000; }

.brown { color: #804000; }

.gray	{ color: #666666;	}

.gray:hr	{ color:#666666; width:120px; text-align:center; height:1px;  }

hr:gray	{ color:#666666; width:120px; text-align:center; height:1px;  }

.navy  { color: navy;  }

.red  { color: red; }

.red15 { color: #dc143c; font-size: 15px; }

.copyright { color: #804000; font-size: 9px; text-align: center;  }

.border2 { border: medium; }

.menu2  { 
	 
	font-family: Verdana, Arial; 
	font-size: 11px; 
	padding: 4px; 
	background-color: #dff2fd; 
	text-align: center; 
	text-decoration : none; 
	margin-left : 0px;
	margin-top : 0px;
	}

