﻿body
{
   background-color: #FFFCF2; /*#dadada;*/
   margin: 0 auto;
   font-family: Segoe UI, Arial;
   font-size: 11pt;
}

p
{
   font-family: Segoe UI, Arial;
   font-size: 11pt;
   margin-top: 14px;
   margin-bottom: 14px;
   line-height: 18px;
}

h1, h2, h3, h4, h5
{
	color: #669966;
   margin-top: 18px;
   margin-bottom: 18px;
}

.h1Span
{
	font-size: 30px;
	color: #669966;
	font-weight: bold;
}

.success { font-weight: bold; color: green; }
.error { font-weight: bold; color: red; }
.disclaimer { font-size: 9pt; color: red; }
.zebraTable 
{
	border: 1px solid gray;
	border-collapse: collapse;
	text-align: left;
}

table.zebraTable th
{
	background-color: #669966;
	border-bottom: 1px solid black;
}

table.zebraTable tr td        { padding: 3px; }
table.zebraTable tr th        { padding: 3px; }
table.zebraTable tbody tr td  { padding: 3px; }
table.zebraTable tbody tr th  { padding: 3px; }

.blockQuote
{
	font-size: 10pt;
	margin-left: 20px;
}

a.fcsLink:link, a.fcsLink:visited
{
   color: #669966;
}

a.fcsLink:hover
{
   color: #cccc66;
}

.mainContent
{
   background-color: #fffcf2;
   text-align: left;
   padding: 10px;
	/*border-right: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;*/
}

.footer
{
   background-color: #fffcf2;
   font-size: 11px;
   text-align: center;
   padding-top: 20px;
   border-top: 1px solid #D3D3D3;
	/*border-right: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;*/
   margin-top: 10px;
}

.windowHeader
{
   display: block;
   background-color: #669966;
   text-align: center;
   border-bottom: 2px solid #2E632E;
   border-right:  2px solid #2E632E;
   font: bold 11px arial;
   height: 15px;
   vertical-align: middle;
   padding-top: 3px;
   color: #cccc66;
}

.windowContent
{
   padding: 10px;
   font-size: 10pt;
   border: 1px solid #D7D8C3; /*#F3F4E1;*/
}

.quoteOfTheDay
{
   font-size: 10pt;
   padding-bottom: 15px;
   line-height: 17px;
}
