/* K and M Accounting Style Sheet */
/* class declarations*/
.center {text-align: center}

.right {text-align: right}

.left {text-align: left}

.boldText {font-weight: bold}

.theRightMargin {margin-right: 10px}

.theLeftMargin {margin-left: 10px}

ul.circle {list-style-type: circle}

ul.disc  {list-style-type: disc}

ul.theGreen {color: rgb(65,208,165)}

.theGreen {color: rgb(101,184,156)}

.theRed {color: rgb(87,18,36)}

.theYellow {color: rgb(255,250,205)}

.quoteGray {color: rgb(113,117,116)}

.theDisclaimerFont {font-size: 16px}

.theDisclaimerRightMargin {margin-right: 140px}

ul.theFontSize {font-size: 18px}

a:link {color: rgb(87,18,36)}     /* unvisited link */
a:visited {color: rgb(87,18,36)}  /* visited link */
a:hover {color: rgb(101,184,156)}   /* mouse over link */
a:active {color: rgb(113,117,116)}   /* selected link */

/* index page body attributes */
body
{
background-color: rgb(128,128,128); 
/*background-image: url('images/backgroundKnM_03.jpg'); */
font-family: arial;
color: rgb(87,18,36);
font-size: 20px;
}
/* copyright paragraph attributes */
p#p_1_copyright
{
text-align: center;
font-size: 14px;
color: rgb(08,08,104)
}
/* bulletPoint table attributes */
#bulletPointTable
{
background-color: #FFFFFF;
border: 0;
font-size: 18px;
}
/* under construction paragraph */
p#underCon_01
{
text-align: center;
color: rgb(102,0,0);
}
/*disclaimer paragraph */
p#disclaimerParagraph
{
text-align: center;
font-size: 16px;
color: rgb(88,88,104);
}
/* preview window for  server requests */
#previewWin {
	background-color: #FF9;
	width: 400px;
	height: 100px;
	font: .8em arial, helvetica, sans-serif;
	padding: 5px;
	position: absolute;
	visibility: hidden;
	top: 10px;
	left: 10px;
	border: 1px #CC0 solid;
	clip: auto;
	overflow: hidden;
}

#previewWin h1, #previewWin h2 {
	font-size: 1.0em;
}

