body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 0.7em;
	padding-bottom: 10px;
	color: #525252;
}
td.body_edit {
	margin: 0px;
	padding: 0px;
	background-color: white;
	background-attachment: fixed;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 0.7em;
}
div#opaque {
	position: fixed;
	top: 0;
        left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/themes/wgac942/opaque.png);
	background-repeat: repeat;
	background-position: top left;
	z-index: -10;
}
div#searching {
	width: 300px;
	height: 100px;
	margin: 300px auto auto auto;
	padding: 20px;
	background-color: white;
	border: 2px solid black;
}
div#searching span {
	display: block;
	font-size: 150%;
	color: #23595e;
}
div#searching img {
	margin: 30px 0px 0px 135px;
}
div#normal {
	position: fixed;
	top: 0;
        left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: -9;
}
div.tb_wrap {
        width: 100%;
	background-color:#23595e;
	color: white;
	position: relative;
}
div.tb {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#23595e;
	color: white;
	position: relative;
}
div.tb_left {
	width: 48%;
	float: left;
	padding: 5px 10px;
	background-color:#23595e;
	color: white;
	font-weight: bold;
}
div.tb_right {
	width: 48%;
	float: right;
	text-align: right;
	padding: 5px 10px;
	background-color:#23595e;
	color: white;
	font-weight: bold;
}
a:link {
	color: #397c94;
	text-decoration: none;
}
a:visited {
	color: #397c94;
	text-decoration: none;

}
a:hover {
	color: #397c94;
	text-decoration: underline;

}
h2 {
	margin: 10px 20px 10px 10px;
}
h3 {
	margin: 10px 20px 10px 0px;
}
li {
	line-height: 1.0;
    padding-top: 4px;
}
li li {
	line-height: 1.0;
}
table.maintable {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	z-index: 10;
}
td#titlebox {
	background-color: #23595e;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	height: 120px;
	vertical-align: bottom;
}
img#sitetitle {
	padding: 0px 0px 30px 74px;
	border: 0px;
	margin: 0px;
	float: left;
}
div.searchbox {
	float: right;
	margin: 0px 20px 0px 0px;
}
td.menubox {
	padding: 0px 0px 0px 0px;
	border: 0px;
}
div.login {
	float: right;
	clear: right;
	margin: 10px 10px 0px 0px;
	font-size: 110%;
}
a.login {
	padding-right: 10px;
	border-right: 2px solid black;
}
a.login:link {
	color: rgb(222, 186, 105);
}
a.login:visited {
	color: rgb(222, 186, 105);
}
a.login:hover {
	color: rgb(222, 186, 105);
	text-decoration: underline;
}
a.subscribe {
	padding-left: 7px;
}
a.subscribe:link {
	color: rgb(222, 186, 105);
}
a.subscribe:visited {
	color: rgb(222, 186, 105);
}
a.subscribe:hover {
	color: rgb(222, 186, 105);
	text-decoration: underline;
}
div.logout {
	float: right;
	clear: right;
	margin: 10px 10px 0px 0px;
	font-size: 110%;
}
a.logout {
	padding-right: 6px;
}
a.logout:link {
	color: white;
}
a.logout:visited {
	color: white;
}
a.logout:hover {
	color: white;
	text-decoration: underline;
}

a.menuhref {
	display: block;
	float: left;
	text-decoration: none;
	color: white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	text-align: center;
	width: 164px;
	padding: 8px 0px 8px 0px;
}
a.menuhref:link {
	background-color: #7b9c9f;

}
a.menuhref:visited {
	background-color: #7b9c9f;
}
a.menuhref:hover {
	background-color: #23595e;
}
td.pmenubox {
	vertical-align: top;
	padding: 5px 0px 0px 4px;
	border: 0px;
	height: 25px;
}
.pmenubox a {
	display: block;
	float: left;
	text-decoration: none;
	color: white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	text-align: center;
	width: 100px;
	padding: 4px 0px 4px 0px;
}
.pmenubox a:link {
	background-color: #6d003e;

}
.pmenubox a:visited {
	background-color: #6d003e;
}
.pmenubox a:hover {
	background-color: #b6629f;
}

td#leftcol {
	width: 180px;
	background-color: #bdcecf;
	border-top: 5px solid white;
	border-right: 3px solid white;
	border-bottom: 5px solid white;
	vertical-align: top;
}
td.mainbox {
	padding-left: 10px;
	padding-right: 10px;
	border-top: 5px solid white;
	border-bottom: 5px solid white;
	padding-bottom: 30px;
	vertical-align: top;

}
td#rightcol {
	width: 180px;
	background-color: #bdcecf;
	border-top: 5px solid white;
	border-left: 3px solid white;
	border-bottom: 5px solid white;
	vertical-align: top;
}

.bottom td {
	background-color: #23595e;
	color: white;
}
div.buttonbox {
	float: left;
	margin: 36px 30px 0px 30px;
}
div.footer {
	float: left;
	margin: 20px 20px 30px 0px;
}
span.footermenuitem {
	padding-right: 8px;
}
.footer a:link {
	color: white;
	text-decoration: none;
}
.footer a:visited {
	color: white;
	text-decoration: none;
}
.footer a:hover {
	color: white;
	text-decoration: underline;
}
div#copy {
	margin-top: 14px;
}
div.legal a {
	padding-right: 8px;
}
div.arts_council {
	margin: 36px 20px 30px 0px;
}
div.latest_issue {
	margin: 20px 0px 8px 40px;
}
.latest_issue span {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
.latest_issue img  {
	border: 1px solid #969393;
	margin-bottom: 8px;
}
.latest_issue a {
	text-decoration: none;
	display: block;
	clear: both;
}
.latest_issue a:link {
	color: #525252;
}
.latest_issue a:visited {
	color: #525252;

}
.latest_issue a:hover {
	color: white;

}
div.next_issue {
	margin: 30px 10px 8px 10px;
	background-color: white;

}
span.next_issue_title {
	display: block;
	color: white;
	background-color: #23595e;
	font-size: 110%;
	font-weight: bold;
	padding: 8px 8px 8px 15px;
	margin-bottom: 10px;

}
span.next_issue_item {
	display: block;
	padding: 0px 8px 14px 15px;

}

div.stop_press {
	margin: 30px 10px 8px 10px;
	background-color: white;
}
div.stop_press_head {
	color: white;
	background-color: #23595e;
	font-size: 110%;
	font-weight: bold;
	padding: 8px 8px 8px 15px;
}
div.stop_press_body a {
	color: #992378;
}
div.stop_press_item {
	padding: 10px 8px 10px 8px;
	color: #90a4a3;
	font-size: 100%;
	font-weight: bold;

}
div.stop_press_extract {
	padding: 0px 8px 10px 8px;

}
div.stop_press_more {
	padding: 8px 0px 8px 8px;
}
a.stop_press_more {
	color: #992378;

}
div.most_read {
	margin: 10px 10px 8px 10px;

}
span.most_read_title {
	display: block;
	color: white;
	font-size: 110%;
	font-weight: bold;
	padding: 10px 8px 10px 8px;
}
span.most_read_author {
	display: block;
	padding: 0px 8px 0px 8px;
	margin: 0px;
	font-variant: small-caps;
}

span.most_read_item {
	display: block;
	padding: 0px 8px 15px 8px;
	margin: 0px;
}
div.feat_archive {
	margin: 20px 0px 8px 5px;
}
div.bottom_banner {
	clear: both;
	margin-top: 14px;
}
.feat_archive span {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
div.archive_issue {
	margin-bottom: 20px;
}
.feat_archive img  {
	border: 1px solid #969393;
	margin-bottom: 4px;
}
.feat_archive a {
	text-decoration: none;
	display: block;
	clear: both;
}
.feat_archive a:link {
	color: #525252;
}
.feat_archive a:visited {
	color: #525252;

}
.feat_archive a:hover {
	color: white;

}
td.cover_img {
	width: 50%;
	max-width: 50% !important;
	padding-bottom: 8px;
	border-bottom: 1px dotted #525252;
	vertical-align: top;
	position: relative;
}
.cover_img img {
	max-width: 98%;
	border: 1px solid #969393;
}
td.feat_item_1 {
	max-width: 50% !important;
	vertical-align: top;
	padding-bottom: 8px;
	border-bottom: 1px dotted #525252;
}
div.feat_item_1 {
	max-width: 300px;
	background-color: #eedae8;
	position: relative;
}
div.feat_item_1 span.feat_title {
	display: block;
	font-size: 110%;
	margin-bottom: 10px;
	padding: 8px 8px 8px 15px;
	background-color: #992378;
	color: white;
	font-weight: bold;
}
div.feat_item_1 img {
    max-width: 100%;
}
div.feat_text {
	padding: 0px 10px 10px 10px;
}
div.feat_text_pic {
	padding: 0px 10px 10px 10px;
	float: left;
}
img.feat_pic {
	padding-top: 0px;
}
span.feat_1_title {
	display: block;
	color: #992378;
	font-size: 110%;
	font-weight: bold;
}
span.feat_1_author {
	display: block;
	color: #992378;
	font-size: 110%;
	font-variant: small-caps;
	font-weight: bold;
	padding-bottom: 10px;
}
.feat_item_1 a {
	display: block;
	bottom: 0px;
}
div.feat_item_1 a:link {
	color: #992378;

}
div.feat_item_1 a:visited {
	color: #992378;

}
div.feat_item_1 a:hover {
	color: #992378;
	text-decoration: underline;
}

td.feat_item_2 {
	padding: 10px 10px 0px 0px;
	width: 50%;
	vertical-align: top;
	position: relative;
}
div.feat_item_2 {
	margin: 0px 10px 0px 0px;
	position: relative;
}
.feat_item_2 img {
	max-width: 100%;
}
div.feat_item_2 span.feat_title {
	display: block;
	font-size: 110%;
	margin-bottom: 10px;
	padding: 8px 8px 8px 15px;
	background-color: #acba7b;
	color: white;
	font-weight: bold;
}
div.feat_item_2 div.feat_text {
	padding: 0px 20px 10px 10px;
}
span.feat_2_title {
	display: block;
	color: #90a4a3;
	font-size: 110%;
	font-weight: bold;
}
span.feat_2_author {
	display: block;
	color: #90a4a3;
	font-size: 110%;
	font-variant: small-caps;
	font-weight: bold;
	padding-bottom: 10px;
}
div.feat_item_2 a:link {
	color: #992378;

}
div.feat_item_2 a:visited {
	color: #992378;

}
div.feat_item_2 a:hover {
	color: #992378;
	text-decoration: underline;
}
td.feat_item_3 {
	padding: 10px 0px 0px 10px;
	width: 50%;
	vertical-align: top;
}
div.feat_item_3 {
	margin: 0px 0px 0px 0px;
	position: relative;
}
.feat_item_3 img {
	max-width: 100%;
}
div.feat_item_3 span.feat_title {
	display: block;
	font-size: 110%;
	margin-bottom: 10px;
	padding: 8px 8px 8px 15px;
	background-color: #acba7b;
	color: white;
	font-weight: bold;
}
div.feat_item_3 div.feat_text {
	padding: 0px 20px 10px 10px;
}
span.feat_3_title {
	display: block;
	color: #90a4a3;
	font-size: 110%;
	font-weight: bold;
}
span.feat_3_author {
	display: block;
	color: #90a4a3;
	font-size: 110%;
	font-variant: small-caps;
	font-weight: bold;
	padding-bottom: 10px;
}
div.feat_item_3 a:link {
	color: #992378;

}
div.feat_item_3 a:visited {
	color: #992378;

}
div.feat_item_3 a:hover {
	color: #992378;
	text-decoration: underline;
}
td.sub_menu {
	padding-top: 8px;
	border-top: 1px dotted #525252;

}
div.sub_menu {
	text-align: center;
	background-color: #cc91bc;
	padding: 12px 0px 12px 29px;
}
.sub_menu a {
	display: block;
	float: left;
	width: 130px;
	color: white;
	font-size: 110%;
	padding: 4px 18px 4px 18px;
	margin-right: 20px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
.sub_menu a:link {
	background-color: #6d003e;

}
.sub_menu a:visited {
	background-color: #6d003e;

}
.sub_menu a:hover {
	background-color: #b6629f;

}

td.feat_toc {
	padding-bottom: 8px;
	border-bottom: 1px dotted #525252;

}
div.feat_toc {
	background-color: #eef3de;
	padding: 5px 10px 15px 10px;
}
span.feat_toc_title {
	display: block;
	font-size: 130%;
	padding: 8px 8px 0px 10px;
	color: #992378;
	font-weight: bold;

}
span.feat_toc_author {
	display: block;
	float: left;
	padding: 8px 8px 0px 15px;
	font-variant: small-caps;
}

.feat_toc a {
	display: block;
	padding: 8px 8px 0px 20px;
	color: #397c94;
}
td.feat_archive_item {
	padding-top: 8px;

}
div.feat_archive_item {

}
div.feat_archive_item span.feat_title {
	display: block;
	font-size: 130%;
	padding: 8px 8px 0px 10px;
	color: #992378;
	font-weight: bold;

}
span.feat_archive_title {
	display: block;
	color: #90a4a3;
	font-size: 110%;
	font-weight: bold;

}
span.feat_archive_author {
	display: block;
	color: #90a4a3;
	font-size: 110%;
	font-variant: small-caps;
	font-weight: bold;

}
div.feat_archive_item a:link {
	color: #992378;

}
div.feat_archive_item a:visited {
	color: #992378;

}
div.feat_archive_item a:hover {
	color: #992378;
	text-decoration: underline;
}

div.toc_top {
	background-color: #e0dbdb;
	border: 1px solid #969393;
	padding: 5px 5px 5px 20px;
	margin: 0px 0px 6px 0px;
}
div.toc_title {
	margin: 0px 0px 14px 0px;

}
span.toc_title {
	font-weight: bold;
	font-size: 160%;
}
span.prev_toc img {
	border: none;
	margin-right: 10px;
}
span.toc_volume {
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding-bottom: 10px;
}
span.next_toc img {
	border: none;
	margin-left: 10px;
}

span.toc_date {
	float: right;
	font-weight: bold;
	margin: 0px 20px 4px 0px;

}
span.toc_download {
	display: block;
	clear: both;
	float: right;
	padding: 3px 20px 8px 0px;
}
span.toc_download img {
	border: none;
	padding: 0px 3px 0px 0px;
}
div.toc_covertext {
	clear: both;
	text-align: center;
	border-top: 1px dotted #525252;
	padding-top: 9px;
	margin: 10px 20px 5px 0px;
	font-size: 90%;
}
div.toc_body {
	padding: 5px;

}
div.toc_section {
	padding: 4px 0px 4px 20px;
	margin: 10px 0px 5px 0px;
	font-weight: bold;
	font-size: 120%;
	background-color: #e0dbdb;
	border: 1px solid #969393;
}
div.toc_item_unlocked {
	margin: 5px 0px 5px 0px;
	padding: 10px 0px 10px 0px;
	background-color: #e6fbdf;
	border: 1px solid #d9fbce;
}
span.toc_item_title {
	display: block;
	margin: 0px 0px 0px 20px;

}
a.toc_doclink {

}
span.toc_item_author {
	display: block;
	margin: 0px 0px 0px 20px;
	font-variant: small-caps;
}
div.toc_item_locked {
	position: relative;
	margin: 5px 0px 5px 0px;
	padding: 10px 0px 10px 0px;
	background-color: #fbe7e7;
	border: 1px solid #fbdddd;
}
img.toc_locked {
	float: right;
	margin: 0px 8px 0px 0px;
}
div.toc_item {
	margin: 5px 0px 5px 0px;
	padding: 10px 0px 10px 0px;
	border: 1px solid #e6e4e4;
}
div.toc_bottom {
	background-color: #e0dbdb;
	border: 1px solid #969393;
	padding: 5px 5px 5px 20px;
	margin: 20px 0px 6px 0px;
}

span.index_title {
	display: block;
	margin: 10px 0px;
	font-weight: bold;
	font-size: 150%;
}
div.index_main {
	background-color: #e0dbdb;
	padding: 4px;
	margin: 0px;
}
div.alpha_list {
	padding: 4px;
}
span.alpha_head {
	display: block;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 5px;
}
span.alpha_letter_current {
	background-color: #b6629f;
	color: white;
	padding: 2px 5px;
	font-weight: bold;

}
span.alpha_letter {
	background-color: white;
	color: #918a8a;
	padding: 2px 5px;
	font-weight: bold;
}
a.alpha_letter {
	text-decoration: none;
	color: white;
	padding: 2px 5px;
	font-weight: bold;
}
a.alpha_letter:link {
	background-color: #6d003e;

}
a.alpha_letter:visited {
	background-color: #6d003e;

}
a.alpha_letter:hover {
	background-color: #b6629f;

}
table.index_table {
	background-color: white;
	width: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
tr.index_author {
	background-color: white;
}
td.index_author {
	vertical-align: top;
	background-color: white;
	padding: 5px;
	width: 50%;
}
td.index_author span {
	font-variant: small-caps;
}
td.index_title {
	vertical-align: top;
	background-color: white;
	padding: 5px 5px 5px 10px;
	width: 50%;

}
td.index_title_unlocked {
	vertical-align: top;
	padding: 5px 5px 5px 10px;
	width: 50%;
	background-color: #e6fbdf;
	border: 1px solid #d9fbce;
}
td.index_title_locked {
	vertical-align: top;
	padding: 5px 5px 5px 10px;
	width: 50%;
	background-color: #fbe7e7;
	border: 1px solid #fbdddd;
}
img.index_locked {
	float: right;
	margin: 0px 0px 0px 0px;
}
td.index_title span {
	font-variant: small-caps;
}

td.index-break {
	height: 10px;
	background-color: #e0dbdb;
}
td.contrib_index_author {
	vertical-align: top;
	background-color: white;
	padding: 5px 5px 10px 20px;
}

a.contrib_index_entry {
	font-size: 120%;
	font-weight: bold;
	display: block;
}

div.main {
	padding: 15px;
}
div.doc_report {
	text-align: center;
	background-color: #e0dbdb;
	margin: 5px 10px 20px 10px;
	padding: 4px;
}
span.title {
	display: block;
	font-weight: bold;
	font-size: 130%;
}
span.author {
	display: block;
	font-size: 120%;
	font-variant: small-caps;
}
span.revauthor {
	display: block;
	font-size: 130%;
	font-weight: bold;
}
span.revtitle {
	display: block;
	font-weight: bold;
	font-size: 130%;
	font-style: italic;
}
span.revworks {
	display: block;
	font-size: 110%;
}

p.item_source_top {
	text-align: center;
	margin: 0px 0px 25px 0px;
	padding: 0px;
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: normal;
}
p.item_source {
	text-align: center;
	margin-top: 25px;
    font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-weight: bold;
    letter-spacing: normal;
	padding: 0px;
}

div.doc_text {
	margin-top: 20px;
}
.doc_text ul {
	margin: 10px 10px 10px 12px;
	padding: 0px;
}
.doc_text li {
	font-size: 100%;
	line-height: normal;
	padding: 5px 0px 0px 0px;
}

div.doc_login {
	clear: both;
	background-color: #e0dbdb;
	margin: 15px 20px 30px 20px;
	padding: 18px;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}
div.further {
	background-color: #eef3de;
	padding: 5px 10px 15px 10px;
	margin: 0px 10px 0px 10px;
	border: 1px solid #969393;
}
span.further_head {
	display: block;
	float: left;
	font-size: 130%;
	padding: 8px 0px 0px 10px;
	color: #992378;
	font-weight: bold;

}
span.further_author {
	display: block;
	float: left;
	padding: 8px 8px 0px 10px;
	font-variant: small-caps;
	font-size: 130%;
	font-weight: bold;
}
img.further_pic {
	display: block;
	clear: both;
	float: right;
	padding: 0px 20px 0px 0px;
	margin: 0px;
}
span.further_item {
	display: block;
	padding: 8px 8px 0px 25px;
	clear: left;
}
div.sharing {
	padding: 5px 10px 15px 10px;
	margin: 0px 0px 0px 0px;

}
.sharing span {
	display:block;
	padding-bottom: 6px;
	font-weight:bold;
}
div.contrib_main {
	padding: 0px 10px 15px 10px;
	margin: 0px 0px 0px 0px;

}
h2.contrib_name {
	font-variant: small-caps;
	color: #525252;
	font-size: 200%;
	font-weight: normal;
}
span.contrib_dates {
	display: block;
	font-size: 130%;
}
div.contrib_textpic {
	padding: 8px 8px 0px 5px;
	float: left;
	width: 50%;
}
img.contrib_image {
	display: block;
	float: right;
	padding: 8px 10px 0px 0px;
	margin: 0px;

}
div.contrib_page_index {
	clear: both;
	margin-top: 20px;
	padding-top: 20px;
}
span.contrib_page_index_head {
	display: block;
	font-size: 130%;
	font-weight: bold;
	padding: 0px 0px 10px 10px;
}
div.contrib_page_index select {
	display: block;
	margin: 0px 0px 5px 10px;
	padding: 3px 6px 3px 3px;
}
span.contrib_page_type {
	display: block;
	padding-left: 10px;
}
span.contrib_page_item {
	display: block;
	padding-left: 10px;

}
span.contrib_page_author {
	font-variant: small-caps;
}
div.archive_text {
	margin: 10px 20px 30px 10px;
}
div.archive_issues {
	background-color: #e0dbdb;
	border: 1px solid #969393;
	padding: 10px 10px 20px 10px;
	margin: 10px 22px 0px 10px;
}
div.archive_issues img {
	border: none;
}
span.archive_head {
	font-weight: bold;
	font-size: 160%;

}
div.archive_date {
	float: right;
	margin-right: 10px;
}
div.archive_date select {
	padding: 2px 5px 2px 5px;
	margin: 0px 10px 15px 10px;
}
span.next_year {
}
div.archive_issues form {
	display: inline;
}
span.prev_year {
}

table.archive_issues {
	width: 570px;
	padding: 20px;
	margin: 0px 20px 0px 10px;
	background-color: #e0dbdb;
	border: 1px solid #969393;
}
td.archive_issue {
	width: 33%;
	text-align: center;
	vertical-align: top;
	padding-bottom: 20px;
}
td.archive_issue img {
	border: 1px solid #969393;
	margin-bottom: 6px;
}
td.archive_issue span {
	display: block;
}
span.issue_name {
	font-weight: bold;
}
span.search_hilite {
	font-weight: bold;
	background-color: #efe65e;
}
span.search_intro {
	display: block;
	margin: 5px 20px 10px 30px;
}
div.search_item {
	margin: 5px 20px 10px 30px;
}
a.search_item {
	font-weight: bold;
	padding-left: 5px;
}
div.search_extract {
	padding-left: 30px;
}
span.search_issue {
	display: block;
	clear: both;
	float: right;
	font-weight: bold;
}
span.search_author {
	font-variant: small-caps;

}
div.search_again {
	margin: 35px 20px 10px 30px;
	background-color: #e0dbdb;
	border: 1px solid #969393;
	padding: 10px 5px 10px 20px;

}
span.search_again {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
div.search_line {
	margin: 0px 0px 5px 0px;
}
span.search_choice {
	display: block;
	float: left;
	width: 120px;
	font-weight: bold;
	margin-top: 5px;
	padding-top: 1px;
}
a.search_more {
	display: block;
	margin: 15px 20px 10px 30px;
	font-weight: bold;
}
td.hp_ptext {
	padding: 5px 10px 15px 10px;
}
span.hp_head {
	display: block;
	font-size: 110%;
	padding: 8px 0px 10px 0px;
	color: #992378;
	font-weight: bold;

}

div.newsintro {
	margin: 10px 20px 10px 10px;

}
div.ni_index {
	margin: 30px 20px 10px 10px;

}
div.ni_item {
	position: relative;
	margin: 10px 20px 0px 20px;
}
div.ni_date {
	width: 150px;
	float: left;
	color: #90a4a3;
	font-size: 100%;
	font-weight: bold;
}
div.ni_head {
	position: relative;
	width: 360px;
	float: right;
	color: #90a4a3;
	font-size: 100%;
	font-weight: bold;
	padding: 0px 0px 10px 0px;

}
div.ni_head span {
	display: block;
	color: #525252;
	font-size: 100%;
	font-weight: normal;
	margin-top: 6px;
}
div.ni_head a {
	color: #992378;
	display: block;
}
div.np_head {
	color: #90a4a3;
	font-size: 130%;
	font-weight: bold;
	margin: 10px 20px 0px 10px;
	padding: 0px;

}
div.np_date {
	color: #90a4a3;
	font-weight: bold;
	margin: 10px 20px 0px 10px;

}
div.np_pimg {
	margin: 20px 20px 10px 10px;

}

div.np_ptext {
	clear: both;
	padding: 20px 20px 0px 10px;

}
div.np_simg {
	clear: both;
	margin: 20px 20px 10px 10px;

}

div.np_stext {
	clear: both;
	padding: 20px 20px 0px 10px;

}
span#newsprev {
	display: block;
	float: left;
	margin: 30px 20px 0px 12px;
}
span#newsnext {
	display: block;
	float: right;
	margin: 30px 20px 0px 20px;

}
div.ap_pimg {
	margin: 20px 20px 10px 10px;

}

div.ap_ptext {
	clear: both;
	padding: 20px 20px 0px 10px;

}
div.ap_simg {
	clear: both;
	margin: 20px 20px 10px 10px;

}

div.ap_stext {
	clear: both;
	padding: 20px 20px 0px 10px;

}
table.contact_table {
	margin: 20px 20px 10px 10px;
	padding: 0px;

}
td.contact_head {
	font-weight: bold;
	padding-right: 20px;
}
span.join {
	display: block;
	clear: both;
	margin: 10px 0px 20px 0px;
}
a.join {
	font-size: 120%;
	text-decoration: none;
	color: white;
	padding: 3px 5px 5px 5px;
	font-weight: bold;
}
a.join:link, a.join:visited {
	background-color: #6d003e;
	border: 1px solid #b6629f;

}
a.join:hover {
	background-color: #b6629f;
	border: 1px solid #6d003e;

}
a.renew {
	font-size: 120%;
	text-decoration: none;
	color: white;
	padding: 3px 5px 5px 5px;
	font-weight: bold;
}
a.renew:link, a.renew:visited {
	background-color: #7b9c9f;
	border: 1px solid #23595e;

}
a.renew:hover {
	background-color: #23595e;
	border: 1px solid #7b9c9f;

}

hr {
	margin-top: 40px;
}
table.join1 {
	width: 100%;
	margin: 20px 0px 20px 0px;
}
td.join_desc {
	vertical-align: top;
	width: 28%;
	font-weight: bold;
}
td.join_info {
	vertical-align: top;

}
span.price_desc {
	display: block;
	width: 220px;
	float: left;
	margin-left: 11px;
}
span.final_desc {
	display: block;
	width: 220px;
	float: left;
}

span.price_amount {
	display: block;
	width: 120px;
	float: left;
	font-weight: bold;
	text-align: right;
}
div.final_price {
	padding: 10px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #525252;
}
td.card_desc {
	vertical-align: top;
	width: 44%;
	text-align: right;
	font-weight: bold;
	padding-right: 6px;
}
td.card_info {
	vertical-align: top;

}
table.renew_initial {
	width: 90%;
}
td.renew_initial_desc {
	vertical-align: top;
	width: 24%;
	text-align: right;
	font-weight: bold;
	padding-right: 6px;
}
td.renew_initial_info {
	vertical-align: top;

}
div.fa_poetry {
	width: 300px;
	margin: 14px 0px 0px 0px;
	padding: 0px;
}
.fa_poetry p {
	width: 300px;
	padding: 0px;
	margin: -14px 0px 0px 0px;
}
div.join_item {
	clear: both;
	position: relative;
}
div.join_desc {
	width: 25%;
	float: left;
	text-align: right;
	font-weight: bold;
}
div.join_info {
	width: 70%;
	float: right;
}
div.kitfan {
    width: 30%;
    position: absolute;
    height: 60px;
}
p.jpl {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: justify;
    text-align-last: justify;
}

p.jpl:after {
    content: ”;
    display: inline-block;
    width: 100%;
}
p.jpla {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: justify;
}
.next_item {
	float: right;
	z-index: 1000;
	margin-right:-40px;
}
.next_item a {
	width: 50px;
	text-indent:-9999px;
	height: 50px;
	display: block;
	margin: 0;
	border-radius: 25px;
	background:rgb(99, 99, 99) url(/graphics/next_item.png) no-repeat center center;
	box-shadow: 0px 0px 5px 3px rgba(128, 128, 128, 0.4);
}
.next_item a:hover {
	background-color:rgb(152, 152, 152);
}
.previous_item {
	float: left;
	z-index: 1000;
	margin-left:-40px;
}
.previous_item a {
	width: 50px;
	text-indent:-9999px;
	height: 50px;
	display: block;
	margin: 0;
	border-radius: 25px;
	background:rgb(99, 99, 99) url(/graphics/previous_item.png) no-repeat center center;
	box-shadow: 0px 0px 5px 3px rgba(128, 128, 128, 0.4);
}
.previous_item a:hover {
	background-color:rgb(152, 152, 152);
}
