body {
  font-family: verdana,arial,sans-serif;
  font-size: 10pt;
  color: #000000;
  background: #FFFFFF;
  margin: 0px;
}

table {
  font-family: verdana,arial,sans-serif;
  font-size: 10pt;
}

/* structure */

td.sidecell/*, td.banner*/ {
  background: #427BCC;
  padding:0px;
}

td.banner {
/*	padding-left: 25px;*/
}

td.sidecell {
	border-right: 3px solid #18499C;
}

div.title {
	position: relative;
	background: #18499C;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	padding-right: 15px;
	margin: 0px;
	height: 25px;
	line-height: 25px;
	width:658px;
}
html*div.title {
	width:672px;
}

div.content {
	padding: 15px;
}

div.content a:visited {
  color: #0099FF;
}
div.content a {
  color: #0033CC;
}

td.sidelinks {
	padding: 10px;
}

/* links */
a {
  text-decoration: none;
  color: #669933;
}

a:active, a:visited, a:hover {
  text-decoration: none;
  color: #082B63;

}

a.sidelinks, a.sidelinks:visited {
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
	
}

a.sidelinks:active, a.sidelinks:hover {
  text-decoration: none;
  font-weight: bold;
  color: #082B63;
}

/* end links */

table.footer-table {
	border: 2px solid black;
	width: 450px;
}

td.footer-table-header {
	width: 50%;
	background: #18499C;
	color: #FFFFFF;
}
td.logo{
	border:1px solid black;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	}
	td.price{
		text-align:right;
		padding-left: 106px;
	}