/*Yamagata JET CSS*/
body
{
    font-family: arial, serif;
    font-size: medium;
    color: #000000;
}

.main_body
{
    font-family: arial, serif;
    font-size: medium;
}

.subhead
{
    font-weight:bold;
}

.abc
{
	text-indent:32pt;
}

p
{
    font-family: arial, serif;
}

p.indent
{
    text-indent: 32pt;
}

p.large
{
    font-size:large;
}

p.page_break
{
    page-break-after: always;
}


p.emphasis
{
    font-weight:bold;
    font-style:italic;
}

h1
{
    font-family: times, serif;
    font-size: x-large;
    text-align: center;
}


h2
{
   font-family: times, serif;
   background-color:#191970;
   color:#FFFFFF;
}

a.external
{
   color: rgb(128,128,128);
}


a.external:hover
{
   font-style: italic;
}

.sidebar
{
	text-align:center;
	font-family: "Tahoma",serif;
	font-size: large;
	color: #AABBCC;
    margin-right: 10px;
    width: 120px;
    padding: 5px;
    background: #aaaaaa;
}
.sidebar a
{
    text-align:center;
    font-family: "Tahoma",times, serif;
    font-weight:bold;
    text-decoration:none;


}

.sidebar a:hover
{
     color: rgb(227,116,047);
}

.sidebar a:active
{

}

.sidebar a:link
{

}

.sidebar a:visited
{

}

.footer
{
	font-family: times, serif;
	text-align:center;
	font-size: x-small;
}

.news
{
    font-family: arial, serif;   
}

.date
{
    font-style:italic;
}

.title
{
    font-weight: bold;
    font-size:medium;
}

.small_title
{
    font-style:italic;
    font-size:small;
}

table
{
   margin: 2px;
   width: auto;
   position: relative;
}

td
{
    padding: 5px;
}

td.spacer
{
    padding:10px;
}

td.header
{
    font-weight: bold;
}

td.index_value
{
    text-decoration: underline;
}

td.compare_value
{
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 10px;
}

td.border
{
    border: 1px solid #aaa;
}

.topic
{
     font-weight: bold;
     margin: 2px;
}

li.image
{
	background-image: url("../images/icons/li_brightblue.gif");
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .6em;
}

li.indent
{
    margin-left: 10px;
}

li.error
{
	background-image: url("../images/icons/silk/warning.png");
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.5em;
}


#language
{
	margin-top:5px;
	margin-bottom: 5px;
    line-height: 100%;
    text-align: center;
    font-size: small;
    font-style: normal;
    font-family: times, sans-serif;
}
