/*
color : # 033E1F;
color : # FF6B4D;
*/

body {
    background-color : white;
    color : #415C57;
    font-family: "Times New CE", "Times CE", "Times New Roman", serif;
    font-size : 12px;
  }


a,a:visited,a:link {
    font-weight: bold;
    color : #033E1F;
  }

.menu a {
    text-decoration: none;
    color : #033E1F;
}

td a {
color: white;
}

a:hover {
    color: #FF6B4D;
    background-color: #415C57;
  }


img {
    border: 0px;
  }

td{
 vertical-align: middle;
}


.kc,.kb,.kt,.mkc,.mkb,.mkt {
    width:30px;
    height:30px;
    text-align: center;
    background-color: white;
    color: white;
    cursor : default;
    display: block;
    font-size : 18px;
    border:0px;
    text-transform: capitalize;
    vertical-align : text-bottom;
	 line-height: 30px;
    text-decoration: none;
  }

.kt,.mkt {
    color: white !important;
}

.kt:hover,.mkt:hover,.mkc:hover {
    color: #FF6B4D !important;
    background-color: black;
}

.kc:hover {
 background-color: white;
}



.kb:hover,.mkb:hover {
    color: #FF6B4D;
    background-color: #415C57;
}

.mkc,.mkb,.mkt {
    width:15px;
    height:15px;
	 line-height: 15px;
    font-size : 9px;
}

.rul_v,.rul_h {
background-color : #FF6B4D; 
height : 1px; 
position : absolute; 
font-size:1px;
}

.rul_v {
width : 1px; 
}


.content {
	left: 300px; 
	top:  150px; 
	width: 590px; 
	position: absolute; 
	font-size:12px; 
	text-align: justify; 
	padding: 0px;
}

.pipe {
 color: #FF6B4D;
}

li {
list-style-type: disc;
}

h1, h2, h3 {
color : #FF6B4D;
}

.paticka a {
	color: gray;
    text-decoration: none;
    font-weight: normal;
}

.paticka a:hover {
  background-color: white;
  color: gray;
}