@charset "iso-8859-1";
/*@import "mystyle.css";*/
@import url("page_format.css");

/*a:visited	{color: navy; font-weight: bold}
a:link	{color: navy; font-weight: bold}
span.new{color: yellow; background-color: navy; font-weight: bold; border: solid red 1px; padding: 1 5 1 5}
hr		{height: 5px; background-color: #123456}
p, ol	{font-size: 10pt; text-align: justify}*/

/*a:visited	{color: blue; font-weight: bold; text-decoration: none; background-color: white}*/
/*a:visited	{color: blue; font-weight: bold; text-decoration: none;}*/
/*a:link	{color: yellow; font-weight: bold; text-decoration: none; background-color: blue}*/

span.new{color: yellow; background-color: navy; font-weight: bold; border: solid red 1px; padding: 1 5 1 5}
span.newer{color: navy; background-color: yellow; font-weight: bold; border: solid red 1px; padding: 1 5 1 5}
.default_body	{background-color: #0066aa; font-size: 10pt; font-family: arial}/*Customized for the Degault page, may also be used with a <div> tag,*/
.body_content	{background-color: white; padding: 10; font-size: 10pt; font-family: arial}/*Typically to be used with a <div> tag*/

ul.hiindent,ol		{margin-left: 140; }

/*Customized table to be used as main body on default page*/
table.def_body{border-width: 0; background-color: #0066aa; font-size: 10pt; font-family: arial}
/*table to be used as main body on any page*/
table.main_body{border-width: 0; width: 100%; font-size: 10pt; font-family: arial}
/*table cell layout for all pages*/
td.lt_main	{width: 16%;}
td.ctr_main	{background-color: white; vertical-align: top; font-size: 10pt; font-family: arial; padding: 1 15 1 15}/*Used to display the body content of each document*/
td.rt_main	{width: 16%; vertical-align: top; text-align: right;}

.cursorhand{cursor: pointer}
.cursornorm{cursor: default}
