body 
{
font-family: sans-serif;
font-size: 10pt;
}

/*				div handlers */

div.whole
{
width: 990px;
}

div.title
{
padding-top: 15px;
padding-bottom: 5px;
background-color: #0099ff;
text-align: center;
width: 990px;
border-left: double #ff0099;
border-left-width: 10px;
border-top: double #ff0099;
border-top-width: 10px;
}

div.linx
{
padding-top: 20px;
background-color: #0099ff;
width: 230px;
height: 700px;
float: left;
border-left: double #ff0099;
border-left-width: 10px;
}

div.content
{
bottom-margin: 5px;
width: 740px;
height: 700px;
float: right;
overflow: auto;
}

div.bottom
{
padding-top: 3px;
padding-bottom: 3px;
width: 990px;
text-align: center;
clear: both;
}




/*				link handlers */
a {color: white; font-size: 10pt; text-decoration: none; background-color: inherit;}
a.norm {color: blue; font-size: 10pt; text-decoration: none; background-color: inherit;}
a.mini {color: blue; font-size: 10pt; text-decoration: none; background-color: inherit;}

a:hover {color:red; font-size: 10pt; text-decoration: none; background-color: inherit;}
a.norm:hover {color:blue; font-size: 10pt; text-decoration: underline; background-color: inherit;}
a.mini:hover {color:blue; font-size: 10pt; text-decoration: underline; background-color: inherit;}

/*				text handlers */

h3.header
{
font-size: 14pt;
text-align: center;
color: black;
}

h2
{
}

p.bold
{
font-weight: bold;
}

.sub
{
font-size: large;
font-weight: bold;
}

p.hlist
{
display: ;

}

p.mini
{
text-align: center;
font-size: 10pt;
}

/*				image handlers */

img
{
border: none;
}

img.inset
{
float: right;
border: thin solid black;
margin: 0px 10px 10px 10px;
}

img.thumb
{
float: left;
border: thin solid black;
}

img.pic
{
padding-right: 20px;
padding-left: 20px;
}

img.picz
{
vertical-align: middle;
display: inline;
}



/*				table handlers */


ul {list-style-type: none; list-style-image: url(images/pinkball.jpg);}











