// FCE-MN.com Main Stylesheet
// Revised 8/18/06

// Cimbura blue #336699

body {margin: 0px 0px;
 background-color: #ffffff} // white

a,a:visited {
	color: #336699; // Cimbura blue
	text-decoration:underline}

a:hover,a:active {
 color: #bd0021; // Cimbura red
 text-decoration:underline}

p, li {font-family:'Myriad Pro', 'Century Gothic', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 12px; line-height: 16px}
h1 {font-family: 'Myriad Pro', 'Century Gothic', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-size: 14px; line-height: 18px;  font-weight: bold}
h2 {font-family: 'Myriad Pro', 'Century Gothic', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 12px; font-weight: bold}

b {font-weight: bold}
i {font-style: italic}


#formtable p { margin:0; padding:0;}

.small {font-family: 'Myriad Pro', 'Century Gothic', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 10px; line-height: 12px}
.large {font-family: 'Myriad Pro', 'Century Gothic', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 14px; font-weight: bold; line-height: 20px}
.big {font-family: 'Myriad Pro', 'Century Gothic', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 24px; font-weight: bold; line-height: 28px}

.button {font-family: 'Myriad Pro', 'Century Gothic', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 10px; line-height: 12px; text-align: center}
.rightheading {font-family: 'Myriad Pro', 'Century Gothic', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 18px; font-weight: bold; line-height: 22px; text-align: right}
.copyright {font-family: 'Myriad Pro', 'Century Gothic', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 10px; line-height: 12px; color: #999999}
.computer {font-family: Monoco, Courier, sans-serif; 
  font-size: 10px; line-height: 12px}
.error {font-family: 'Myriad Pro', 'Century Gothic', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 12px; line-height: 16px; color: #c00000}
  
/* Navigation tab and subtab styles */

.tabText:link {
	color:#336699; /* #993366; maroon */
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;}

.tabText:visited {
	color:#336699;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;}

.tabText:hover {
	color:black;
	text-decoration:underline; }

.headerActiveTab {
	background-color: #ffffff; /* Was D0D0D0 */
	border-top:1px solid #777;
	border-right:1px solid #777;
	border-left:1px solid #777;
	border-bottom:1px solid #BBB;
	float: center;
	padding-top:6px; /* Change to change tab height */
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	font-family: 'Myriad Pro', 'Century Gothic', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	white-space:nowrap;
	text-align:center;
	line-height:12px; }

.headerInactiveTab {
	background-color: #CCCCCC; /* #CC0033; Main color bar across page */
	margin-top:2px;
	border-top:1px solid #777;
	border-bottom:1px solid #777;
	float: center;
	padding-top:4px;
	padding-bottom:2px;
	font-family: 'Myriad Pro', 'Century Gothic', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	white-space:nowrap;
	text-align:center;
	line-height:12px; }

.subTabActive {
	background-color: #ffffff;
	border-right:1px solid #777;
	border-left:1px solid #777;
	float: center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Myriad Pro', 'Century Gothic', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	width: auto;
	border-bottom: 1px solid #777; }

.subTabInactive {
	background-color: #E0E0E0;
	float: center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: 'Myriad Pro', 'Century Gothic', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	width: auto;
	border-bottom: 1px solid #777; }