body {
	color: #000000;
	background: #FFFFFF url('images/body-bg.gif') repeat-y 200px 0px;
	font: 8pt Verdana;
	margin: 0px;
}

p {
	margin: 5px 0px 0px 0px;
}

h3 {
	font: bold 8pt Verdana;
	margin: 0px;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
}

input, select {
	font: 8pt Verdana;
}

input.button {
	color: #FFFFFF;
	background: #16606D url('images/button-bg.gif') repeat-x top left;
	font-weight: bold;
	border: 2px #16606D outset;
	border-top: 2px #62AC76 solid;
	border-right: 2px #378172 solid;
	border-bottom: 2px #18636E solid;
	border-left: 2px #3C8672 solid;
}

th {
	font: bold 8pt Verdana;
}

td {
	font: 8pt Verdana;
}

.gray {
	color: #A0A0A0;
}

.blue {
	color: #4496C0;
}

.green {
	color: #65937C;
}

.red {
	color: #FF0000;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

ol, ul {
	padding: 0px 0px 0px 30px;
	margin: 0px;
}

ul.submenu {
	background-color: #4496C0;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
ul.submenu a {
	color: #E4E8EC;
	background: url('images/sm-bg-dark.gif') repeat-x top left;
	text-decoration: none;
	padding: 4px 8px 4px 30px;
	display: block;
}
ul.submenu a:hover {
	color: #FFFFFF;
	background: #92CBE8 url('images/sm-bg-light.gif') repeat-x bottom left;
	text-decoration: none;
}

#box {
	padding: 20px 20px 0px 31px;
}
#box div {
	padding: 10px 10px 0px 0px;
}
#box table {
	border-right: 1px #B0B0B0 dashed;
	border-bottom: 1px #B0B0B0 dashed;
}
#box td {
	padding: 0px 10px 10px 0px;
}

#info_bar {
	color: #14474F;
	background-color: #B7E0A9;
	border-right: 30px #EDF7E9 solid;
	font-weight: bold;
	margin: 30px 0px 0px 1px;
	padding: 8px 10px 9px 10px;
	height: 13px;
}
#info_bar a {
	color: #14474F;
	text-decoration: none;
}
#info_bar a:hover {
	color: #FFFFFF;
}

#status_bar {
	background-color: #B7E0A9;
	border-right: 30px #EDF7E9 solid;
	text-align: center;
	margin: 30px 0px 0px 1px;
	padding: 8px 10px 9px 10px;
}
#status_bar a {
	color: #608060;
	text-decoration: none;
}
#status_bar a:hover {
	color: #000000;
}

#bottom_menu {
	color: #C0C0C0;
	padding: 8px 10px;
}
#bottom_menu a {
	color: #B0B0B0;
	font-weight: bold;
	text-decoration: none;
}
#bottom_menu a:hover {
	color: #000000;
}

#basket {
	border: 1px #14474F solid;
}
#basket th {
	color: #FFFFFF;
	background-color: #14474F;
	padding: 2px 5px 3px 5px;
}
#basket td {
	background-color: #EDF7E9;
	padding: 2px 5px;
}
#basket a {
	color: #000000;
	text-decoration: none;
}

#summary {
	border: 1px #D8D8D8 solid;
}
#summary th {
	color: #000000;
	background-color: #E8E8E8;
	padding: 2px 5px 3px 5px;
}
#summary td {
	background-color: #F8F8F8;
	padding: 2px 5px;
}

#form th {
	color: #C00000;
	font-weight: normal;
	text-align: right;
}
#form input {
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom: 1px #C0C0C0 dashed;
	padding-left: 4px;
	padding-right: 4px;
	width: 100%;
}
#form input:hover {
	border-bottom: 1px #0000C0 dashed;
}
#form input:focus {
	border-bottom: 1px #000000 dashed;
}