body {
	margin: 0 auto;
	background-color: #ffffff;
}
body, p, ul, li {
 	font: 11px lucida grande, verdana;
	color: #000000;
	text-decoration: none;
	line-height: 1.4em;
}

news {
	font: 11px lucida grande, verdana;
	color: #009900;
	line-height: 1.4em;
}

hr {
	border: 0;
	height: 1px;
	background-color: #000000;
	margin: -15px 0 10px 0;
}

a {
	color: #0577C1;
	text-decoration: none;
}

a:hover {
	color: #0577C1;
	text-decoration: underline;
}

b {
	font: bolder 11px 'Lucida Grande', Verdana;
	color: #000000;
	line-height: 1.2em;
}

h1 {
	font: bold 13px 'Lucida Grande', Verdana;
	color: #000000;
}


h4 {
	font: bold 13px 'Lucida Grande', Verdana;
	color: #000000;
}


/* navigation */

table#nav {
	font-size: 12px;
	background-image: url(images/button_back.gif);
}

table#nav td {
	text-align: center;
	/* color: #333333; */
	font: 11px 'Lucida Grande', Verdana;
}

table#nav td a {
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 4px 15px 4px 15px;
	background-image: url(images/button_back.gif);
}

table#nav td a:link, #nav td a:visited {
	color: #333333;
	text-decoration: none;
}

table#nav td a:hover {
	color: #000000;
	background-image: url(images/button_hover.gif);
	display: block;
	text-decoration: none;
}

/* navigation */

/* sidebar */

.Sidebar {
	text-align: left;
	background-color: #f5f5f5;
	/* background-image: url(images/sidebar_base.jpg); */
	font: 11px 'Lucida Grande', Verdana;
	color: #000000;
}

.SidebarPlain {
	line-height: 1.4em;
	padding: 5px 7px 5px 7px;
}

.SidebarTitle {
	border-bottom: 1px solid #444444;
	color: #ffffff;
	background-image: url(images/sidebar_title.jpg);
	background-color: #dddddd;
	display: block;
	margin: 0;
	padding: 3px 0px 3px 0px;
	text-align: center;
}

.SidebarMenu td {
	display: block;
	margin: 0;
	text-align: center;
	height: 25px;
	padding: 0;
	line-height: 25px;
}

.SidebarMenu a {
	display: block;
	width: 100%;
	height: 100%;
}

.SidebarMenu a:hover {
	background-color: #e9e9e9;
}

.SidebarMenu a img {
	background-color: inherit; /* to hide the underline */
	text-decoration: none;
	padding-right: 1ex;
}

.SidebarMenu td#active {
	color: #000000;
	background-color: #e3e3e3;
}

#contents table {
	font-size: 90%;
	border-collapse: collapse;
}

#contents table td {
	border: 1px solid #999;
}

#contents p, #contents button {
	margin: 1em;
}

#checkoutsuccess{
	font-size: 12px;
	color: #00FF00;
}

#checkouterror{
	font-size: 12px;
	color: #FF0000;
}

/* sidebar */