@charset "utf-8";
body {
	background-image: url(images/MasterFibre_01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top:0px;
}

/*______________________________________Nav_____________________________________________*/

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006600;
	padding-right: 10px;
	padding-left: 10px;
}

.nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006600;
	text-decoration:none;
	width:110px;
	display:block;
	float:left;
}

.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #737277;
	text-decoration:none;
}

/*_____________________________________Anatomy links___________________________________*/

.media {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5D5D69;
	line-height: 20px;
}


.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
	text-decoration:none;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
} 


.links a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration:none;
} 

.links a:hover {
	color: #000000;
}

.show_media {
	font-family: Arial, Helvetica, sans-serif;
	visibility : visible;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	padding: 12px;
}

.hide_media {
	visibility : hidden;
	position : absolute;
	overflow:hidden;
	height:10px;
}

/*____________________________________Text Styles_______________________________________*/

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #006600;
}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
}

.bodyTXT02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 18px;
	padding: 12px;
}

.bodyTXT03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	text-align: justify;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	vertical-align: top;
}

.bodyTXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	padding: 12px;
}

.bodyTXT04 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


.bodyTXT a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

.thumbTXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	text-align: center;
	vertical-align: top;
}
.topFrame {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.copyTXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}


/*____________________________________Other______________________________________________*/

.padding5 {
	padding: 5px;
}

.topBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

.sideBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

