/* format styles for toolbar. */
.toolbar { text-decoration : none; font-size : 1px; font-family : Verdana, Arial, Helvetica } 

/* format styles for main text */
.heading { text-decoration : none; color : black; font-size : 20px; font-family : Verdana, Arial, Helvetica; background-color : #C0C0C0; font-weight : bold} 
.txt1 { text-decoration : none; color : black; font-size : 16px; font-family : Verdana, Arial, Helvetica; background-color : #C0C0C0} 
.txt2 { text-decoration : none; color : black; font-size : 15px; font-family : Verdana, Arial, Helvetica; background-color : #C0C0C0} 
.txt3 { text-decoration : none; color : black; font-size : 14px; font-family : Verdana, Arial, Helvetica; background-color : #C0C0C0; font-weight: bold} 
a.link1 { text-decoration : none; color : black; font-family : Verdana, Arial, Helvetica; font-size : 16px; background-color : #C0C0C0}
          /* above def is for netscape which does not understand following IE links */
a:link.link1 { text-decoration : none; color : black; font-family : Verdana, Arial, Helvetica; font-size : 16px; background-color : #C0C0C0}
a:hover.link1 { text-decoration : none; color : white; font-family : Verdana, Arial, Helvetica; font-size : 16px; background-color : #C0C0C0}

//.body {background-image: url('bg.jpg');background-repeat: repeat; background-color:#000000}

body {background-color:#C0C0C0}

iframe {height:620px; background-color : #C0C0C0;}
.iframetable {background-color : #C0C0C0}
tr, tr, td {background-color: #C0C0C0}

p { text-decoration : none; color : black; font-size : 14px; font-family : Verdana, Arial, Helvetica; background-color: #C0C0C0} 

html{
scrollbar-base-color: #C0C0C0;
scrollbar-arrow-color: black;
scrollbar-track-color: #C0C0C0;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black; 
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
}