BODY.main {
  font-family: verdana;
  font-size: 10pt;
  font-weight: normal;
  MARGIN-TOP: 0px;
  MARGIN-BOTTOM: 0px;
  MARGIN-LEFT: 0px;
  MARGIN-RIGHT: 0px;}
  
  TABLE.main {font-family: verdana; font-size: 10pt;}

TABLE.docs {text-align: justify; margin-left: 24px; font-size: 9pt;}

TABLE.docs th{font-family: verdana; font-size: 10pt; background: rgb(204, 204, 153);}

TABLE.docs td{font-family: verdana; font-size: 8pt; background: rgb(255, 255, 153); text-align: justify; }

TABLE.text {font-family: verdana; font-size: 9pt; width: 640px; text-align: justify;}

TABLE.text TH{background-color: #ff9933; width: 50%;}

TABLE.index {text-align: justify; margin-left: 24px; font-size: 9pt;}

TABLE.beliefs{align: center;}

TABLE.beliefs th{font-family: verdana; font-size: 10pt; background: rgb(204, 204, 153); width:100%;}

TABLE.beliefs td{font-family: verdana; font-size: 8pt; background: rgb(255, 255, 153); text-align: left; width: 20%;}


TD.blue {background-image: URL(images\sidebar.gif); background-repeat: repeat-y;}

TD.yellow {background-image: URL(images\yellow.gif); background-repeat: repeat-y;}

DIV.right {text-align: right;}

DIV.table {position: absolute; top: 0px; left: 0px;}

DIV.center{text-align: center;}

DIV.navtitle {font-size: 14px; font-weight: bold; MARGIN-TOP: 10px; MARGIN-LEFT: 2px; MARGIN-RIGHT: 2px; MARGIN-BOTTOM: 20px;font-weight: 300;}

.navbar {font-size: 12px; font-weight: 300;}

H2.main {font-size: 120%; text-align: center; color: #000000; font-weight: 600;}

A.hot {color: #000000; text-decoration: none; font-weight: normal; font-size: 12px; background-color: #ffff00;}

H1.main {font-size: 130%; color: black; text-align: center; margin-top: 20px; background-color: white;}

H1.750 {font-size: 130%; color: blue; text-align: center; margin-top: 20px; background-color: #EAF1E3;}

H1.abib {margin-top:20px; font-size: 160%; color: #ff9933; text-align: center;}

P.main {text-align: justify; margin-left: 25px; margin-right: 5px;}

P.new {background: #EEE4C8; text-align: left; font-color: "#F26662";}

p.750 {text-align: justify; margin-left: 25px; margin-right: 5px; width: 750px;}

P.750col {background: #f9f588; text-align: justify; font-color: "#F26662"; width: 750px;}

P.caption {font-size: 8 pt; font-style: bold; text-align: center;}

P.eden {font-family: lucida handwriting, Helvetica; font-size: 13px;}

DIV.bigor {font-family: Lucida Handwriting, Helvetica; font-size: 14px; font-weight: 300; 
text-align: center; color: #000000;}

IMG.float-left{float: left;}
IMG.float-right{float: right;}

A:hover {background-color:#ffff66; color:#ff0000; text-decoration:none;}
A:active {color:#0000ff; text-decoration: none;}
A:link {text-decoration: underline;}

P.white {font-family: arial; color="#FFFFFF"; size="2";}
P.white A:active {color:#0000ff; text-decoration: none;}
P.white A:link {color:#ffffff;  text-decoration: underline;}




p.bluebox {/*here I define the HTML <pre> tag*/
	font-size : 14px;
  font-family : "Courier New", Courier, monospace;
	background-color : #F7F7F7;
	color : #000000;
  border: 1px solid #000080;
  white-space: pre;
  padding: 4px;
  margin-left: 15px;
  width: 750px;
}
/*below is the menu magic style sheet - do not touch unless you know what you are doing!!!
  
/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px 0;
	font-size: 12px;
	display: none;
	/*/*/display: block; /* Hide from NN4*/
}
#p7TMctrl a:link {
	color: #333333;
}
#p7TMctrl a:visited {
	color: #333333;
}
#p7TMctrl a:hover {
	color: #333333;
}

/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 1.5; /* */
}
/*Sets background color and border around the menu DIV*/
#p7TMnav {
	border: 1px solid #666;
	border-bottom: 0;
}
#p7TMnav div {
	/*/*/background-color: #07ffff; /* */
}

/*second level menuitem divs*/
/*Sets left margin to 12px establishing a cascading indent*/
/*Sets border and bg color to establish the pastel BOXES*/
#p7TMnav div div {
	margin: 0 0 0 12px;
	/*/*/border-left: 1px solid #666;
	background-color: #078BFF; /* */
}

/*third level menuitem divs. Sets BOX color*/
#p7TMnav div div div {
	/*/*/background-color: #92D50D; /* */
}
/*fourth level menuitem divs. Sets BOX color*/
#p7TMnav div div div div {
	/*/*/background-color: #CCCCCC; /* */
}
/*fifth level menuitem divs. Sets BOX color. Cascades to lower levels*/
/*To set additional level color BOXES, add a new selector with an additional -div- appended*/
#p7TMnav div div div div div {
	/*/*/background-color: #FF4F07; /* */
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #333333;
	font-size: 14px;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/border-top: 1px solid #DDDEE8;
	border-right: 0px solid;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #DDDEE8;
	text-decoration: none;
	background-color: transparent;
	display: block;
	padding: 2px 0 2px 12px; /* */
}
#p7TMnav div a:visited {
	color: #333333;
}
#p7TMnav div a:hover {
	background-color: #FF4F07;
	color: #FFFFFF;
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	font-size: 14px;
	color: #333333;
}
#p7TMnav div div a:hover {
	color: #FFFFFF;
	background-color: #FF4F07;
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	font-size: 12px;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:    url(p7t_plus.gif);
	background-position: 8px 50%;
	padding: 0 0 0 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:    url(p7t_minus.gif);
	background-position: 8px 50%;
	padding: 2px 0 2px 20px !important;
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 2px 0 2px 20px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	letter-spacing: 3px;
	background-color: transparent !important;
	color: #FFFFFF !important;
	padding: 2px 0 2px 20px !important;
}
