﻿.dbformTxt
{
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
    font-family: Arial;
    background-color: blue;
}

.dblink:hover
{
    font-size: 12pt;
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

.dblink:link, .dblink:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    padding: 3px 5px 3px 5px;
    color: #000000;
}

/* news and project detail styles */

.projecttitle
{
    font-size: 18pt;
    font-weight: bold;
    width: 440px;
    background-color: #741374;
    color: #FFFFFF;
    padding:0 5px 0 5px;
}

.detailtext
{
    font-size: 9pt;
    text-align: justify;
   
}

.headingtext
{
    font-size: 10pt;
    color: #741374;
    text-transform: uppercase;
    font-weight: bold;
}

.popupstyle
{
    margin: 0 5px 0 10px;
}