@media screen {
body         { background-color:#FFFFFF }
}
@media print {
.noprint {display:none}
}
p            { font-family:tahoma,arial,sans-serif,default;font-size:10pt }
img 		   { border: none}
td           { font-family: Arial, Helvetica, sans-serif, Default; font-size:9pt }
td           { border-color:#DFD8BB }
tr           { font-family: Arial, Helvetica, sans-serif, Default; font-size:10pt }
table 			{font-family:arial, sans-serif;font-size:9pt;border: thin solid #A08F4B}
h3            {  font-family: Arial, Helvetica, sans-serif, Default;
                 font-size: 12pt; font-weight: bold; margin-bottom: 0 }
h4            {  font-family: Arial, Helvetica, sans-serif, Default;
                 font-size: 10pt; font-weight: bold; margin-bottom: 0 }
.headings		{font-family: Arial, sans-serif; font-size: 10pt; color: white;
			 	font-weight: bold;text-decoration:none;
           	background-color: #000080; border: thin solid #A08F4B; color:#FFFFFF}
.headings 		a:link 	{color:white}
.headings 		a:visited 	{color:white}
.detls			{font-family: Arial, sans-serif; font-size: 9pt;font-weight:normal;border:thin solid #A08F4B}
.detls a:link { color: #A08F4B; font-weight: bold }
.detls 		a:visited 	{color:#C5BA8C}
.emphasize   { font-family: Arial; font-size: 10pt; 
               font-weight: bold; color:#FF0000 }
.ErrorCode {
	font-family:"Courier New", Courier, monospace;
	font-size:9pt;
}
.regular   { font-family: Arial, Helvetica, sans-serif, Default; font-size: 10pt; 
               font-weight: bold }
.noborder    { border: none}
.nospaces    { line-height: 100%; margin-top: 0; margin-bottom: 0 }

#menu			{background-color: #7ea8cf;border: 1px #666666 solid;width: auto;margin-top: 30px;
				padding: 6px;text-align: center;}				
.menubutton	{font-family:arial,helvetica,sans-serif;cursor:hand;
font-weight: bold;text-align: center;margin-bottom: 3px;margin-top: 3px;font-size: 8pt }
.menubutton a {padding: 4px;text-decoration: none;width: 98%;display: block;color: #224059;cursor:hand;
				background-color: #b5c9e2;border-top: 2px #cce3ff solid;border-left: 2px #cce3ff solid;
				border-bottom: 2px #31557f solid;border-right: 2px #31557f solid;}
.menubutton a:hover {background-color: #99aabf;border-top: 2px #31557f solid;cursor:hand;
				border-left: 2px #31557f solid;border-bottom: 2px #cce3ff solid;
				border-right: 2px #cce3ff solid;}
.menubutton a:active {background-color: #99aaff;border-top: 2px #31557f solid;cursor:hand;
				border-left: 2px #31557f solid;border-bottom: 2px #cce3ff solid;
				border-right: 2px #cce3ff solid;}

.smallbutton   {font-family:arial,helvetica,sans-serif;cursor:hand;width:90px;display:inline;
				font-weight: bold;text-align: center;margin-bottom: 1px;margin-top: 1px;font-size: 8pt }
.smallbutton a {padding: 1px;text-decoration: none;width: 98%;display: block;color: #224059;
				background-color: #b5c9e2;border-top: 1px #cce3ff solid;border-left: 1px #cce3ff solid;
				border-bottom: 1px #31557f solid;border-right: 1px #31557f solid;}
.smallbutton a:hover {background-color: #99aabf;border-top: 1px #31557f solid;
				border-left: 1px #31557f solid;border-bottom: 1px #cce3ff solid;
				border-right: 1px #cce3ff solid;}
.smallbutton a:active {background-color: #99aaff;border-top: 1px #31557f solid;
				border-left: 1px #31557f solid;border-bottom: 1px #cce3ff solid;
				border-right: 1px #cce3ff solid;}
.Shaded {background-color:#F0F0FF}
.FAQ {font-family:arial,Helvetica,sans-serif;font-size:10pt}
.FAQ a {color:darkblue;text-decoration:none}
.FAQ a:hover {background-color:darkblue;color:white;cursor:hand}