/* MKG Default Page Style Sheet */
/* By Brian L. Ruuska webmaster@website-online.net */

body {
	background: #CC99CC;
	color: black;
	font-family: "Times New Roman", serif;
	font-size: medium;
	margin: 1%;
	text-align: left;
	scrollbar-3d-light-color: #996699;
	scrollbar-arrow-color: #CC00CC;
	scrollbar-base-color: white;
	scrollbar-dark-shadow-color: #808080;
	scrollbar-face-color: #FFF2FF;
	scrollbar-highlight-color: #996699;
	scrollbar-shadow-color: #808080;
}

/* exceptions: ns */
h1 {
	font-size: 180%;
	font-weight: normal;
	line-height: 100%;
	/*margin-top: 0.5em;
	margin-left: 0%;
	color: black;*/
}

h2 {
	font-size: 130%;
	font-weight: normal;
	line-height: 100%;
}

h3 {
	font-size: 110%;
	font-weight: normal;
	line-height: 100%;
}

.simple { /* only used in article.htm */
	text-align: left;
	font-size: 100%;
	line-height: 80%;
	/*text-indent: 5%;
	margin: 5%;*/
}

.normal {
	text-align: left;
	font-size: 100%;
	/*text-indent: 5%;
	margin: 5%;*/
}

.normal span {
	font-size: 70%;
	font-style: italic;
}

/*.caption {
	font-size: 70%;
	font-style: italic;
	font-weight: normal;
	line-height: 100%;
}*/

.footer {
	font-size: 65%;
	text-align: center;
	font-weight: normal;
	line-height: 110%;		
}

.footer a:link {
	color: #333333;
}

/*.header {
	color: gray;
	font-size: 100%;
	font-weight: lighter;
	text-align: center;
	text-transform: capitalize;
}*/

.pageBackground {
	background: white;
	/*font-size: 90%;
	font-weight: lighter;
	font-style: italic;*/
}

.pageQuote {
	font-size: 80%;
	font-weight: lighter;
	font-style: italic;
	line-height: 100%;
}

/*.pageLinks {
	color: #6699cc;
	font-size: 70%;
	font-weight: lighter;
	font-style: normal;
}*/

/*.pageNotes {
	color: #334e80;
	font-size: 60%;
	font-weight: normal;
	line-height: 110%;
}*/

.tableBackground {
	background: #996699;
	color: white;
	font-weight: bold;
	font-size: 90%;
	font-weight: normal;
	line-height: 110%;
}

.tableForeground {
	background: #FFF2FF;
	color: #333333;
	font-size: 85%;
	font-weight: normal;
	line-height: 115%;
}

.tableNavOutline {
	background: #996699;
	color: white;
	font-size: 85%;
	font-weight: normal;
	line-height: 115%;
}

/*.tableNavBackground {
	background: #808080;
	color: white;
	font-size: 85%;
	font-weight: normal;
	line-height: 115%;
}*/

.tableNavForeground {
	background: #FFF2FF;
	color: white;
	font-weight: bold;
	font-size: 85%;
	font-weight: normal;
	line-height: 110%;
}

/*.tableNavForeground a:link {
	color: white;
}

.tableNavForeground a:visited {
	color: #C0C0C0;
}

.tableNavForeground a:active {
	color: #FFF2FF;
}

.tableNavForeground a:hover {
	color: #FFF2FF;
}*/

.tableHilite {
	background: #C0C0C0;
	/*font-size: 60%;
	font-weight: normal;
	line-height: 110%;*/
}

.tableShadow {
	background: #808080;
	/*font-size: 60%;
	font-weight: normal;
	line-height: 110%;*/
}

.menulines {
	border: 2.5px solid white;/* #C0C0C0; */
}

.menulines a{
	text-decoration: none;
	color: black;
}

a:link {
	color: #CC00CC;
}

a:visited {
	color: #996699;
}

a:active {
	color: #FF0DD6;
}

a:hover {
	color: #FF0DD6;
}
	