@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/BGgrad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.twoColFixLtHdr #container {
	width: 750px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-attachment: scroll;
	background-image: url(images/FitHeads_Mast-longNav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;;
}
.twoColFixLtHdr #containerWorksiteWellness {
	width: 750px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-attachment: scroll;
	background-image: url(images/FitHeads_Mast-longNav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	;
}
.twoColFixLtHdr #containerhome {
	width: 750px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-attachment: scroll;
	background-image: url(images/FitHeads_Mast-longNav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #header {
	padding: 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px 0px;
	height: 120px;
}
.twoColFixLtHdr #leftgreencolumn {
	width: 750px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
	margin: 0px 0px;
	vertical-align: top;
	background-attachment: scroll;
	background-image: url(images/greenLColumnBG.gif);
	background-repeat:repeat-y;
	background-position: left top;
	position: relative;
	top: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 156px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin:0px;
	vertical-align: top;
	background-attachment: scroll;
	background-image: url(images/LeftNavBg.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	position: relative;
	top: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}
.clear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}
.clearright{
	clear:right;
	height:0px;
	font-size: 1px;
	line-height: 0px;}
/* the following navigation structure is based off of http://www.cssplay.co.uk/menus/c1sissy.html  */
.twoColFixLtHdr #header #Navigation {
	position: relative;
	left: 0px;
	top: 88px;
	margin: 0px;
	padding: 0px;
	height: 32px;
}
.twoColFixLtHdr #header #Navigation a.hmenu, .twoColFixLtHdr #header #Navigation a.hmenu:link, .twoColFixLtHdr #header #Navigation a.hmenu:visited {
	float:left;
}
.twoColFixLtHdr #header #Navigation a.hmenu:hover {
	background:#000;
	color:#fff;
}
.twoColFixLtHdr #header #Navigation a.hmenu:active {
	background:#c00;
	color:#fff;
}
.twoColFixLtHdr #header #Navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
/* the left nav*/
.menu {
	margin:0px; /* this page only */
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0px 0px;
	margin:0px 0px;
	list-style-type:none;
	width:156px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#firstLevel li a {
	width:146px;
	margin:0px;
	padding:10px 0px 0px 10px;
	height:24px;
	display: block;
	text-align: left;
	border-bottom: 2px solid #FFFFFF;
}
#firstLevel li a:link, #firstLevel li a:visited {
	color: #FFFFFF;
	background-color: #46A934;
	text-decoration: none;
}
#firstLevel li a:hover {
	color: #000000;
	background-color: #8AC074;
	text-decoration: none;
}
.subnav a {
	font-size: 10px;
	text-indent: 15px;
}

/*end of left navigation */
/*footer content */
.twoColFixLtHdr div#footer {
	padding: 0px 10px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#5e5e5e;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BFBFCA;
	border-bottom-color: #63B83F;
}
.twoColFixLtHdr div#footer a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.twoColFixLtHdr div#footer a:hover {
	color: #63B83F;
	text-decoration:none;
}
.twoColFixLtHdr div#footer a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#footertext {
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:6px 0px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#footercopyright {
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 6px 0px;
	font-size: 9px;
	color: #FFFFFF;
}
/* the main content */
.twoColFixLtHdr #mainContentHome {
	margin: 0px 0px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	position: relative;
	left: 0px;
	top: 0px;
	line-height: 16px;
}
.twoColFixLtHdr #mainContent {
	margin: 0px 0px 0px 160px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	position: relative;
	left: 0px;
	top: 0px;
	line-height: 16px;
}
h1.boldgreen {
	font-weight: bold;
	color: #006600;
	padding:0px 0px;
	margin:0px 0px 3px 0px;
	font-size: 1.3em;
}
h1.greenbox {
	font-weight: bold;
	color: #000000;
	padding:6px 6px;
	margin: 22px 0px 22px 0px;
	font-size: 1.9em;
	background-color: #D5ECCE;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #006600;
	border-bottom-color: #006600;
	line-height: 1.3em;
	text-align:center;
}
.boldgreenlinesmall {
	font-weight: bold;
	color: #333333;
	padding:0px 0px 5px 0px;
	margin:22px 0px 5px 97px;
	font-size: 1.1em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}
.boldgreenline {
	font-weight: bold;
	color: #333333;
	padding:0px 0px 5px 0px;
	margin:22px 0px 5px 0px;
	font-size: 1.3em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}
.boldgreenlinetop {
	font-weight: bold;
	color: #333333;
	padding:0px 0px 5px 0px;
	margin:0px 0px 5px 0px;
	font-size: 1.3em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	text-align: left;
}
.boldgreenSub {
	font-weight: bold;
	color: #006600;
	padding:0px 0px;
	margin:5px 0px 3px 0px;
	font-size: 1.2em;
}
.boldblacksub {
	font-weight: bold;
	color: #000000;
	padding:0px 0px;
	margin:5px 0px 3px 0px;
	font-size: 15px;
	line-height:20px;
}
div#centercolumn {
	padding:0px 0px 0px 0px;
	margin:0px 220px 0px 0px;
}
div#fitkit {
	 border:none;
}
.bold{
	font-weight: bold;
}
.bolditalic{
	font-style: italic;
	font-weight: bold;
}
.italic{
	font-style: italic;
}
h3.subheaddarkgray{
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	padding:8px 0px 0px 0px;
	margin:0px 0px;
}
div#offsetright{
	margin:0px 0px 0px 16px;
}
div#offsetright h4{
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	color: #006600;
}
#rightcolumn{
	float: right;
	width: 255px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	position: relative;
	top: 0px;
}
#leftcolumn{
	padding: 0px 0px 0px 0px;
	width: 255px;
	vertical-align: top;
	position: relative;
	top: 0px;
}
#leftcolumnLarger{
	padding: 0px 0px 0px 0px;
	width: 320px;
	vertical-align: top;
	position: relative;
	top: 0px;
	text-align: justify;
}
#leftcolumnFull{
	padding: 5px 0px 0px 0px;
	width: 550px;
	vertical-align: top;
	position: relative;
	top: 0px;
	text-align: left;
}
#leftcolumnFullHome{
	padding: 5px 0px 0px 60px;
	width: 626px;
	vertical-align: top;
	position: relative;
	top: 0px;
	text-align: left;
}
#rightcolumnSmaller{
	float: right;
	width: 230px;
	padding: 0px 10px 0px 0px;
	vertical-align: top;
	position: relative;
	top: 0px;
	text-align:center;
}
.AdobeReader{
	padding: 42px 0px 0px 0px;
	font-size:.9em;
	color:#333333;
}
.AdobeReader img{
	padding-right:8px;
}
#rightcolumn img, #leftcolumn img{
	padding-right:12px;
	border:none;
}
a.textlink:link{
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
a.textlink:visited{
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
a.textlink:active{
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
a.textlink:hover{
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
}
a.graylink:link{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a.graylink:visited{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a.graylink:active{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a.graylink:hover{
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
#leftcolumnLarger a:link, #leftcolumnLarger a:visited, #centercolumn a:link, #centercolumn a:visited{
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
#leftcolumnLarger a:active, #leftcolumnLarger a:hover, #centercolumn a:active, #centercolumn a:hover{
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
}
.teamphotodsc{
	height: 129px;
	padding:0px;
	margin:0px;
}
.leftalign{
	text-align:left !important;
}
.tightfit{
	padding:0px;
	margin:0px;
}
.myTeamDueHolders{
	padding:0px 18px 0px 0px;
	margin:0px 0px 18px 0px;
	font-size:90%;
}
.Credentials {
	font-size:11px; 
	padding:10px 0px 0px 0px; 
	line-height:100%	
}
.CredentialsPushIn {
	font-size:13px;
	line-height:16px; 
	padding:10px 0px 0px 22px; 
}
.Credentials span {
	font-size:12px;
	font-weight:bold;
}
#videoplayercase{
	margin:0px;
	text-align:center;
	padding:14px 0px 0px 0px;
}
#buynowBtn, #learnmoreBtn{
	display: inline;
}
.formbtns{
	padding:5px 8px 8px 8px;
	margin:10px 30px 12px 30px;
}
.redbold{
	font-weight: bold;
	color: #FF0000;
	padding: 2px;
}
.GreenHeadingRt{
	font-size: 19px;
	line-height:1em;
	font-weight: bold;
	color: #549834;
	padding: 2px 0px 6px 0px;
}
.smallVidSkin{
	padding:0px 0px 0px 0px;
	margin:40px 0px 80px 39px;
	text-align:left;
	width:191px;
}
.smallVidSkin a{
	padding-left:4px;
}
.highestPriorityHtag{
	font-size: 1.3em;
	font-weight: bold;
	color: #FF0000;
	margin:0px;
	padding:5px 0px 10px 0px;
	line-height: 1.3em;
	text-align:center;
}
.rightpictures img{
	border: 1px solid #000000;
}
.First{
	margin-top:38px;
}
.personID{
	padding:4px 0px 4px 4px;
	margin-bottom:4px;
	font-size:13px;
	font-weight:bold;
}
.smallcenter{
	font-size: 90%;
	text-align: center;
	padding:6px 0px 9px 0px;
}
#emailform input, #emailform textarea{
	margin:6px 0px 12px 0px;
}
#emailform{
	margin:12px 0px;
}
#moreanchor{
	position: absolute;
	visibility: hidden;
	top: -60px;
}
#leftNOhomepage{
	display: block;
	float: left;
	margin:0px;
	padding:0px;
}
.productfloat{
	float: right;
	text-align:center;
	margin: 0px 0px 0px 0px;
	width: 230px;
}
.regularList{
	margin:0px 0px 0px 15px;
	padding: 10px 0px 10px 0px;
}
.regularList li {
	padding: 3px 0px 3px 6px;
}
.HomeDrChris{
	margin-left:123px;
	text-align:center;
	padding:7px 0px;
}
.HomeBioCred {
	font-weight: bold;
	color: #333333;
	margin: 0px 90px 4px 90px;
	padding: 0;
	font-size: 1.1em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	line-height:1.4em;
}
.name {
	font-weight:bold;
	font-style:italic;
	padding-left:190px;
}
.indent {
	padding-left:33px;
}
.redboldheader {
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#FF0000;
	line-height: 28px;
	margin:0;
	padding:0px 0px 8px 0px;
}
.productfloatTall {
	float:right;
	text-align:center;
	display: block;
	margin:0px 0px 6px 17px;
}
#michelleQoute {
	margin: 0px 10px 26px 0px;
	padding: 0px 0px;
	background-color: #CCCCCC;
	height: 66px;
}
.blackboldheader {
	font-size:22px;
	font-weight:bold;
	text-align:center;
	color:#000000;
	line-height: 26px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.blackboldheader2 {
	font-size:18px;
	font-weight:bold;
	text-align:left;
	color:#000000;
	line-height: 23px;
	margin:0px;
	padding:5px 0px 7px 0px;
}
.blackboldheader3 {
	font-size:16px;
	font-weight:bold;
	text-align:left;
	color:#000000;
	line-height: 26px;
	margin:0px 8px 0px 0px;
	padding:10px 0px 0px 0px;
}
.blackboldheader4 {
	font-size:16px;
	text-align:left;
	color:#000000;
	line-height: 21px;
}
.greenboldheader {
	font-size:16px;
	font-weight:bold;
	text-align:left;
	color:#006600;
	margin:0px 0px 0px 100px;
	padding:5px 0px;
	font-style:italic;
}
.border {
	margin:15px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	width: 548px;
	height: 95px;
	background-attachment: scroll;
	background-image: url(images/FitHeads_ybox.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.border2 {
	margin: 15px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	width: 548px;
	height: 95px;
	background-attachment: scroll;
	background-image: url(images/FitHeads_ybox.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.border3 {
	margin: 15px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	width: 548px;
	height: 113px;
	background-attachment: scroll;
	background-image: url(images/YellowLarger.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.border4 {
	width: 626px;
	height: 72px;
	background-attachment: scroll;
	background-image: url(images/FitHeads_yboxCleanSkinny.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.add2cart img{
	border:0px;
	padding:6px 0px 0px 0px;
}
.newslettersignup {
	color:#006600;
	font-size: 11px;
	padding: 0px 7px;
}
.newslettersignupEntry {
	color:#006600;
	font-size: 13px;
	text-align:center;
	padding:12px 0px 6px 0px;
}
.popup {
	text-align:left;
	padding: 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.OneLineYellowBG {
	background-attachment: scroll;
	background-image: url(images/1LineYellowHeader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 48px;
	width: 440px;
	padding:12px 0px 0px 16px;
}
.reg {
	font-size:50%;
	top: -1em;
	position: relative;
}
.mediaRelease img{
	margin-right:20px;
}
.mediaRelease{
	font-size:12px;
	height:43px;
	margin-bottom:9px;
}
.articleRight {
	float:right;
	margin-left:25px;
	width:260px;
}
.articleTitle{
	color:#004276;
	font-size:18px;
	font-weight:bold;
	line-height:21px;
}
.articleSmallGray {
	color:#949494;
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	padding-top:6px;
}
.articleSmallblack {
	color:#949494;
	font-size:11px;
	font-weight:normal;
	line-height:13px;
	padding-top:6px;
}
.articleHeading {
	color:#000000;
	font-size:16px;
	font-weight:bold;
	line-height:21px;
}
.articleReadMore {
	color:#0000FF;
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	padding-top:6px;
}
.articleReadMore a:link {
	color:#0000FF;
	text-decoration:none;
}
.articleReadMore a:hover {
	color:#000000;
	text-decoration:underline;
}
.articleFooterCredit {
	padding: 8px 0px 4px 0px;
	color:#949494;
	font-size:9px;
	font-weight:normal;
	line-height:13px;
	padding-top:6px;
	border-bottom:solid 1px #949494;
	clear:right;
}
ul#uncheckedlist {
	margin-top:0px;
	padding-top:7px;
}
ul#uncheckedlist li {
	list-style-image: url(images/CheckBoxOpen.gif);
	padding: 0px 0px 6px 0px;
	list-style-position: outside;
}
.checkedlist li {
	list-style-image: url(images/CheckBoxChecked.gif);
	padding: 0px 0px 18px 0px;
	list-style-position: outside;
}
.checkedlisttop li {
	list-style-image: url(images/CheckBoxChecked.gif);
	padding: 0px 0px 6px 0px;
	list-style-position: outside;
}
.arrowlisttop{
	margin:0px;
	padding:0px 0px 0px 36px;
}
.arrowlisttop li {
	padding: 3px 0px 0px 0px;
	list-style-position: outside;
	font-weight:normal;
	list-style-image: url(images/Arrow.gif);
}
.VerticalPad{
	padding-top:6px;
	padding-bottom:6px;
}
.VerticalPadTop{
	padding-top: 2px;
	padding-bottom: 10px;
}
.VerticalPadBot{
	padding-top: 10px;
	padding-bottom: 2px;
}
.title{
	font-weight: bold;
	float: left;
	height: 20px;
}
.quiklinks{
	font-size: 12px;
	color: #3366FF;
	float: right;
	width: 140px;
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin: 0px 0px 20px 25px;
}
.quiklist {
	margin:0px;
	padding: 5px 5px 0 22px;
}
.quiklist li {
	list-style-type: square;
	padding-bottom: 5px;
	list-style-position: outside;
	font-weight: normal;
	text-transform: uppercase;
}
.quiklist li a:link, .quiklist li a:visited {
	text-decoration: none;
	color: #3366FF;
}
.quiklist li a:hover, .quiklist li a:active {
	text-decoration: underline;
	color: #3366FF;	
}
.person {
	color: #333333;
	margin:0px 20px 20px 90px;
	font-weight: bold;
	text-align: right;
}
.quotes {
	font-size:13px;
	line-height: 16px;
}
.yellowhilite {
	background-color: #FFFF00;	
}
.researchcreditsheading{
	font-weight: bold;
	color: #000000;
	margin:0px 0px;
	padding:15px 0px 0px 0px;
	font-size: 15px;
}
.grayBot{
	border-bottom:#CCCCCC solid 1px;
}
.stepsFloatLeft{
	display:inline;
	position:relative;
	top: 16px;
	font-weight:bold;
}
.stepsContent{
	padding-left:60px;
}
.stepsFloatBox{
	float: right;
	display: block;
	width: 237px;
	padding:8px;
	margin:10px 0px 10px 10px;
	border-top-width: 7px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: "Times New Roman", Times, serif;
}
.numbersFloatBox{
	float: right;
	display: block;
	width: 150px;
	padding:8px;
	margin:10px 0px 10px 10px;
	text-align:center;
	
}
.circleArrow{
	display:inline;
	margin-right:7px;
	position: relative;
	top:4px;
}
.numbersContent{
	padding-left:28px;
}
.numberFloatLeft{
	display:inline;
	position:relative;
	top: 16px;
	font-weight:bold;
	font-size:13;
}
.daysContent{
	padding-left:54px;
}
.daysFloatLeft{
	display:inline;
	position:relative;
	top: 16px;
	font-weight:bold;
	font-size:13;
}
.orderQuote{
	padding: 6px;
	margin: 0px 0px 0px 10px;
	border: 1px solid #333333;
	font-style:italic;
}
.quoteCredit {
	margin:0px 40px 0px 0px;
	text-align: right;
	font-weight: bold;
}
.orderTEXT{
	padding: 25px 0px 0px 4px; 
	font-size:22px;
}
.orderTEXT2{
	padding: 10px 0px 4px 4px; 
	font-size:22px;
}
.researchTAG{
	clear:both;
	font-size:9px;
	font-weight:bold;
}
.productSellDescription{
	padding-top:5px; 
	width:184px; 
	text-align:left; 
	font-size:11px; 
	line-height:14px;
	color: #549834;
}
.intro_orderlink{
	padding: 12px 0px 2px 0px;
	font-size:16px;
	line-height:17px;
}
.intro_orderlink-sm{
	padding: 12px 0px 2px 0px;
	font-size:14px;
	line-height:14px;
}
#gubay a{
	position: absolute;
	right: 421px;
	top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 5px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.superscript {
	font-size: .8em;
	position:relative;
	top: -3px;
}
.noBulletList li {
	list-style-type: none;
}
.inpage-box {
	padding: 18px 0px 18px 18px;
	border: 1px solid #000000;
}
.drkBlueHeader {
	font-size: 25px;
	color: #000066;
	text-align:center;
	margin:0px;
	padding:0px;
}
.boldblack{
	font-size:16px;
	font-weight:bold;
}
