body		{ margin:0px; padding:0px; background-image:url(images/bg.jpg) }

td			{text-align: left;
			font-family:tahoma;
			font-size:11px;
			color:#666666;
			line-height:normal;}

a			{text-decoration: none; color:#589FB2}

.copy		{font-family:tahoma; font-size:11px; color:#858484; text-decoration:none; line-height:18px}

.top_txt	{color:#838383; text-decoration:none; font-family:tahoma; font-size:11px}

.gray	{color:#666666; text-decoration:none}
.blue		{color:#589FB2; text-decoration:none}
.white		{color:#ffffff; text-decoration:none}
.green		{color:#76AA2E; text-decoration:none}

.u			{text-decoration:underline}
.up			{text-transform:uppercase}
.sm			{font-size:9px}
.b			{font-size:12px}

.a			{background-position:bottom;
			background-repeat:repeat-x;
			background-image:url(images/under.jpg);
			color:#DACCE3}

.form { width:232px;
		height:18px;
		font-family:tahoma;
		font-size:11px;
		border-style:solid;
		border-width:1px;
		border-color:#999999;
		background-color:#E0E0E0;
		color:#666666;
		margin-left:0px;
		margin-right:0px}
		
.textarea {width:232px;
		height:98px;
		font-family:tahoma;
		font-size:11px;
		border-style:solid;
		border-width:1px;
		border-color:999999;
		background-color:#E0E0E0;
		color:#666666;
		overflow:auto;
		margin-left:0px;
		margin-right:0px;}

.rollover {scrollbar-face-color:#BEAD98;
		scrollbar-track-color:#55313C;
		scrollbar-arrow-color:#55313C;
		scrollbar-3Dlight-color:#55313C;
		scrollbar-base-color:#55313C;
		scrollbar-shadow-color:#55313C;
		scrollbar-darkshadow-color:#55313C;
		scrollbar-highlight-color:#55313C;
		}

a:hover{text-decoration:underline;}
#a:hover{text-decoration:none;}


.MainTable {
	vertical-align: top;
	width: 98%;
}
.PageTable {
	width: 100%;
}
.bottomfiller {
	background-image: url(/images/bot_px.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
}
.headercell {
	width: 100%;
	background-image: url(/images/headerbkgr.jpg);
	background-repeat: repeat-x;
}
.headerspacer {
	background-image: url(/images/spacer.gif);
	background-repeat: repeat-x;
}
.PageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	text-transform: capitalize;
	color: #FF6633;
	font-variant: normal;
	font-style: normal;
	line-height: normal;

}
.PageContentTable {
	vertical-align: top;
	height: 100%;
	width: 100%;
	margin: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: normal;
	padding-left: 10px;








}
.tinytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: center;
	line-height: 10px;
	font-weight: bold;
	font-variant: small-caps;


}
.underlinedCell {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #669933;
}

#MenuItem {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/ButtonBlank.jpg);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	text-indent: 20px;
	font-weight: bold;
}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #99490F;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #999; }
ul.tabbernav li a:visited { color: #999; }

ul.tabbernav li a:hover
{
 color: #999;
 background: #99490F;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 color: #fff;
 background-color: #E97521;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #fff;
 background: #E97521;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
