body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg3.gif);
}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align : justify;
}

.indexBody {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image:url(images/bgTitle.gif);


}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.align-justify {
	text-align: justify;
}

.text1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #4D3500;
}

.text3 {
	color: #BEBEBE;
	font-size: 9px;
}

.textTitle {
	font-family: Bookman Old Style;
	font-size: 25px;
	text-align: right;
	color: #C8C9DB;
	valign: top;
}

.textButton {
	font-family: Georgia;
	font-size: 15px;
	font-weight: bold;
	color: #C8C6C2;
	valign : bottom;
}

.quotes {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}
.authors {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align : right;
	color: #000000;
}


a {
	text-decoration: underline;
	color: #8D8EAA;
}

a:hover {
	text-decoration: none;
}

.sideBar {
	font-family: Times New Roman;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #282622;
	text-align : center;
	valign : top;
}
.bg1L {
	background-image:url(images/bg1.gif);
	background-position:top left;
	background-repeat: repeat-x;

}

.bg1R {
	background-image:url(images/bg1.gif);
	background-position:top left;
	background-repeat: repeat-x;

}

.bg2L {
	background-image:url(images/bg2.gif);
	background-position:top left;
	background-repeat: repeat-x;
	rowSpan: 2;

}

.bg2R {
	background-image:url(images/bg2.gif);
	background-position:top right;
	background-repeat: repeat-x;

	rowSpan: 2;

}

.bgTitle {
	background-image:url(images/bgTitle.gif);
	background-position: top left;
	background-repeat: repeat-x;

}
.menuBar {
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #CBCCD9;
	text-align : center;
	valign : center;
	background-color: white;
}
.menuText {
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #CBCCD9;
	text-align : center;
	valign : center;
}

/*minitab styles*/
#miniflex {
  width: 100%;
  float: left;
  font-size: small; /* could be specified at a higher level */
  margin: 0;
  padding: 0 10px 0 10px;
  position:relative;
  z-index:2;
  align: center;
}

#miniflex li {
  float: left;
  margin: 0;
  padding: 0;
  display: inline;
  list-style: none;
  position:relative;
}

#miniflex a:link, #miniflex a:visited {
  float: left;
  font-size: 85%;
  line-height: 11px;
  font-weight: bold;
  margin: 0 10px 0 10px;
  text-decoration: none;
  color: #182744;
}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
  border-bottom: 4px solid #182744;
  padding-bottom: 2px;
  color: #182744;
}
  
#animated-tab {
  position: absolute;
  z-index: 1;
  font-size: 85%;
  line-height: 12px;
  padding-bottom: 2px;
  border-bottom: 3px solid #182744;
}
/* end minitab styles */

/*
Styles that are applied on the containing element
like <TD></TD>. When applied, this will change both
the text and the text links inside them.
*/

.style1 {
}

.style1 a {
	color: #8D8EAA;
	text-decoration: underline;
}

.style1 a:hover {
	text-decoration: none;
}