body {
	margin: 0px;
	background-color: white;
	color: black;
	font-family: Helvetica, sans-serif;
	font-size: 11pt;
}

a:link, a:active, a:visited {
	color: #5E76AA;
	text-decoration: none;
}
a.red:link, a.red:active, a.red:visited {
	color: red;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
a.red:hover { text-decoration: underline; }
a.anchor:hover { text-decoration: none; }
a img { border: 0; }

#phead td {
	background-color: #E9ECF3;
	border-bottom: 4px solid #5E76AA;
}
#phead td.right { text-align: right; }
#pleft {
	vertical-align: top;
	border-right: 2px solid #5E76AA;
	padding-bottom: 1em;
}
#pcontent { padding: 6px; vertical-align: top; }
#pfoot td {
	padding: 4px 0 4px 0;
	background-color: #B2C0DB;
	border-top: 1px solid #5E76AA;
	border-bottom: 1px solid #5E76AA;
	color: #5E76AA;
	font-size: 10px;
	text-align: center;
}

img.right {
	float: right;
	margin-left: 6px;
	margin-bottom: 6px;
}

div.right_photo {
	float: right;
	width: 180px;
	margin-left: 6px;
	margin-bottom: 6px;
	border: 1px solid #5E76AA;
}
div.right_photo p {
	margin: 0;
	padding: 2px;
	color: #5E76AA;
	background-color: #E9ECF3;
	border-top: 1px solid #5E76AA;
}

div.right {
	float: right;
	width: 180px;
	margin-left: 6px;
	margin-bottom: 6px;
	padding: 2px;
	background-color: #E9ECF3;
	border: 1px solid #5E76AA;
}
div.right ul li { margin-left: -1em; }

table.right_table {
	float: right;
	width: 200px;
	border-collapse: collapse;
	margin-left: 6px;
	margin-bottom: 6px;
}
table.right_table tr th {
	background-color: #B2C0DB;
	border: 1px solid #5E76AA;
	text-align: left;
	padding: 2px;
	color: #5E76AA;
}
table.right_table tr td {
	border: 1px solid #5E76AA;
	padding: 2px;
}
table.right_table tr td.note {
	background-color: #E9ECF3;
	border: 1px solid #5E76AA;
	padding: 2px;
	color: #5E76AA;
}

.noright { margin-right: 190px; }

div.msect {
	background-color: #B2C0DB;
	padding: 4px;
	color: #5E76AA;
	font-size: 11pt;
	font-weight: bold;
	border-top: 1px solid #5E76AA;
	border-bottom: 1px solid #5E76AA;
}
div.msect_hide { display: none; }

div.item0 { margin-left: 4px; }
div.item1 { margin-left: 20px; }
div.item2 { margin-left: 36px; }
div.item0 img.bullet, div.item1 img.bullet, div.item2 img.bullet { float: left; }
div.item0 p, div.item1 p, div.item2 p { margin: 4px 4px 4px 20px; }

#msect_lang_content { font-size: 10pt; }
#langsel { background-color: #E9ECF3; }

#msect_menu_content { font-size: 10pt; }
#menusel { background-color: #FFE1E1; }

#msect_search_content form { margin: 0; padding-bottom: 2px; font-size: 10pt; }
#msect_search_content form div { color: #5E76AA; }

#msect_cart_content {
	color: #5E76AA;
	font-size: 10pt;
}
#msect_cart_content table.lacart { width: 210px; }
#msect_cart_content table.lacart td.name {
	width: 200px;
	border-bottom: 1px dashed;
}
#msect_cart_content table.lacart td.name a:hover {
	background-color: #E9ECF3;
	text-decoration: none;
}
#msect_cart_content table.lacart td.qty {
	width: 10px;
	border-bottom: 1px dashed;
}
#msect_cart_note {
	width: 210px;
	background-color: #E9ECF3;
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin-top: 4px;
	margin-bottom: 4px;
}

h1 {
	font-size: 20pt;
	font-weight: bold;
	color: #5E76AA;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 0;
	color: #5E76AA;
}
h3 {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 0;
}

em {
	font-style: italic;
	color: red;
}

p.error {
	font-size: 16pt;
	font-weight: bold;
	color: red;
}

table.tlist {
	margin-top: 1em;
}

table.tlist tr th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

table.tlist tr td {
	vertical-align: top;
	padding-left: 1em;
}

table.cphoto {
	width: 440px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: 1px solid #5E76AA;
}

table.cphoto td.caption {
	background-color: #E9ECF3;
	color: #5E76AA;
	padding: 4px;
	border-top: 1px solid;
}

table.txtphoto { width: 100%; }
table.txtphoto tr td.txt { padding-right: 1em; }
table.txtphoto tr td.photo { width: 180px; }
table.txtphoto tr td.photo img {
	border: 1px solid #5E76AA;
}

div.bluebox {
	width: 96%;
	margin-top: 1em;
  margin-left: auto;
	margin-right: auto;
	padding: 6px;
	border: 1px solid #5E76AA;
	background-color: #F5FAFF;
}
div.bluebox h2 {
	margin-top: 0em;
	margin-bottom: 0.5em;
}
table.bluebox {
	width: 96%;
	margin-top: 1em;
  margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: 1px solid #5E76AA;
	background-color: #F5FAFF;
}
