.bold12{
	font-size: 12px;
	font-weight: bold;
}


/****************************************************************************************************/
/* basic elements
/****************************************************************************************************/

.alt_text {
	display: none;
}
.noprint {
display: none;
}
body, p, div, td, th, select, option, a, li  {
	font-family: verdana,helvetica,serif;
	font-size: small;
	color: #000000;
	padding: 0;
}
.hyperlink a, a	{
    color: #0000FF;
 	text-decoration: underline;
 /*       background-color: #ffffff; */
 }
        a:hover{
        color: #FF0000;
 /*text-decoration: underline;   JTW removed to kill underline in picture captions */
 /*      background-color: #ffffff; */
}

body 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: Black;
    padding: 10px;
}
table  tr td 
{
    font-size: 10pt;
    border: solid 1px black;
    padding: 0px;
    cellspacing: 0;
    vertical-align: top;
}
.solid tr td
{
    border: solid 1px black;
}

.box
{
    background-color: rgb(255, 238, 119);
    /*border: solid 2px gainsboro;*/
    padding: 2px;
	max-width:1000px;
	overflow:wrap; 

}
.box  h1
{
    font-size: large;
    font-weight: bold;
    color: #0000AA;
}


.listbox 
/* box for list pages */
{
    background-color: rgb(255, 238, 119);
    /*border: solid 2px gainsboro;*/
    padding: 2px;
	max-width:1000px;
	overflow:wrap; 

}
.listbox  h1
{
   font-size: large;
   font-weight: bold;
   color: #0000AA;
}

caption {
	display: none;
}

/****************************************************************************************************/
/* header structure and style*/
/****************************************************************************************************/

h1 {
	font-size: large;
	font-weight: bold;
	color: #555753;
}
h2 {
	font-size: medium;
	font-weight: bold;
	color: #555753;
}


.bold {font-weight: bold;}

/****************************************************************************************************/
/* structure
/****************************************************************************************************/



