﻿/* ---------------------------------------- Main Style Sheet -------------------------------------- */
/*																									*/
/*																									*/

/* HTML Elements */
body {
	background-color: #ffffff;
	margin: 0px;
}

.body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	color: #000000;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;	
}

.helpTip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#8D8D8D;
	font-style: italic;
	text-decoration: none;
}

.helpTip:visited {
	color:#8D8D8D;
	text-decoration: underline;
}

.helpTip:active {
	color:#8D8D8D;
	text-decoration: underline;
}

.helpTip:link {
	color:#8D8D8D;
	text-decoration: underline;
}

.helpTip:hover {
	color:#8D8D8D;
	text-decoration: none;
}

a:active {
	color: #006390;
	text-decoration: underline;
}

a:link {
	color: #006390;
	text-decoration: underline;
}

a {
	color: #006390;
	text-decoration: underline;
}

a:visited {
	color: #006390;
	text-decoration: underline;
}
a:hover {
	color: #f00;
}

strong {
	font-weight: bold;
}

b {
	font-weight: bold;
}

/* Form Elements */

form {
	margin: 0px;
}

.mmhide_searchInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* Footer */

.mmhide_footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}

.mmhide_footer:active {
	color: #4772AB;
	text-decoration: underline;
}

.mmhide_footer:visited {
	color: #4772AB;
	text-decoration: underline;
}

.mmhide_footer:link {
	color: #4772AB;
	text-decoration: underline;
}

.mmhide_footer:hover {
	color: #4772AB;
	text-decoration: none;
}

/* Breadcrumb */
.mmhide_breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}

.mmhide_breadcrumb:active {
	color: #4772AB;
	text-decoration: underline;
}

.mmhide_breadcrumb:visited {
	color: #4772AB;
	text-decoration: underline;
}

.mmhide_breadcrumb:link {
	color: #4772AB;
	text-decoration: underline;
}

.mmhide_breadcrumb:hover {
	color: #4772AB;
	text-decoration: none;
}

/* Secondary Navigation Menus */

.mmhide_secondaryNavBase {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding-left: 34px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.mmhide_secondaryNav:active {
	color: #000000;
	text-decoration: none;
}

.mmhide_secondaryNav:visited {
	color: #000000;
	text-decoration: none;
}

.mmhide_secondaryNav:link {
	color: #000000;
	text-decoration: none;
}

.mmhide_secondaryNav:hover {
	color: #4772AB;
	text-decoration: none;
}

.mmhide_secondaryNavOn:hover {
	color: #4772AB;
	text-decoration: none;
}

.mmhide_secondaryNavOn:active {
	color: #4772AB;
	text-decoration: none;
}

.mmhide_secondaryNavOn:visited {
	color: #4772AB;
	text-decoration: none;
}

.mmhide_secondaryNavOn:link {
	color: #4772AB;
	text-decoration: none;
}

