/* --- 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;
	font-size: 15px;
	text-align: justify;
    }

hr {  height : 5px; width: 600px; }

.times24 { 
	font-family : "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FF602B;
	font-weight : bold;
	text-align: center;
	}

.f4	 {font-size: 4px; }

.f10 { font-size: 10px; }

.f11 { font-size: 11px; }

.f12 { font-size: 12px; }

.f13 { font-size: 13px; }

.f15px { font-size: 15px; }
    
.f16 { font-size: 16px; }

.f17 { font-size: 17px; }

.f18 { font-size: 18px; }

.f20 { font-size: 20px; }

.f21 { font-size: 21px; }

.f24 { font-size: 24px; }

.td12px { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-align: justify; }

A:hover	{	
	color : #FF0000; }
	
.center { text-align: center; }

.justify { text-align: justify; }

.arial { font-family: arial; }
	
.graybg {
	text-align: center;
	height: 20px;
	vertical-align : middle;
	background-color : #cecece;	}
	
.redbg {
	font-size: 13px;
	color: White;
	text-align: center;
	background-color : #FF602B;
	height : 25px;
 	padding-top: 5px;
	}
	
.leemyles {
	font-family: "Times New Roman", Times, serif; 
	font-size: 30px; 
	font-weight: bold; 
	color: #000080; 
	text-align: center;
	font-style : italic;
	}
	
.leemyles2 {
	font-family: "Times New Roman", Times, serif;
	font-size : 24px;
	font-weight: bold;
	color : #FF0000;
	text-align : center;
	font-style: italic;
	}
	
.title1 {
	font-family: arial, verdana, arial; 
	font-size : 24px;
	color : #000000;
	text-align : center;
	font-weight: bold;
	}
	
.title2 {
	font-family: arial, verdana, arial; 
	font-size : 11px;
	color : #000000;
	text-align : center;
	}
	
.title3 {
	font-family : Arial, Helvetica, sans-serif;
	color : #000000; 
	font-size : 17px;
	text-align : center;
	font-weight: bold;
	}
	
.gold {
	font-family: "Times New Roman", Times, serif; 
	font-size: 17px;
	font-weight: bold; 
	color: #808000; 
	text-align: center;
	font-style: normal;
	}
	
.navy {
	color: #000080;
	}
	
.navy14 {
	color:#000080; 
	font-size: 14px; 
	text-align: center;
	}
	
.navy16 {
	color:#000080; 
	font-size: 16px; 
	text-align: center;
	}
	
.navy17 {
	font-size: 17px;
	color: #000066;
	text-align: center;
	}
	
.navy18 {
	color: #000080; 
	font-size: 18px;
	}
	
.navy20 {
	color: #000080; 
	font-size: 20px; 
	font-style: italic; 
	text-align: center;
	}

.webmaster {
	font-family: verdana, arial; 
	font-size: 9px; 
	text-align: center;
	}
	
.red20 {
	color: Red; 
	font-size: 20px; 
	text-align: center;
	}
	
.red {
	color: Red;
	}
	
.gray { color: #333333 }

.line22  { line-height : 20px;  }

.line23  { line-height: 23px; }

.menu {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: Black;
	text-align: center;
	background-color : #ff602b;
	height : 15px;	
	margin-left : 0px;
	line-height : 15px;
	text-decoration : none; 
	padding : 1px;
	}

.floatr { float: right; margin-left: 20px; }

.floatLeft	{ float: left; margin-right: 20px; }

.border { border: outset; border-bottom-color: #CC6633; border-top-color: #FF6633; border-left-color: #FF6633; border-right-color: #CC6633; border-width: thick;}

.margin20 { margin: 20px; }

.margin_right50 { margin-right: 50px; }

.margin50 { margin-left: 50px; margin-right: 50px; }


