/* Defaults */

html,body {
	height: 100%;
}

body, table {
	font-family: Arial;
	font-size: 13px;
	line-height: 145%;
	font-weight: normal;
	text-align: center;
	color: black;
        background-color: #EEEEEE;
	margin: auto auto;
}

a, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

h1 {
  	color: blue;
	font-weight: bold;
	font-size: 150%;
	width: 100%;
	border-bottom: 1px solid #222222;
}

label {
	margin-right: 10px;
	display: block;
	float: left;
	width: 60px;
}

legend
{
	border-left: 1px solid #acacac;
	padding: 0px 5px;
}


/* Input */

.inputText 	{ width: 280px; }
.inputTextArea 	{ width: 280px; height: 100px; }
.inputSelect 	{ width: 286px; }

/* Page Layout */

#wrapper {
	width: 100%;
	text-align: center;
	margin: auto auto;
}

#main {
  	width: 780px;
	text-align: center;
	font-size: 16px;
	border: 1px solid black;
        background-color: white;
}

SPAN.copy {
	font-size: 11px;
	color: #acacac;
}

SPAN.termsofsale {
        line-height: 12px;
	font-size: 10px;
	color: #AAAAAA;
}

.headerTop {
	width: 100%;
	background-color: #ED1F36;
	color: white;
}

.headerMenu {
	width: 100%;
	background-color: black;
	color: white;
}

TABLE.pageTable {
	width: 541px;
	text-align: left;
        background-color: white;
}

SPAN.redtext {
	color: #ED1F36;
        font-weight: bold;
}

SPAN.greentext {
	color: #7BA072;
}

A.greentext, A.greentext:Hover, A.greentext:Active, A.greentext:Visited {
	color: #339966;
        font-weight: bold;
}

DIV.redbox {
	width: 100%;
	background-color: #ED1F36;
	color: white;
	padding: 10px 10px;
	font-weight: bold;
}

A.topmenu, A.topmenu:Hover, A.topmenu:Active, A.topmenu:Visited {
	color: white;
        font-weight: bold;
        text-decoration: none;
        padding-top: 0px;
        font-size: 15px;
}

.topmenuon {
	color: #99CCFF;
        font-weight: bold;
        padding-top: 0px;
        font-size: 15px;
}

A.backtotop, A.backtotop:Hover, A.backtotop:Active, A.backtotop:Visited {
	color: #ED1F36;
        font-size: 13px;
}

A.page, A.page:Hover, A.page:Active, A.page:Visited {
	color: #339966;
        font-weight: bold;
}

SPAN.sep {
        padding: 0px 18px;
        font-weight: bold;
}

HR {
       color: #339966;
       width: 541px;
       margin-bottom: 6px;
}

TABLE.#bookindex {
        width: 400px;
        font-size: 15px;
        text-align: left;
        background-color: white;
}

TABLE.#bookindex TD.level0 {
        font-weight: bold;
        font-size: 17px;
}

TABLE.#bookindex TD.pagenolevel0 {
        font-weight: bold;
}

TABLE.#bookindex TD.level1 {
        padding-left: 20px;
        border-bottom: 1px dashed #acacac;
}

TABLE.#bookindex TD.level2 {
        padding-left: 40px;
        border-bottom: 1px dashed #acacac;
}

TABLE.#bookindex TD.spacer {
        height: 20px;
}

/* */
