/*RESET*/
html {height:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;}
table {border-collapse:separate;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal; font-weight:normal;}
em,strong{}
h1,h2,h3,h4,h5,h6 {font-size:100%; line-height:100%; color:#FFF; font-weight:normal; margin:0; padding:0;}

body {
  background-color: #050845;
  color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
#pricemain {
	width:820px;
	margin:0 auto;
	background-color:#ffffff;
	text-align:center;
}
a:link, a:visited, a:active {color:white;text-decoration: none; }
a:hover {color:white;text-decoration: underline; }
#version {
	width:780px;
	text-align:right;
	color:#032469;
	font-weight:bold;
	margin:0 auto;
}
table.pricelist {
  width: 780px;
  margin:0 auto 10px auto;
  line-height: 1.4em;
  border-collapse: collapse;
  border: 4px solid #adbbca;
  color: #4f6480;
  background: #f0f0f0;
}
table.pricelist caption {
  color: #032469;
  line-height: 2.5em;
  text-align: center;
  font-weight: bold;
}
table.pricelist th {
  color: white;
  background: #5e7796;
  padding: 0.6em;
  border: 4px solid #adbbca;
  text-align:left;
}
table.pricelist th.c {
  text-align:center;
}
table.pricelist td {
  padding: 0.6em;
  border: 4px solid #adbbca;
  vertical-align:top;
  text-align:center;
}
table.pricelist td.c {
  text-align:left;
}
table.pricelist td p {
	text-align:left;
	margin-bottom:0;
}
p {
	color: #032469;
}
p.footer {
	text-align:center;
	font-size:.7em;
	color:#ffffff;
	padding:10px;
}
