/* ----------------------------------------------------------------------------
   KLC.CSS                                                           STYLESHEET
   ----------------------------------------------------------------------------
   website: http://www.klcfloatingdecks.com
   author:  george lewe
   ---------------------------------------------------------------------------- */


A:LINK    { color : #0000A0; }
/* A:ACTIVE  { color : #0000A0; }
A:VISITED { color : #0000A0; } */
A:HOVER   { text-decoration: underline }


BODY {
    background-color : #99bbcc;
    margin-left : 12px;
    margin-top : 12px;
}

A {
	color : #0000A0;
    font-family : Verdana, Helvetica, Arial, sans-serif;
    font-size : 8pt;
    text-align : left;
	 text-decoration:none;
}

P,UL,TD {
    font-family : Verdana, Helvetica, Arial, sans-serif;
    font-size : 8pt;
    text-align : left;
	 text-decoration:none;
}

.small {
    font-size : 7pt;
}


/*------------------------------------------------------------------------------
  BANNER
------------------------------------------------------------------------------*/
td.banner {
    background-color : #668899;
}


/*------------------------------------------------------------------------------
  MENU
------------------------------------------------------------------------------*/
td.menu {
    background-color : #1E234B;
    color : #FFFFFF;
    font-weight : bold;
    font-size : 8pt;
    height : 20pt;
    text-align : left;
}

a.menu {
    color : #FFFFFF;
    font-weight : bold;
    font-size : 8pt;
}


/*------------------------------------------------------------------------------
  NAV
------------------------------------------------------------------------------*/
a.nav {
    color : #0000A0;
}

td.nav {
	background-color : #668899;
    color : #000000;
	font-size : 8pt;
    text-align : center;
}

td.navlink {
	color : #000080;
	font-size : 8pt;
    height : 12pt;
}

td.navheader1 {
	background-color : #800000;
    color : #FFFFFF;
	font-size : 8pt;
	font-weight : bold;
    height : 16pt;
}

td.navheader2 {
	background-color : #82826E;
    color : #FFFFFF;
	font-size : 8pt;
	font-weight : bold;
    height : 16pt;
}

td.navbizcard {
    color : #BBDDEE;
	font-size : 8pt;
    text-align : center;
}

/*------------------------------------------------------------------------------
  MAIN
------------------------------------------------------------------------------*/
table.main {
	background-color : #99BBCC;
}

td.main {
	background-color : #99BBCC;
    color : #000000;
	font-size : 8pt;
    text-align : center;
	vertical-align : top;
}

a.main {
    color : #0000A0;
}

.hl1 {
    background-color : #99BBCC;
    color : #000000;
    font-weight : bold;
    height : 20pt;
}

.hl2 {
    background-color : #99BBCC;
    color : #000000;
    font-size : 8pt;
    font-weight : bold;
    height : 20pt;
}

A.hl2 {
    color : #FFFF00;
    font-size : 8pt;
    font-weight : bold;
}


/*------------------------------------------------------------------------------
  FEEDBACK
------------------------------------------------------------------------------*/
table.feedback {
    padding : 4px 4px 4px 4px;
    border : 1px solid #446677;
}

/*------------------------------------------------------------------------------
  FOOTER
------------------------------------------------------------------------------*/
td.footer {
   color : #446677;
	font-size : 7pt;
   text-align : center;
}

a.footer {
   color : #446677;
	font-size : 7pt;
}


/*------------------------------------------------------------------------------
  FOOTER2
------------------------------------------------------------------------------*/
td.footer2 {
   color : #99BBCC;
	font-size : 7pt;
   text-align : center;
}

a.footer2 {
   color : #99BBCC;
	font-size : 7pt;
}

