﻿.nav-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 35px;
}
.nav-text a {
  text-decoration: none;
  color: #FFFFFF;
}
.nav-text a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
.nav-textH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 178px;
	padding-left: 35px;
}
.nav-textH a {
  text-decoration: none;
  color: #FFFFFF;
}
.nav-textH a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
}
.footer a {
  text-decoration: underline;
  color: #ffffff;
}
.footer a:hover {
  text-decoration: underline;
  color: #E77D7F;
}
.banner-BG {
	background-image: url(images/MFWS_banner.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.page-outer-BG {
    background-image: url(images/MFWS_page-BG2.jpg);
    background-repeat: no-repeat;
}
.page-BG {
	background-image: url(images/MFWS_body-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.page-BG-repeat {
	font: inherit;
	background-image: url(images/MFWS_body-bg-repeat.jpg);
	background-repeat: repeat-y;
	color: #0000FF;
}
.title-BG {
    background-image: url(images/MFWS_title-BG.jpg);
    background-repeat: no-repeat;
}

.page-titles {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 20px;
   font-weight: bold;
   color: #990000;
   padding-left: 120px;
   padding-top: 20px;
}
.sub-titles {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #990000;
   padding-left: 45px;
}
.sub-titles a {
  color: #990000;
  text-decoration: none;
}
.sub-titles a:hover {
  color: #990000;
  text-decoration: underline;
}
.sub-titles-gray {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: bold;
   color: #666666;
   padding-left: 45px;
}

.keyword {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #990000;
}
.advanced {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
}
.advanced a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  text-decoration: underline;
}
.advanced a:hover {
  color: #999999;
  text-decoration:underline;
}
.copy {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  padding-left: 50px;
  padding-right: 50px;
}
.copy a{
   text-decoration: none;
}
.copy a:hover {
   text-decoration: underline;
}
.photo-padding {
   margin-top: 10px;
   margin-left: 10px;
   margin-bottom: 10px;
 }
 
.table-border {
    border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.table-border-right {
  border-right-style: dotted;
  border-right-width: 1px;
  border-right-color: #CCCCCC;
}
.table-search-right {
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: #999999;
}
