@charset "utf-8";
/* CSS Document */

body { 
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px
}


.bookmark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #6F3;
	background-color: #000;
	border: 1px inset #0000A5;
	padding: 3px;
	margin: 1px;
	width: 100%;
	text-align: center;
}


.bookmark:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #000;
	background-color: #6F3;
	border: 1px inset #0000A5;
	padding: 3px;
	margin: 1px;
	width: 100%;
	text-align: center;
}


.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.standardtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.border {
	border: 1px dashed #999999;
}
.searchborder {
	border: thin solid #CCCCCC;
}

.searchbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	background-color: #FFFFCC;
	text-decoration: blink;
}

.topbartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	border: 1px solid #000;
	text-decoration: none;
	vertical-align: middle;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #FFC;
	padding-bottom: 1px;
}

.topbartext:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #00C;
	border: 1px solid #000;
	text-decoration: none;
	vertical-align: middle;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #FFC;
	padding-bottom: 1px;
}

.topbartext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #006;
	border: 1px solid #000;
	text-decoration: none;
	vertical-align: middle;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #FFF;
	padding-bottom: 1px;
}

.topbartext2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #00F;
	border: 1px solid #000;
	text-decoration: none;
	vertical-align: middle;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #FFC;
	padding-bottom: 1px;
}

.toptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #999999;
}

.maxwidthclass {
max-width:50em;
width:expression( 
    document.body.clientWidth > (500/12) * 
    parseInt(document.body.currentStyle.fontSize)?
        "50em":
        "auto" );
}

.maxwidthclass2 {
max-width:63em;
width:expression( 
    document.body.clientWidth > (500/12) * 
    parseInt(document.body.currentStyle.fontSize)?
        "63em":
        "auto" );
}

.imagewrapleft 
{
	float:left;
	padding-right:15px;
	padding-bottom:3px;
}

.imagewrapright 
{
	float:right;
	padding-left:15px;
	padding-bottom:3px;
}.calorbulletpoints {
	line-height: 10pt;
}

