/* style.css by Komputions.com */

TABLE { text-align: justify; }
A {
 color: #555555;
 background-color: inherit;
 font-family: "Times New Roman", Arial, Sans-Serif;
 font-size: 16px;
 text-decoration: underline;
}
A:visited {
 background-color: inherit;
 color: #777777;
}
.hover_ul A {
 font-family: "Times New Roman", Arial, Sans-Serif;
 text-decoration: none;
}
.hover_ul A:hover { text-decoration: underline; }
.nav_ul A {
 font-family: "Times New Roman", Arial, Sans-Serif;
 text-decoration: none;
}
.nav_ul A:hover { border-bottom: 1px solid white; }
.link_box A {
 /* border: 1px solid white; */
 font-family: "Times New Roman", Arial, Sans-Serif;
 padding: 0px 3px 0px 3px;
 text-decoration: none;
}
.link_box A:hover {
 border: 1px outset;
 padding: 0px 2px 0px 2px;
 text-decoration: none;
}
.lnk_left A {
 /* border-left: 1px solid white; */
 font-family: "Times New Roman", Arial, Sans-Serif;
 padding: 0px 3px 0px 3px;
 text-decoration: none;
}
.lnk_left A:hover {
 border-left: 1px solid #555555;
 padding-left: 2px;
 text-decoration: none;
}
.lnk_nav A {
 border: 1px solid white;
 font-family: "Times New Roman", Arial, Sans-Serif;
 padding: 0px 2px 0px 2px;
 text-decoration: none;
}
.lnk_nav A:hover {
 background-color: inherit;
 border-top-width: 0px;
 border-bottom-width: 0px;
 border-left: 1px solid #333333;
 border-right: 1px solid #333333;
 color: #333333;
 padding: 0px 2px 0px 2px;
 text-decoration: none;
}
BODY {
 background-color: #FFFFFF;
 color: #000000;
 font-family: "Times New Roman", Arial, Sans-Serif;
 font-size: 16px;
}
IMG { border-style: none; }
INPUT {
 background-color: #FFFFFF;
 border: 1px solid #777777;
 color: #555555;
 font-family: Verdana, Arial, "Times New Roman", "MS Sans Serif", Sans-Serif;
 font-size: 8pt;
}
SELECT {
 background-color: #FFFFFF;
 color: #555555;
 font-family: "MS Sans Serif", Sans-Serif;
 font-size: 10pt;
}
TEXTAREA {
 background-color: #FFFFFF;
 border: 1px solid #777777;
 color: #555555;
 font-family: "MS Sans Serif", Sans-Serif;
 font-size: 10pt;
}
TD {
 background-color: inherit;
 color: #000000;
 font-family: "Times New Roman", Arial, Sans-Serif;
 font-size: 16px;
}
/* Table with caption and seperated */
.tbl_cap_sep TABLE {
 border-top: none;
 border-left: 1px solid #777777;
 border-right: none;
 border-bottom: none;
}
.tbl_cap_sep CAPTION {
 border-top: 1px dashed #777777;
 border-bottom: 1px dashed #777777;
 border-left: 1px solid #777777;
 border-right: 1px solid #777777;
}
.tbl_cap_sep TD {
 border-top: none;
 border-bottom: 1px solid #777777;
 border-left: none;
 border-right: 1px solid #777777;
}
/* Table with caption and not seperated */
.tbl_cap_tbl {
 border-top: none;
 border-bottom: 1px solid #777777;
 border-left: 1px solid #777777;
 border-right: 1px solid #777777;
}
.tbl_cap_tbl2 TABLE {
 border-top: none;
 border-bottom: 1px solid #777777;
 border-left: 1px solid #777777;
 border-right: 1px solid #777777;
}
.tbl_cap_cap {
 border-top: 1px dashed #777777;
 border-bottom: 1px dashed #777777;
 border-left: 1px solid #777777;
 border-right: 1px solid #777777;
}
/* Table with no caption and seperated */
.tbl_ncap_sep TABLE {
 border-top: 1px solid #000000;
 border-bottom: none;
 border-left: 1px solid #000000;
 border-right: none;
}
.tbl_ncap_sep TD {
 border-top: none;
 border-bottom: 1px solid #000000;
 border-left: none;
 border-right: 1px solid #000000;
}