/* CSS Document */


body {
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
    }


a {
	color: #000000;
    font-size:14px;
	text-decoration:none;
	}
	
a:hover {
	color: #FF0000;
	font-size:14px;
	text-decoration:none;
	}

/* ID Styles */
#navigation a {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	text-decoration: none;
	}
	
#navigation a:hover {
        	        font: Verdana, Arial, Helvetica, sans-serif;
					font-size: 14px;
					color:#FFFFFF;
					background:#FF6400;
	                }


/* Class Styles */

.ktn-strok-101{
         border: thin; 
         border-color: #0066CC; 
		 border-style: solid; 
		 border-width: 1;
        }
.ktn-strok-102{
         border: thin; 
         border-color: #006400; 
		 border-style: solid; 
		 border-width: 1;
        }
.ktn-strok-103{
         border: thin; 
         border-color: #FF0000; 
		 border-style: solid; 
		 border-width: 1;
        }


.TextTitle {
           font-family: Verdana, Arial, Helvetica, sans-serif; 
		   font-size: 16px; 
		   font-weight: bold;
		   color: #FFFFFF; 
		   text-decoration: none;
		   text-align:center;
		   vertical-align:bottom;
		   padding-bottom: 3px;
           }

.TextTitle-02 {
           font-family: "Courier New", Courier, monospace; 
		   font-size: 17px;
		   color: #FFFFFF; 
		   text-decoration: none;
		   text-align:center;
		   vertical-align:bottom;
           }

.no  {
     font: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 14px;
	 color: #003366;
	 padding-left: 3px;
     }
