
body { font-family: Verdana, Arial, Helvetica, sans-serif }

body { font-size: 75%; }
td, th, caption {
	font-size: 100%;
/*	
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: inherit;
*/
}

body {
	margin: 0;
	padding: 0;
}

body {
	background: #D8EAFF;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}
img {
	margin: 0;
	padding: 0;
	border: none;
}
form {
	margin: 0;
	padding: 0;
}
caption {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
a,
a:link,
a:visited,
a:hover,
a:active {
	color: #0f548f;
    text-decoration: underline;
}
a:visited {
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #ff0000;
}

p.firstindent {
	text-align: justify; text-indent: 2em; margin-top: 1ex; margin-bottom: 1ex;
}

table.price {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #557cb0;
}

/*
	white-space: nowrap;
*/

table.price th, table.price td {
	padding: 1px 8px; 
	border-left: solid 1px #557cb0;
	border-right: solid 1px #557cb0;
}

table.price th.leftwithline, table.price td.leftwithline {
	border-top: solid 1px #557cb0;
	text-align: left;
}

table.price th.leftwithlinefullwidth, table.price td.leftwithlinefullwidth {
	border-top: solid 1px #557cb0;
	text-align: left;
	width: 90%;
}

table.price th.centerwithline, table.price td.centerwithline {
	border-top: solid 1px #557cb0;
	text-align: center;
}

table.price th.left, table.price td.left {
	text-align: left;
}

table.price th.leftfullwidth, table.price td.leftfullwidth {
	text-align: left;
	width: 90%;
}

th.center, td.center {
	text-align: center;
}