

table, td, tr, th, form, body
{
    FONT-FAMILY:  verdana, arial, Helvetica; FONT-SIZE: 12px;

}


.top_title
{
    FONT-FAMILY:  verdana, arial, Helvetica; FONT-SIZE: 14px;
}



A {COLOR: #FF8000;TEXT-DECORATION: none}
/A:active {COLOR: #FF8000;FONT-WEIGHT: bold}
/A:link {COLOR: #FF8000;FONT-WEIGHT: bold}
/A:visited {COLOR: #FF8000;FONT-WEIGHT: bold}
A:hover {COLOR: #FF8000;FONT-WEIGHT: none}


.gal A {COLOR: blue;TEXT-DECORATION: none}
.gal A:active {COLOR: blue;FONT-WEIGHT: normal}
.gal A:link {COLOR: blue;FONT-WEIGHT: normal}
.gal A:visited {COLOR: blue;FONT-WEIGHT: normal;}
.gal A:hover {COLOR: #CBDAEF;FONT-WEIGHT: normal}



.Link1 A {COLOR: white;TEXT-DECORATION: none}
.Link1 A:active {COLOR: white;FONT-WEIGHT: normal}
.Link1 A:link {COLOR: white;FONT-WEIGHT: normal}
.Link1 A:visited {COLOR: white;FONT-WEIGHT: normal;}
.Link1 A:hover {COLOR: #CBDAEF;FONT-WEIGHT: normal}


.copyr A {COLOR: #FF9933;TEXT-DECORATION: none}
.copyr A:active {COLOR: #FF9933;FONT-WEIGHT: normal}
.copyr A:link {COLOR: #FF9933;FONT-WEIGHT: normal}
.copyr A:visited {COLOR: #FF9933;FONT-WEIGHT: normal;}
.copyr A:hover {COLOR: #CBDAEF;FONT-WEIGHT: normal}

.copyr
{
    FONT-FAMILY:  verdana, arial, Helvetica; FONT-SIZE: 10px;
}


.secNav A {COLOR: black; FONT-WEIGHT: bold;TEXT-DECORATION: underline}
.secNav A:active {FONT-WEIGHT: normal;COLOR: black;}
.secNav A:link {FONT-WEIGHT: normal;COLOR: black;}
.secNav A:visited {FONT-WEIGHT: normal;COLOR: black;cursor:sw-resize}
.secNav A:hover {FONT-WEIGHT: normal;COLOR: #800000;}



var message="";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}


var win = null;
function NewWindow(mypage,myname,w,h,scroll)
{
mypage.target=myname;
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
TopPosition = TopPosition-70;
settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',noresizable, nomenubar, notoolbar'
open ('',myname, settings);
}

