﻿
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}

a					{ color:#666; text-decoration:underline; cursor:pointer; }
a:visited			{ color:#786e51; }
a:hover				{ color:#000; }
a.aCur, a:active	{ color:#ab1016; }

em		{ font-style:italic; }

h1, h2, h3, h4 {
	margin: 1.5em 0px 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
}
h1		{ font-size:22pt; }
h2		{ font-size:19pt; }
h3		{ font-size:17pt; color:#c00; }
h4		{ font-size:13pt; }

p		{ margin:12px 0; }


.buttonL1	{ display:inline-block; width:178px; height:42px; padding:0;
	line-height:42px; font-size:12pt; font-weight:normal; text-align:center; color:#666; text-decoration:underline;
	border:solid 1px #dfcca2;
	background-color:#f3eddd;
	background-image: -webkit-linear-gradient(top, #dfcca2, #f3eddd);		/* For Chrome and Safari */
	background-image:    -moz-linear-gradient(top, #dfcca2, #f3eddd);		/* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(top, #dfcca2, #f3eddd);		/* For pre-releases of IE 10*/
	background-image:      -o-linear-gradient(top, #dfcca2, #f3eddd);		/* For old Opera (11.1 to 12.0) */
	background-image:         linear-gradient(to bottom, #f3eddd, #dfcca2); /* Standard syntax; must be last */
}
.buttonL1:hover, a.buttonL1:focus		{ color:black; background-image:none; background-color:white; }
.buttonL1.aCur, a.buttonL1:active		{ color:#ab1016; background-image:none; background-color:white; }
.buttonL1:visited						{ color:#786e51; }

.buttonL1[disabled], .buttonL1[disabled]:hover {
	background: #e5e3df;
	color: #999;
	cursor: default;
	text-decoration: none;
}


a.buttonL2	{ display:inline-block; width:auto; font-size:1em; font-weight:bold; text-decoration:underline; }


hr	{ border:none; border-bottom:1px solid #97bf0d; margin:25px 0px; }

.wiki table		{ width:100%; border-bottom:solid 1px #786e51; border-left:none; border-right:none; }
.wiki table th, .wiki table td		{ border-collapse:collapse; border:solid 1px #786e51; border-width:0 1px; padding:3px 6px; }
.wiki table th		{ background-color:#dfcca2; font-size:10pt; font-weight:bold; font-family:georgia,serif; }
.wiki table tr		{ background-color:#f3eddd; font-size:10pt; }
.wiki table tr:nth-child(even)	{ background-color:#fff; }
.wiki table th:first-child, .wiki table td:first-child		{ border-left:none; }
.wiki table th:last-child, .wiki table td:last-child		{ border-right:none; }


