body {
	width: 596px;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
    font-family: sans-serif;
}

body#coverpage h1 a,
body#coverpage h2 a {
	color: #595959;
	text-decoration: none;
}
body#coverpage h1#title {
	font-size: 28pt;
	margin-top: 70px;
	margin-left: 220px;
}
body#coverpage h2#slogan {
	font-size: 18pt;
	margin-top: 390px;
}

h1 {
	font-size: 150%;
	font-weight: normal;
	text-indent: 50px;
	color: #666654;
}

h1 > a, h1 > a:visited, h1 > a:link, h1 > a:hover, h1 > a:active {
	color: #000000;
}

h1#choose {
	margin-top: 100px;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	text-indent: 50px;
	color: #939393;
	margin-bottom: 0px;
}

h2 > a, h2 > a:visited, h2 > a:link, h2 > a:hover, h2 > a:active {
	color: #939393;
}

h3 {
	font-size: 90%;
	font-weight: normal;
	text-indent: 50px;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 0px;
}

h3 > a, h3 > a:visited, h3 > a:link, h3 > a:hover, h3 > a:active {
	color: #666666;
}

p {
	width: 546px;
	padding-left: 50px;
	color: #666666;
}

a, a:visited, a:link, a:hover, a:active {
	color: #666666;
}

.footnote {
	font-size: x-small;
}

img {
	margin-left: 65px;
}

img.screenshot {
	padding-top: 10px;
	padding-bottom: 50px;
}

#logo {
	margin-left: 5%;
	margin-bottom: 150px;
}

#coverlogo {
	margin-top: 500px;
}

#chooselogo {
	margin-left: 5%;
	margin-bottom: 0px;
}

ul {
	width: 396px;
	padding-left: 100px;
}

li {
	color: #666666;
}

th {
	font-weight: bold;
}

td {
	font-weight: normal;
}

.navigation {
	width: 596px;
	padding: 0px;
	margin: 0px;
}

.navigation .prev {
	float: left;
	padding: 5px 20px 5px 10px;
    font: bold 80% sans-serif;
}

.navigation .next {
	float: right;
	padding: 5px 10px 5px 20px;
    font: bold 80% sans-serif;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
}

#footer {
	width: 596px;
	background-color: #939393;
	color: #FFFFFF;
	padding: 20px 0px 20px 0px;
	margin: 25px 0px 0px 0px;
}

body#coverpage #footer {
	background-color: transparent;
	margin: 0px;
}
body#coverpage #footer a {
	color: #666666;
}

#pdfLink {
	position: absolute;
	top: 0px;
	left: 487;
	margin: 10px 0px 0px 0px;
}
#pdfLink img {
	border-style: none;
}

#footer p {
	padding: 0px;
	margin: 0px;
}

#footer a {
	color: white;
}

#footer #contact #url {
	display: block;
}

#footer #contact #mail {
	display: block;
	float: right;
}

#footer #contact #phone {
	display: block;
	float: right;
}

#footer #contact #copyright {
	display: block;
}

table#charges {
	margin-left: 100px;
	border: 3px solid #595959;
	border-collapse: collapse;
}

table#charges th {
	border: 1px solid #595959;
	background: #B0B0B0;
	padding: 10px;
	color: #595959;
}

table#charges td {
	border: 1px solid #595959;
	background: #F5F5F5;
	padding: 10px;
	color: #595959;
}

table#charges th.highlight {
	background: #F7B221;
}

table#charges td.highlight {
	background: #FFF2D6;
}

ul#howBVWorks {
	list-style: none;
	padding-left: 70px;
	width: 426px;
}

ul#howBVWorks li {
	padding: 0px 0px 10px 88px;
	height: 98px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

ul#howBVWorks li#one {
	background-image: url( images/dia01.png );
}

ul#howBVWorks li#two {
	background-image: url( images/dia02.png );
}

ul#howBVWorks li#three {
	background-image: url( images/dia03.png );
}

ul#howBVWorks li#four {
	background-image: url( images/dia04.png );
}

#chooseVersion {
	font-size: large;
	position: absolute;
	top: 30px;
	left: 200px;
	width: 396px;
}

#chooseVersion p {
	padding-left: 0px;
	width: 396px;
}

.notes { color: white; background: #FFFFFF; font-size: 5; margin: 0 0 0 -5000 }
.notes a { color: white; background: #FFFFFF; font-size: 5 }

