﻿body {
	margin: 0;
	padding: 0;
	/*background: #1f1f1f;*/
	background: #F5F0DD;
	font-size: 12px;
	font-family: helvetica, verdana, arial, sans-serif;
	color: #000000;
}



.bgtoc       { background-color: #E7E2CD; background-repeat: repeat; background-attachment: 
               scroll; background-position: 0% 50% }


/* Global */

a:link       { text-decoration: underline; color: #800000 }

a:visited    { text-decoration: underline; color: #800000 }

a:hover      { text-decoration: underline; color: #006600 }

.rowfiller     { font-size: 3px; font-family: Verdana, Arial, Helvetica, sans-serif }



/* Regular text */

a {	TEXT-DECORATION: none }

               
.regtext12   { font-variant: normal; font-size: 12px; font-family: 
               Verdana, Arial, Helvetica, sans-serif }
               

               
/* Table of Contents Styles */

a:link.toctext       { text-decoration: none; color: #000000 }

a:visited.toctext       { text-decoration: none; color: #000000 }

a:hover.toctext      { text-decoration: underline; color: #000000 }

a:link.tochead       { text-decoration: none; color: #000000 }

a:visited.tochead       { text-decoration: none; color: #000000 }

a:hover.tochead      { text-decoration: underline }


.toctext     { font-variant: normal; font-size: 11px; font-family: 
               Verdana, Arial, Helvetica, sans-serif; color: #000000 }

.tochead     { font-style: normal; font-variant: normal; font-weight: bold; font-size: 13px; 
               font-family: Verdana, Arial, Helvetica, sans-serif; color: 
               #336600 }


.headings {
	font-family: helvetica, arial, verdana, sans-serif;
	margin: 3px;
	font-size: 2.5em; /*font-size: 34px;*/;
	text-align: center; /*font-weight: bold;*/;
	padding-bottom: 10px;
	color: #7a0a09;
}

.tocmajorhead {
	margin: 3px;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	padding-bottom: 10px;
	color: #7a0a09;
}


a.tocmajorhead {
	text-decoration: none;
	color: #7a0a09;
}

a.tocmajorhead:link {
	text-decoration: none;
	color: #7a0a09;
}

a.tocmajorhead:visited {
	text-decoration: none;
	color: #7a0a09;
}

a.tocmajorhead:hover {
	text-decoration: none;
}

               
form { border: 0px; margin: 0; padding: 0;}