/* ######### CSS for ISI Default Page Style ######### */

/* NORMAL BODY STYLE */
body{
background: #FFFFFF url('isi_www_background_bluediag2.jpg') repeat;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;
}

/* NORMAL LINKS STYLE */
a:link {color: #FFFFFF; text-decoration: underline; }
a:active {color: #FFFFFF; text-decoration: underline; }
a:visited {color: #FFFFFF; text-decoration: underline; }
a:hover {color: #FFFFFF; text-decoration: underline; }

/* TEXT STYLE 1 */
style1{
color: white;
background-color: auto;
letter-spacing:0px;
font-family:Avalon;
font-size:1em;
font-weight:bold;
text-decoration:none;
}

/* TEXT STYLE 2 */
style2{
color: white;
background-color: auto;
letter-spacing:0px;
font-family:Verdana,Arial;
font-size:.75em;
font-weight:norma1;
text-decoration:none;
}

/* SMALL TEXT STYLE 1 */
ministyle1{
color: white;
background-color: auto;
letter-spacing:0px;
font-family:Verdana,Arial;
font-size:.65em;
font-weight:norma1;
text-decoration:none;
}

/* SMALL TEXT STYLE 2 */
ministyle2{
color: white;
background-color: auto;
letter-spacing:0px;
font-family:Verdana,Arial;
font-size:.65em;
font-weight:norma1;
text-decoration:none;
}


.tabsmenuclass ul{
overflow: hidden;
width: 900px;
height: 16px;
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenuclass li{
float: left;
width: 100px;
}

.tabsmenuclass a{

display: block;
padding: 4px 0px;
background: #000000 url('bkgd.jpg');
color: #000099;
margin-right: 0px;
text-decoration: none;
text-align: right;
font: bold 11px Arial;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
background: black;
color: white;
}