/* 
 * CSS Document for http://www.khgk.com
 * Author: Copper Crow Design 2004 
 */

/* General link attributes */

a:link, a:visited {
	color: #ffffff;
	font-family: "arial", "helvetica", sans-serif;
	font-size: 9pt
}



a:hover, a:active {
	color: #d09d59;
	font-family: "arial", "helvetica", sans-serif;
	font-size: 9pt
}



/* General body attributes */
body {
	margin: 0px; 		/* Margin and abckground image start coordinates */
	background-position: 0px 0px;
	background-color: #4a1f1b;
	font-family: "arial", "helvetica", sans-serif;
	font-size: 9pt;
	color: #ffffff
}



/* default TD contents  */
td {
	font-family: "arial", "helvetica", sans-serif;
	font-size: 9pt;
	color: #ffffff
}



/* default TD QUOTE contents  */
.quote {
	font-family: "arial", "helvetica", sans-serif;
	font-size: 8pt;
	color: #ffffff
	font-style: italic;
	font-weight: bold;
}

/* Use this  Ex: <div class="nameheader">blah blah blah</div> */
.nameheader {
	font-family: "arial", "helvetica", sans-serif;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	color: #87746A
}



/* Use this  Ex: <div class="nameheader">blah blah blah</div> */
.subheader {
	font-family: "arial", "helvetica", sans-serif;
	font-size: 9pt;
	font-style: underlined;
	font-weight: bold;
	color: #d09d59
}

/* Use this  Ex: <div class="footer">blah blah blah</div> */
.footer {
	font-family: "arial", "helvetica", sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #d09d59
}


/* Use this  Ex: <div class="note">blah blah blah</div> */
.note {
	font-family: "arial", "helvetica", sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #9e1f3a
}

.tiny {
	font-family: "arial", "helvetica", sans-serif;
	font-size: 7pt;
	font-weight: bold;
	font-style: italic;
	color: #333333
}

.reg
{
	font-family: "arial", "helvetica", sans-serif;
	font-size: 13;
	font-weight: bold;
	font-style: italic;
	color: #000000
}



/* Use this  Ex: <a id="footerlink" href="blah.htm">>blah blah blah</a> */
a#footerlink {
	font-family: "arial", "helvetica", sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #d09d59
}


