body {
	font-family: Arial, Helvetica, sans-serif;
	size: 13px;
}

b {
	font-weight: bold;
}

#leftSide {
	width: 310px;
	float: left;
	margin: 0 0px 0 10px;
}

#leftSide2 {
	float: left;
	margin: 0 5px 0 15px;
}

#leftSide3 {
	float: left;
	margin: 0 5px 0 15px;
	padding: 0 10px 0 0;
}

.link {
	color: navy;
	text-decoration: underline;
}

.link:hover {
	text-decoration: none;
}

#headPage {
	font-size: 22px;
	font-weight: bold;
	color: #333;
}

#loginArea {
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	padding: 5px 0 5px 0;
	background-color: #8284AC;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	width: 150px;
	float: left;
	margin: 0 0 0 5px;
}

.orderLogin {
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

.orderText {
	width: 125px;
	float: left;
	text-align: right;
}

#newsField2 {
	padding: 2px;
	background-color: #fff;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 11px;
	font-weight: normal;
	width: 90px;
}

.onlineUsersignup {
	padding: 2px;
	background-color: #fff;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 11px;
	font-weight: normal;
	width: 115px;
}

.spaceLogin {
	height: 5px;
	width: 10px;
	background-image: url(../images/clear.gif);
	background-repeat: no-repeat;
}

.loginButton {
	padding: 2px;
	background-color: #666;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 11px;
	font-weight: bold;
	cursor: pointer;
}

.loginHeader {
	color: #fff;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
	margin: 0 5px 5px 0;
	display: block;
}

.divider {
	background-image: url(../images/w_line.gif);
	background-repeat: repeat-x;
	display: block;
}

.clearBoth {
	clear: both;
}

.clearBothline {
	clear: both;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
}

/* Order Form */

.orderFormheader {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	margin: 0 0 0 5px;
	text-transform: uppercase;
	float: left;
}

.formTextpage {
	font-size: 11px;
	text-align: right;
	margin: 0 5px 0 0;
	font-weight: bold;
}

.formTextpagesmall {
	font-size: 11px;
	text-align: right;
	margin: 0 5px 0 0;
	font-weight: bold;
	color: #900;
}

.formTextpageleft {
	font-size: 11px;
	text-align: left;
	margin: 0 5px 0 0;
	font-weight: bold;
}

#onlineAccounttable1 {
	text-align: left;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
}

#onlineAccounttable{
	text-align: center;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
}
#onlineAccountheader {
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}

#onlineAccounttext {
	font-size: 11px;
	font-weight: bold;
}

.header {
	background-color: #8284AC;
	color: #fff;
	border-color: #000;
	border-style: solid;
	border-width: 0 0 1px 0;
	padding: 0 0 5px 0;
}

.terms {
	text-decoration: underline;
	color: #000;
	font-size: 12px;
}

.terms:hover {
	text-decoration: none;
}

/* Download */

#box {
	width: 400px;
	margin: 0 0 20px 15px;
	padding: 0px 0 10px 0;
	text-align: center;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
}

#headerDownload {
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0 10px 0;
	border-color: #000;
	border-style: solid;
	border-width: 0 0 1px 0;
	background-color: #8284AC;
}

.downloadLink {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

.downloadLink:hover {
	text-decoration: underline;
}