/* New */

.content { text-align: left; margin-left: 110px; }
.clientmessage { margin: 5px; }
.clientmessage h2 { font-size: 16px; }
.clientmessage h3 { font-size: 14px; }

.explain { margin-left: 30px; padding-bottom: 20px; }
.hidden { display: none; }
.installchoices { width: 500px; }

a { color: #0000FF; font-style: underline; }
a:hover { color: #0000FF; font-style: none; }

.box { margin-top: 10px; border: 1px solid #000000; text-align: left; padding: 5px; margin: 5px; } 
.boxheader { padding-left: 3px; padding-right: 3px; font-size: 14px; background-color: #ffffff; position: relative; top: -14px; float: left; }
.boxbody {clear: both; padding-left: 20px; padding-right: 20px; padding-top: 10px; padding-bottom: 5px; }

.installinstructions { padding: 5px; width: 700px; margin-top: 15px; }

.hiddenseparator { height: 20px; display: block; }
.right { text-align: right; }

.launchlink { font-size: 14px; font-weight: bold; }
.floatleft { width: 250px; float: left; }
.upgradeoptions { display: block; width: 765px; vertical-align: middle; }

/* Set ALL fonts */
* { font-family: Arial,sans-serif; font-size: 14px;}

/* Format for main body of document */
body {
	background-color: #FFFFFF;
	color: #000000;
}
p {
	color: #000000;
}

/* Header text */
h1                { font-weight: normal; font-size: 15px; color: #000000; }
h2                { font-weight: bold; font-size: 14px; color: #000000; }

div.container {
  height: 10em;
  align-items: center;
  justify-content: center }
