body {
	margin: 0;
	padding: 0;
	background: #171717;
	font: 10pt 'Verdana';
	color:#fff;
}

body a {
	font: 10pt 'Verdana';
	color:#fff;
	text-decoration: underline;
}

body a:hover {
	font: 10pt 'Verdana';
	color:#fff;
	text-decoration: none;
}

#header {
	background: url('./images/header.jpg') top left no-repeat;
	height: 286px;
	width: 980px;
	position: relative;
}

#main {
	background: url(./images/content_bg.jpg) top left repeat-y;
	margin-top: 0px;
	width: 980px;
	min-height: 400px;
}

.content {
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: left;
	font: 10pt 'Verdana';
	color: #000;
}

.content a {
	font: 10pt 'Verdana';
	color: #000;
	text-decoration: underline;
}

.content a:hover {
	font: 10pt 'Verdana';
	color: #000;
	text-decoration: none;
}

.disclaimer {
	font: 8pt 'Verdana';
	color: #000;
	text-align: left;
}

.disclaimer a {
	font: 8pt 'Verdana';
	color: #000;
	text-decoration: underline;
}

.disclaimer a:hover {
	font: 8pt 'Verdana';
	color: #000;
	text-decoration: none;
}

h1 {
	font: 12pt 'Verdana';
	color: #b70000;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	margin-top: 0px;
}

h2 {
	font: 10.5pt 'Verdana';
	color: #b70000;
	margin-top: 0px;
	font-weight: bold;
	text-align: left;
}

.main_footer {
	width: 980px;
	height: 143px;
	background: url('./images/footer.jpg') top left no-repeat;
}

.main_footer p {
	text-align: left;
	margin-left: 30px;
	margin-top: 0;
	font: 9pt 'Verdana';
	color: #FFF;
}

.main_footer a {
	font: 10pt 'Verdana';
	color: #FFF;
	text-decoration: underline;
}

.main_footer a:hover {
	font: 10pt 'Verdana';
	color: #FFF;
	text-decoration: none;
}


.custom {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 10pt;
      background-image: url(images/formshadow.gif);
      border-right: #666666 1px outset;
      border-top: #000000 1px inset;
      border-left: #000000 1px inset;
      border-bottom: #666666 1px outset;
      color: #000;
	padding: 3px;
      background-color: #ffffff;
}

.code-entry {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 10pt;
      background-image: url(images/formshadow.gif);
      border-right: #666666 1px outset;
      border-top: #000000 1px inset;
      border-left: #000000 1px inset;
      border-bottom: #666666 1px outset;
      color: #000;
	padding: 3px;
      background-color: #ffffff;
}

input.button {
	font: 10pt 'Verdana';
      border-width: 4px;
      border-style: solid;
      border-top-width: 1px;
      border-right-width: 1px;
      border-bottom-width: 1px;
      border-left-width: 1px;
      background: #4671D5;
      color: #ffffff;
      padding: 3px;
      border-color: #000000 #000000 #000000 #000000;
	cursor: pointer;
}

#opsuccess {
	font: 10pt 'Verdana';
	color: green;
	font-weight: bold;
	text-decoration: none;
}

#operror {
	font: 10pt 'Verdana';
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

#opsuccess-small {
	font: 8pt 'Verdana';
	color: green;
	text-decoration: none;
}

#operror-small {
	font: 8pt 'Verdana';
	color: #FF0000;
	text-decoration: none;
}


.tdcustom {
	background: #f0f0f0;
	padding: 3px;
	border-right: #666666 1px outset;
	border-top: #000000 1px inset;
	border-left: #000000 1px inset;
	border-bottom: #666666 1px outset;
}

.tdcustom2 {
	padding: 3px;
	border-right: #666666 1px outset;
	border-top: #000000 1px inset;
	border-left: #000000 1px inset;
	border-bottom: #666666 1px outset;
}

td.opsuccess {
	font: 10pt 'Verdana';
	color: green;
	background: #f0f0f0;
	padding: 3px;
	border-right: #666666 1px outset;
	border-top: #000000 1px inset;
	border-left: #000000 1px inset;
	border-bottom: #666666 1px outset;
}

td.operror {
	font: 10pt 'Verdana';
	color: red;
	background: #f0f0f0;
	padding: 3px;
	border-right: #666666 1px outset;
	border-top: #000000 1px inset;
	border-left: #000000 1px inset;
	border-bottom: #666666 1px outset;
}

#toplink { 
	background: url('./images/up.gif') center right no-repeat;
	float: right;
	text-align: right;
	margin: 0px 0 20px auto;
	padding-right: 14px;
}

#bwsllc {
	font: 8pt 'Verdana';
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

#bwsllc a {
	font: 8pt 'Verdana';
	font-weight: bold;
	text-decoration: underline;
	color: #333;
}

#bwsllc a:hover {
	font: 8pt 'Verdana';
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

@media print { .toplink { display: none; } }
