/* CSS Document */

.text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}
	.text a:link { color: #004F27; text-decoration: underline; }
	.text a:visited { color: #CDA640; text-decoration: underline; }
	.text a:hover { color: #CDA640; text-decoration: underline; }
	.text a:active { color: #000000; text-decoration: underline;
}
.greensubheadlg {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #004F27;
	font-style: normal;
  text-align:center;
}
.greensubheadsm {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #004F27;
	font-style: normal;
  text-align:center;
}
.smalltext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}
	.smalltext a:link { color: #004F27; text-decoration: underline; }
	.smalltext a:visited { color: #006f37; text-decoration: underline; }
	.smalltext a:hover { color: #CDA640; text-decoration: underline; }
	.smalltext a:active { color: #000000; text-decoration: underline;
}
.navbg {
  background-image: url('images/nav_bkgd.jpg');
}
.nav {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	color: #CDA640;
	font-style: normal;
  text-align: center;
	text-decoration: none;
}

.blink {
        text-decoration: blink;
        text-align: center;
        color: #ff0000;
        font-weight: bold;
}

	.nav a:link { color: #004F27; text-decoration: none; }
	.nav a:visited { color: #004F27; text-decoration: none; }
	.nav a:hover { color: #CDA640; text-decoration: none; }
	.nav a:active { color: #000000; text-decoration: none;
}

body {
	margin-top: 0px;
  background-image: url('images/khsaa_bkgd.jpg');
}

.style1 {
  color: #CC0000;
  font-weight: bold;
}

.toplowerborder {
  background-image: url("images/border.gif");
  background-repeat: repeat-x;
}


li.link {
        list-style: disc;
        color:#006331;
        text-align:left;
}

ul.listlink {
        padding-left:90px;
}

/*LI.list2 {
          list-style: square inside;
          color:blue
}*/

.listtext {
        color:black
        text-align:left;
}

a.listlink:link {
        color: #004F27;
        text-decoration: underline;
        text-align:left;
       	font-family: Tahoma, Arial, Helvetica, sans-serif;
      	font-size: 14px;
}
a.listlink:visited {
        color: #006f37;
        text-decoration: underline;
        text-align:left;
       	font-family: Tahoma, Arial, Helvetica, sans-serif;
      	font-size: 14px;
}
a.listlink:hover {
        color: #CDA640;
        text-decoration: underline;
        text-align:left;
       	font-family: Tahoma, Arial, Helvetica, sans-serif;
      	font-size: 14px;
}
a.listlink:active {
        color: #000000;
        text-decoration: underline;
        text-align:left;
       	font-family: Tahoma, Arial, Helvetica, sans-serif;
      	font-size: 14px;
}



