body{
		height:100%;
        margin:0px;
        background-color:#BAC0D6;
}
.staticText{
        color:#000000;
        width:99%;
        font-family: Arial;
        font-size:10pt;
        text-align:justify;
        text-indent:10px;
        margin-top:10px;
        margin-bottom:10px;
}
.formText{
        text-indent: 5px;
        text-align:justify;
        color:#000000;
        font-family: Arial;
        font-size:10pt;
}
.newsText{
        text-align:justify;
        color:#000000;
        font-family: Arial;
        font-size:10pt;
}
label{
        text-indent: 5px;
        text-align:justify;
        color:#000000;
        font-family: Arial;
        font-size:10pt;
}
.formError{
        color:#000000;
        font-family: Arial;
        font-size:10pt;
        color:#FF0000;
        font-weight:bold;
}

.formHeader{
        color:#000000;
        font-family: Arial;
        font-size:12pt;
        font-weight:bold;
        text-align:center;
}

.staticTextCenter
{
        color:#000000;
        width:99%;
        font-family: Arial;
        font-size:10pt;
        text-align:center;
        text-indent:10px;
        margin-top:10px;
        margin-bottom:10px;
}
.staticTextRight
{
        color:#000000;
        width:99%;
        font-family: Arial;
        font-size:10pt;
        text-align:right;
        text-indent:10px;
        margin-top:10px;
        margin-bottom:10px;
}
.staticTextHeader{
        font-family: Arial;
        font-size:13pt;
        color:#000000;
        font-weight:bold;
        text-align:center;
}
ul{
        margin-left:20px;
        margin-top:5px;
        margin-bottom:5px;
}

A
{
        text-decoration: none;
}

A:hover
{
        text-decoration:underline;
}

A.leftMenuAa, A.leftMenuA{
        font-family: Arial;
        font-size:10pt;
        font-weight:bold;
        color:#FFFFFF;
        text-decoration: none;
}
A.leftMenuAa, A.leftMenuA:hover{
        color: #000000;
        text-decoration:underline;
}

A.topMenuAa, A.topMenuA, TD.newstitle A{
        font-family: Arial;
        font-size:10pt;
        font-weight:bold;
        color:#000000;
        text-decoration: none;
}
A.topMenuAa, A.topMenuA:hover, TD.newstitle A:hover{
        color: #FFFFFF;
        text-decoration:underline;
}

A.linksA{
        font-family: Arial;
        font-size:10pt;
        color:#000000;
        font-style:italic;
        text-decoration:none;
}
A.linksA:hover{
        color: #FFFFFF;
        text-decoration:underline;
}

A.photoA{
        color: #0000FF;
        text-decoration:underline;
        border:solid 1px #000000;
}
A.photoA:hover{
        color: #0000FF;
        text-decoration:underline;
}
.newsImage
{
        border-right: 1px solid;
        border-top: 1px solid;
        float: right;
        border-left: 1px solid;
        border-bottom: 1px solid;
        text-align: right;
		margin: 5px;
}
A IMG {border: none};
/*TABLE.border, TABLE.border TD {border:solid 1px black;border-collapse:collapse}
*/
.border {border:solid 1px black;border-collapse:collapse}
TEXTAREA {width:340px;height:172px}