@page rotated
{
	size: landscape;
	margin: 1cm;
}
body
{
    font-size: 9pt;
    font-family: arial, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:white;
	page: rotated;
}
.title
{
    font-size: 15pt;
    font-family: arial, sans-serif;
	color: navy;
	text-align: center;
}
.leftnav
{
	font-family:arial, sans-serif;
	color:blue;
}
.leftnav a
{
    font-weight: bold;
    font-size: 9pt;
    color: navy;
    font-family: arial;
    text-decoration: none;
}
.leftnav a:hover
{
    font-weight: bold;
    font-size: 9pt;
    color:blue;
    font-family: arial;
    text-decoration: none;
}
.text {
    font-weight: normal;
    font-size: 9pt;
    color: black;
    font-family: arial, sans-serif;
	text-align: left;
}
.text a{
    font-weight: normal;
    font-size: 9pt;
    color: navy;
    font-family: arial, sans-serif;
	text-decoration: none;
}
.text a:hover{
    font-weight: normal;
    font-size: 9pt;
    color: red;
    font-family: arial, sans-serif;
	text-decoration: underline;
}
.textsmall {
    font-weight: normal;
    font-size: 9pt;
    color: black;
    font-family: arial, sans-serif;
}
.textsmall a{
    font-weight: normal;
    font-size: 8pt;
    color: blue;
    font-family: arial, sans-serif;
	text-decoration: none;
}
.textsmall a:hover{
    font-weight: normal;
    font-size: 8pt;
    color: blue;
    font-family: arial, sans-serif;
	text-decoration: none;
}
.copytext
{
    font-family: arial,sans-serif;
    font-size: 8pt;
    color: black;
}
.copytext a
{
    font-family: arial,sans-serif;
    font-size: 8pt;
    color: navy;
	text-decoration: none;
}
.copytext a:hover
{
    font-family: arial,sans-serif;
    font-size: 8pt;
    color: red;
	text-decoration: underline;
}
.bottomindex
{
    font-family: verdana,sans-serif;
    font-size: 8pt;
    color: black;
}
.bottomindex a
{
    font-family: verdana,sans-serif;
    font-size: 8pt;
    color: blue;
	text-decoration: none;
}
.bottomindex a:hover
{
    font-family: verdana,sans-serif;
    font-size: 8pt;
    color: blue;
	text-decoration: underline;
}
ol {
    font-weight: normal;
    font-size: 9pt;
    color: black;
    font-family: arial, sans-serif;
	text-align: justify;
}
ul {
    font-weight: normal;
    font-size: 9pt;
    color: black;
    font-family: arial, sans-serif;
	text-align: justify;
	list-style-image: url('images/ul-orange.gif');
}
dl {
    font-weight: normal;
    font-size: 9pt;
    color: black;
    font-family: 'courier new', serif;
	text-align: left;
}
.news
{
    font-family: arial,sans-serif;
    font-size: 8pt;
    color: #909090;
}
.news a
{
    font-family: arial,sans-serif;
    font-size: 8pt;
    color: blue;
	text-decoration: none;
	font-weight:bold;
}
.news a:hover
{
    font-family: arial,sans-serif;
    font-size: 8pt;
    color: blue;
	text-decoration: underline;
	font-weight:bold;
}
.textbox {
    font-weight: normal;
    font-size: 9pt;
    color: black;
    font-family: arial, sans-serif;
	text-align: 'left';
	border-left: 1px navy solid;
	border-top: 1px navy solid;
	border-right: 1px navy solid;
	border-bottom: 1px navy solid;
}
.bttn {
    font-weight: bold;
    font-size: 9pt;
    color: navy;
    font-family: arial, sans-serif;
	text-align: 'center';
	border-left: 1px red solid;
	border-top: 1px red solid;
	border-right: 1px red solid;
	border-bottom: 1px red solid;
	background-color: white;
	cursor: hand;
}
