/* 
* Author      : Hansaka Weerasingha
* Description : The default styles are defined in this file.
*/

root {
    display: block;
}

body,td,th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #3A7DDA;
}

body {
    background-image: url(../images/bgs/001.jpg);
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-position: bottom center;
    background-color: #FFFFFF;
}

table {
    text-align:left;
}

a {
    font-size: 11px;
    color: #3A7DDA;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #005C8F;
}

a:hover {
    text-decoration: underline;
    color: #005C8F;
}

a:active {
    text-decoration: none;
    color: #3A7DDA;
}

.style1 {
    color: #FF0000
}

.header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000099;
    font-weight: bold;
}

.border {
    border: 0px solid #000000;
    background: url(../images/bg.png);
}

.redtext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FF0000;
}

.subheading {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

.txtbox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    border: 1px solid #666666;
}

.body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}


/* ======== Style for old pages ======== */

.old td { padding:5px 10px; }
.old td table td { padding:0px; }
.style {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}
.indexnev {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
.bluebox {
    border: 1px solid #5E85BF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}
.nevhighlight {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FF9900;
    text-decoration: none;
}
.nevblue {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #3F5AA8;
    text-decoration: none;
}
.graytext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
    text-decoration: none;

}
.heading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #3F5AA8;
}
a.main {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
a.sub {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
    text-decoration: none;
}
a.link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #0000FF;
    text-decoration: underline;
}
a.link:hover {
    text-decoration:none;
}
.subHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    font-weight: bold;

}
.card {
    color: #000000;
    border: 1px solid #CCCCCC;
}
.txtBlack {
    color: #000000;
}
.textbalckbold {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}
.headingCopy {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #3F5AA8;
}
.redtext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FF0000;
}
.bottomDot {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: dotted;
    border-right-style: dotted;
    border-bottom-style: dotted;
    border-left-style: dotted;
    border-top-color: #999999;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
}
