a { 
color:#CCCCCC;
background:transparent; 
text-decoration:underline; 
} 
a:hover { 
color:#FFFFFF; 
background:transparent; 
text-decoration:underline; 
}

.indexdrop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.textboxtitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;

}
.mainbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: left top;
	color: #E9E9E9;
	text-align: justify;

}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
font-style: bold;

}

.heading a, .heading a:visited {text-decoration: none}

.topicbrief {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #666666;

}
.newslinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;

}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	width: 140px;
}

.textboxsearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 12px;
	width: 125px;
	border: 2px solid #CCCCCC;
}
.textboxnewsletter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 16px;
	width: 110px;
	border: 1px solid;
}
.textboxdeep {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 60px;
	width: 140px;
}
.textboxnarow {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	width: 90px;
}
.unnamed1 {
	background-position: right;
	margin: 4px;
}
.imageright {
	background-position: left;
	text-align: right;
}
.dashedbox {
	display: block;
	border: 1px;
	border-style: dashed ;
	border-color: #B6BDB6;
	background-color: #EBEBEB;
	color: #000000;
}
.dashedshelf {
	display: block;
	border: 1px;
	border-style: dashed none dashed none;
	border-color: #B6BDB6;
	background-color: #FFF;
	color: #000000;
}


.textboxnolength {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
}
.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;

}
.linelayer {
	cursor: crosshair;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.heading2 {
font-family: "Times New Roman", Times, serif; font-size: 17px; font-style: italic; line-height: 24px; font-weight: bold; font-variant: normal; text-transform: none; color: #FFFFFF
}
.whiteimegeboarder {
	border: 1px solid #CCCCCC;
}
form {
	border: 0px;
	margin: 0px;
	padding: 0px;
}












/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  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: 11px 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 #666;
 border-bottom: none;
 background: #1B1B1B;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #999; }
ul.tabbernav li a:visited { color: #999; }

ul.tabbernav li a:hover
{
 color: #fff;
 background: #777;
}

ul.tabbernav li.tabberactive a
{
 background-color: #343434;
 border-bottom: 1px solid #343434;
}

ul.tabbernav li.tabberactive a:hover
{
 background: #343434;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;

 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;
}

.rainbar {
	background-image: url(graphics/rainbar.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.bartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}
.sunbar {

	background-image: url(graphics/sunbar.gif);
	background-repeat: no-repeat;
	background-position: top;
}

