/* Filename: screen.css */

A {
	color: #0000CD;
}	

A:Hover  {	background-color : #666666;
					color : White;
        			text-decoration : none;}

A:ACTIVE {text-decoration : none;
        
}

A:VISITED {
        
}

A:LINK {
        
}

A:HOVER.head {}

A.head {
        background-color : silver;
        color:#336699;
        padding-top: 5px;
        padding-left:5px;
        padding-right:5px;
        padding-bottom:5px;
        padding:5px;
		text-decoration : none;
        }

A.head:Hover {font-style:italic;color:white} 

/*
.disabled {background-color : #336699; 
        color: silver;}
*/
.ScreenOnly {visibility:visible}

.printOnly {
        visibility:hidden;
        display:none;
        font-size:0pt;
        width:0pt;
        height:0pt;}
        
/*      
.MenuBarActive {
        background-color : LightGrey;
        text-align:center;
        color : darkblue;
        font-weight : bold;
        list-style : outside;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-style : italic;
        font-size : 12pt;
}

.MenuBarInActive {
        background-color : Gray;
        text-align:center;
        color : LightGrey;
        font-weight : normal;
        list-style : outside;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-style : italic;
        font-size : 12pt;
}
        
.tabletop {
border-top-width : thin;
border-bottom-width : 0px;
border-left-width : thin;
border-right-width : thin;
border-color: blue;
}       

.tablebottom {
border-top-width : 0px;
border-bottom-width : thin;
border-left-width : thin;
border-right-width : thin;
}       

.TopHeader  {
        background-color : LightGrey;
        text-align:center;
        color : darkblue;
        list-style-type : none;
        font-weight : bold;
        list-style : outside;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-style : italic;
        font-size : 12pt;
}

.TopHeader2  {
        background-color : #336699;
}

H1.TopHeader2 {text-align:CENTER; color : white;}
H3.TopHeader2 {color:silver; text-align:left}
DIV.TopHeader2 {font-size:smaller;color:silver}
*/