/* text style begin */
.title2
{
font: bold 18px serif;
text-align: center;
color: blue;
}
.title2silver
{
font: italic bold 18px serif;
text-align: center;
color: blue;
background-color: silver;
clear: both;
}
.title3
{
font-weight: bold;
font-family: serif;
color: green;
text-align: center;
}
span.title
{
font: bold 16px arial;
color:red;
}
.text_body
{
font: 14px/18px arial;
text-align: justify;
}
.ref
{
font: italic 13px arial;
color: blue;
}
table.tableh
{
border-top: 2px solid grey;
border-bottom: 1px solid grey;
text-align:center
}
table.tablec
{
border-bottom: 2px solid grey;
text-align: center;
}
div.courtesy
{
font-size: 12px;
text-align: right;
}
.figure
{
font-size: 14px;
text-align: center;
line-height: 15px;
}
.center
{
text-align: center;
}
.left
{
text-align: left;
}
.right
{
text-align: right;
}
.justify
{
text-align: justify;
}
.header4
{
padding: 5px 0px;
color: green;
size: 16px;
font-weight: bold;
text-align: center;
}
.header5
{
padding: 5px 0px;
color: darkblue;
size: 14px;
font-style: italic;
font-weight: bold;
text-align: center;
}
/* text styles end */

/* other styles */
img.no_border
{
border: 0;
margin: 0px;
background-color: transparent;
}
img.outset
{
border: 3px outset;
}
div.right
{
float: right;
margin: 5px 0px 5px 5px;
text-align: justify;
}
div.fig_right
{
float: right;
margin: 5px;
text-align: justify;
font-size:12px;
}
img.right
{
float: right;
margin: 5px 0px 5px 5px;
}

img.outset2px
{
border: 2px lavender outset;
}
div.phaselist_header
{
color:black;
font-size: 14px;
}
div.phaselist
{
color:blue;
padding: 0px 0px 0px 15px;
}
.phaselist2
{
border-left: 2px dotted gray;
border-bottom: 2px dotted gray;
color: blue;
font-size: 12px;
padding: 0px 0px 10px 10px;
margin-left: 10px;
margin-bottom: 10px;
}
hr.long
{
clear: both;
}

div.tabCaption
{
text-align: justify;
font-size: 12px;
margin: 15px 20px 5px 20px;
}
div.tabCaptionC
{
text-align: center;
font-size: 12px;
margin: 15px 20px 5px 20px;
}
table.tableT
{
border-top: 1px solid gray;
text-align: center;
font-size: 12px;
font-weight: bold;
}
table.tableB
{
border-top: 1px solid gray;
border-bottom: 1px solid gray;
margin-bottom: 15px;
text-align: center;
font-size: 12px;
}
table.tableL
{
border-top: 1px solid black;
border-bottom: 1px solid black;
margin-bottom: 15px;
text-align: center;
font-size: 12px;
}
td.tdhead
{
border-bottom:1px solid black;
}