@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
table.main {
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:active {
	color: #0099FF;
	text-decoration: none;
}
.splashHeader {
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	line-height: 24px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
}
.splashText {
	font-size: 18px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 30px;
}
.topnav {
	font-size: 12px;
	color: #CCCCCC;
}
a:link.topnav {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited.topnav {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover.topnav {
	color: #0099FF;
	text-decoration: none;
}
a:active.topnav {
	color: #0099FF;
	text-decoration: none;
}.sidebarCopyHeader {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #999999;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 30px;
}
.sidebarCopy {
	font-size: 14px;
	line-height: 18px;
	color: #999999;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 30px;
}
.copyRightSidebar {
	color: #666666;
	margin-right: 10px;
	font-size: 14px;
	line-height: 18px;
}
.footer {
	font-size: 12px;
	color: #CCCCCC;
	margin-top: 10px;
}
.pullHeader {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	line-height: 24px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
}
.pullText {
	font-size: 18px;
	line-height: 24px;
	color: #990000;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 30px;
}
.copyHeader {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 30px;
	color: #999999;
}
.copy {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 30px;
	color: #555555;
}

/* Styles on the publication page */

td.pubs {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.formLabel {
	font-size: 12px;
	color: #999999;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
li {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 30px;
	color: #555555;
}

/* Styles on the checkout page */

td.checkout {
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}
.orderHeader {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 30px;
	margin-bottom: 5px;
}
input.order, select.order {
	background-color: #eeFFFF;
}

/* Styles for form errors */

.ERRORformLabel {
	font-size: 12px;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}

ERRORinput.order, ERRORselect.order {
	background-color: #FFCCCC;
}

