@charset "UTF-8";
/* CSS Document */

/* Fonts */
.body				{font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #333333; line-height: 1.4; text-align: justify;}
a.body				{font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #003971; line-height: 1; font-weight: bold; text-decoration: underline;}
a:hover.body		{font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #003971; line-height: 1; font-weight: bold; text-decoration: none;}

.sidebody			{font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #333333; line-height: 1.5; text-align: justify;}
.sidehead			{font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #ffffff; line-height: 1; font-weight: bold; text-align: justify;}
a.sidelink			{font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #003971; line-height: 1; font-weight: bold; text-decoration: underline;}
a:hover.sidelink	{font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #003971; line-height: 1; font-weight: bold; text-decoration: none;}


.linevert			{height: 5px; background-image: url(images/dotted-vert.gif);}
.linehorz			{width: 5px; background-image: url(images/dotted-horz.gif);}

a.home				{display: block; width: 67px; height: 33px; background: url("images/nav-home.gif") 0 0 no-repeat;}
a:hover.home		{background-position: -67px 0;}
a.homeon			{display: block; width: 67px; height: 33px; background: url("images/nav-home.gif") 0 0 no-repeat; background-position: -67px 0;}

a.project			{display: block; width: 95px; height: 33px; background: url("images/nav-project.gif") 0 0 no-repeat;}
a:hover.project		{background-position: -95px 0;}
a.projecton			{display: block; width: 95px; height: 33px; background: url("images/nav-project.gif") 0 0 no-repeat; background-position: -95px 0;}

a.timeline			{display: block; width: 77px; height: 33px; background: url("images/nav-timeline.gif") 0 0 no-repeat;}
a:hover.timeline	{background-position: -77px 0;}
a.timelineon		{display: block; width: 77px; height: 33px; background: url("images/nav-timeline.gif") 0 0 no-repeat; background-position: -77px 0;}

a.about				{display: block; width: 91px; height: 33px; background: url("images/nav-about.gif") 0 0 no-repeat;}
a:hover.about		{background-position: -91px 0;}
a.abouton			{display: block; width: 91px; height: 33px; background: url("images/nav-about.gif") 0 0 no-repeat; background-position: -91px 0;}

a.cogen				{display: block; width: 109px; height: 33px; background: url("images/nav-cogen.gif") 0 0 no-repeat;}
a:hover.cogen		{background-position: -109px 0;}
a.cogenon			{display: block; width: 109px; height: 33px; background: url("images/nav-cogen.gif") 0 0 no-repeat; background-position: -109px 0;}

a.contact			{display: block; width: 89px; height: 33px; background: url("images/nav-contact.gif") 0 0 no-repeat;}
a:hover.contact		{background-position: -89px 0;}
a.contacton			{display: block; width: 89px; height: 33px; background: url("images/nav-contact.gif") 0 0 no-repeat; background-position: -89px 0;}


.sidebar			{height: 17px; background-color: #e01227; padding-top: 5px; padding-left: 5px;}

.tablewhite			{background-color: #ffffff; padding-left: 5px; padding-top: 4px; padding-bottom: 4px; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #333333;}
.tablegrey			{background-color: #ededed; padding-left: 5px; padding-top: 4px; padding-bottom: 4px; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #333333;}