A:link {color:#07083D;text-decoration: none;font-size:12pt;}
A:visited {color:#5155A9;text-decoration: none;font-size:12pt;}
A:hover {font-weight: bold;font-size:12pt;}
A:active {text-decoration: none;font-size:12pt;}

.large
  {
	color:black;
  font-weight:bold;
  font-family: "Arial", sans-serif;
  font-size:24pt
	}
	
.reg_16
  {
	color:black;
  font-weight:normal;
  font-family: "Arial", sans-serif;
  font-size:16pt
	}

.regular
  {
	color:#000066;
  font-weight:normal;
  font-family: "Arial", sans-serif;
  font-size:12pt;
	}

.reg_bold
  {
	color:#000066;
  font-weight:bold;
  font-family: "Arial", sans-serif;
  font-size:12pt;
	}

.reg_small
  {
	color:#000066;
  font-family: "Arial", sans-serif;
  font-size:9pt;
	}

.reg_red
  {
	color:#990000;
  font-weight:bold;
  font-family: "Arial", sans-serif;
  font-size:10pt;
	}

.reg_ltblue
  {
	color:#ADDDEA;
  font-weight:bold;
  font-family: "Arial", sans-serif;
  font-size:10pt;
	}

.blue_hdr
  {
	color:#000066;
  font-weight:bold;
  font-family: "Arial", sans-serif;
  font-size:14pt;
	}

.red_hdr
  {
	color:#990000;
  font-weight:bold;
  font-family: "Arial", sans-serif;
  font-size:12pt;
	}

.red_20px
  {
	color:#990000;
  font-weight:bold;
  font-family: "Arial", sans-serif;
  font-size:20px;
	}

.red_9
  {
	color:#990000;
  font-weight:normal;
  font-family: "Arial", sans-serif;
  font-size:9pt;
	}

.reg_form
  {
	color:black;
  font-weight:normal;
  font-family: "Arial", sans-serif;
  font-size:10pt
	}

.reg_12
  {
	color:black;
  font-weight:normal;
  font-family: "Arial", sans-serif;
  font-size:12pt
	}

.reg_10
  {
	color:#000066;
  font-weight:normal;
  font-family: "Arial", sans-serif;
  font-size:10pt
	}

.small
  {
	color:black;
  font-weight:normal;
  font-family: "Arial", sans-serif;
  font-size:10pt
	}


.brown_10
  {
	color:#663300;
  font-weight:normal;
  font-family: "Arial", sans-serif;
  font-size:10pt
	}

.brown_18
  {
	color:#663300;
  font-weight:bold;
  font-family: "Arial", sans-serif;
  font-size:larger
	}
	
.blck A:link    { color: #FFFFFF }
.blck A:visited    { color: #999999 }
.blck A:active    { color: #F3CE6B font-size: 125%}
.blck A:hover    { color: #F3CE6B }

.wht_regular
  {
	color:white;
  font-weight:bold;
  font-family: "Arial", sans-serif;  
	font-size:12pt
	}

/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav{
	display: table;
}
ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #EFEFEF;
	color: #369;
}


ul.nav li:hover,
.nav ul li a:hover{
	background-color: #369;
	color: #fff;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #036;
	color: #fff;
}

ul.nav,
.nav ul{
	border: 1px solid #369;
}

.nav a{
	text-decoration: none;
}

/*** another menu attempt 8/06 ***/
table.menu	{
	position: absolute;
	border: 1px solid black;
	cursor: pointer;
	visibility: hidden;
}
#mainmenu	{
	position: static;
}
table.menu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #993366; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 2px;
	font-family: Arial;
	font-size: 8pt;
	white-space: nowrap;
}

A.how2:link {color:#000066;text-decoration: underline;font-size:12pt;}
A.how2:visited {color:#000099;text-decoration: underline;font-size:12pt;}
A.how2:hover {font-weight: bold;font-size:12pt;text-decoration: underline;}
A.how2:active {text-decoration: underline;font-size:12pt;font-weight:bold;}

.mafv1foot{width:100%;margin:auto;;text-align:center;padding:10px;line-height:30px;}

.mafv1{margin:auto;font-size:200%;font-weight:900;text-align:center;padding:10px 50px 10px 50px;border: solid #000066;}


