/* --- 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: "Comic Sans MS", Verdana, Arial;
	font-size: 17px;
	color: navy;
}

.top  { margin-top: 20px; }

.title {
	font-family:  "Comic Sans MS", Verdana, Arial;
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
}

.subtitle {
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 22px;
	font-style: italic;
}

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

.lmargin30 { 	margin-left: 30px;  }

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

.rmargin50 { margin-right: 50px;  }

.center { text-align: center; }

.justify { text-align: justify; }

.ctr9  { font-family: Verdana, Arial; text-align: center; font-size: 9px; }

A:hover	{ color : Red; }

hr { color: #99cc99; height : 6px; width : 540px; }

.hr2 { width: 540px; height: 1px }

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: "Comic Sans MS", Verdana, Arial; color: #1d4d81; text-align: center; }

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

h4 { font-family: "Comic Sans MS", Verdana, Arial; text-align: center; font-size: 15px; color: #006633; }

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

.medium { font-size: medium; }

.small { font-size: small; }

.xsmall { font-size: x-small; }

.xxsmall {font-size: xx-small; }

.large  { font-size: large;  }

.xlarge  { font-size: x-large;  }

.xxlarge  { font-size: xx-large;  }

.f10  {	font-size: 10px; }

.f11  { font-size: 11px; }

.f13  {	font-size: 13px; }

.f15  { 	font-size: 15px; }

.f17  { 	font-size: 17px; }

.f19  { 	font-size: 19px; }

.f21  { 	font-size: 21px; }

.italics { font-style: italic }

.spacing { letter-spacing: 5px }

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

.black  {  color: Black;  }

.brown { color: #804000; }

.green	{ color: #006633; }

.teal	{ color: #99cc99 }

.navy  { color: navy;  }

.red  { color: red; }

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

.bgcolor { 	background-color: #fff8dc; }

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

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

.middle { vertical-align: middle; }

.txtdec	{ text-decoration: none; }

.scrollbar { 
	scrollbar-3dlight-color: green;
	scrollbar-arrow-color: Black; 
	scrollbar-base-color: White; 
	scrollbar-darkshadow-color: Black; 
	scrollbar-face-color: #99cc99; 
	scrollbar-highlight-color: #c0febf; 
	scrollbar-shadow-color: Black; 
	scrollbar-track-color: #FFFFF0;"
	}
