body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

.buttons {
	color: #004080;
	font-size: 18px;
	text-decoration: none;
}
.buttons:hover {
	color: #20086b;
	text-decoration: underline;
}
.buttons:visited {
	color: #004080;
}

.ptcontainer {
   position: relative;
   height: 22px;
   }
   
.producttitle {
    color: #004080;
	font-size: 18px;
	text-decoration: none;
   }

.left-element {
   position: absolute;
   left: 0;
   width: 50%;
   color: #004080;
	font-size: 18px;
	text-decoration: none;
   }

.right-element {
	position: absolute;
	right: 0;
	top: 6px;
	width: 50%;
	text-align: right; /* depends on element width */
	color: #000;
	font-size: 12px;
	text-decoration: none;
   } 

a {
	color: #004080;
	font-size: 11px;
	text-decoration: none;
	font-style:normal;
}

a:hover {
	text-decoration: underline;
	font-style:normal;
}

.products {
	border: 1px solid #c0c0c0;
}

.office {
	position: relative;
	border: 1px solid #c0c0c0;
	top: -1px;
}

.topic {
	padding-top: 5px;
	border-bottom: 1px solid #c0c0c0;
	font-style: normal;
}	

.topictitle {
	border-top: solid #ffffff 5px;
}
.topbody {
	font-style: italic;
}

.text {
	padding-top: 5px;
	border-top: 1px solid #999999;
}

.menu_right {
   position: absolute;
   top: 160px;
   width: 50%;
   margin-right: -16px;
   margin-left: -20px;
   text-align: right; /* depends on element width */
   right: 0;
   padding: 2px 10px 4px 10px;
   
   } 
   
.menu_open {
   position: absolute;
   top: 460px;
   width: 50%;
   margin-right: -16px;
   text-align: right; /* depends on element width */
   right: 0;
   padding: 2px 10px 4px 10px;
   
   } 
