/* --- 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: book Antiqua;
	font-size: 16px;
	color: #666666;	
	line-height: 20px;
}

.margin0 { 	margin-left: 0px; }

.top  { margin-top: 20px; }

.title {
	font-family: Verdana;
	font-size: 22px;
	line-height: 35px;
}

.margin10	{ margin-left: 10px; margin-right: 10px;	}

.margin20 { 	margin-left: 20px; 	margin-right: 20px; }

.margin25 { 	margin-left: 25px; 	margin-right: 25px; }

.margin70	{	margin-left: 70px;  margin-right: 70px; }

.center { text-align: center; }

.left	{ text-align: left;	}

.justify { text-align: justify; }

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

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

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

.MarginLeft	{ margin-left: 10px;	}

A:hover	{ color : Red; }

hr { width : 200px;  }

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; }

.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;	}

.f20	{ font-size: 20px;	}

.f24	{ font-size: 24px;	}

.bookA  { font-family: "book Antiqua", Papyrus; }

.papyrus  { font-family: Papyrus; font-size: 18pt; line-height: 40px; }

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

.gold	{ color: #996600; }

.gray	{ color: #333333; }

.brown { color: #804000; }

.navy  { color: navy;  }

.red  { color: red; }

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

.bgcolor { background-color: #EDE793; }

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

.menu  { 
	font-family: Verdana, Arial; 
	font-size: 11px; 
	color: #ffffff;
	padding: 2px; 
	background-color: #999933; 
	text-align: center; 
	text-decoration : none; 
	margin-left : 0px;
	margin-top : 0px;
	}

.menu2  { 
	font-family: Verdana, Arial; 
	font-size: 13px; 
	color: #333333;
	padding: 3px; 
	background-color: #CCCCCC; 
	text-align: center; 
	text-decoration : none; 
	margin-left : 0px;
	margin-top : 0px;
	}
