body{ margin-top:0px; margin-left:20px; font-family:Century Gothic;
}
.text{
	color: #ffffff;
	text-decoration: none;
	
}
.text:link  {
	color: #ffffff;
	text-decoration: none;
	
}
.text:visited { 
 color: #ffffff;
	text-decoration: none;
	
}
.text:active {
  color: #ffffff;
	text-decoration: none;
	
}
.text:HOVER { 
  color: #ffffff;
  text-decoration: none;
}
.oran{ color: #E59404; text-decoration: none;
}
.oran:link  { 
  color: #E59404; text-decoration: none;
}
.oran:visited { 
  color: #E59404;text-decoration: none;
}
.oran:active {
  color: #E59404;text-decoration: none;
}
.oran:HOVER { 
  color: #E59404;
  text-decoration: none;
}
.onbody {
  color: #000000; 
}
.onbody A:link {
  color: #000000;
}
.onbody A:visited {
  color: #000000;
}
.onbody A:active {
  color: #000000;
}
.onbody A:hover {
  color: #498CD1;
}
body{
	
}

BODY,P,TABLE,TD,TR {
	font-size: 9pt;
	color: #000000;
	font-family: Century Gothic; 
	
}

FORM {
  display: inline;
  margin-bottom: 0;
}
PRE {
  font-size: ;
  font-family: ;
}

.tableborders {
  background: #B4B4B4;
}

.tddetails {
    background: #FFFFFF;
}

.tdbackground {
  font-size: 9pt;
  font-weight: ;
  color: #000000;
  background: #F4F4F4;
  font-family: Century Gothic;
}

.tdnothumbs {
  font-size: 9pt;
  font-weight: ;
  color: #000000;
  background: #F4F4F4;
  font-family: Verdana;
}

.menubar{
	font-size: 11px;
	color: #990000;
	text-decoration:none;
	font-weight:bold;
	font-family: Century Gothic;
}
.menubar A:link {
  color: #990000; text-decoration:none;
}

.menubar A:visited {
  color: #990000; text-decoration:none;
}

.menubar A:active {
  color: #990000; text-decoration:none;
}

.menubar A:hover {
  color: #990000;#000000; text-decoration:none;
}



.catcolumn {
  font-size: 8pt;
  font-style: ;
  text-align: ;
  background: #F4F4F4;
}

.photocol {
  font-size: 8pt;
  font-style: ;
  text-align: ;
  background: #E4E4E4;
}

.commentscol {
  font-size: 8pt;
  font-style: ;
  text-align: ;
  background: #F1F1F1;
}

.lastphocol {
  font-size: 8pt;
  font-style: ;
  text-align: ;
  background: #F1F1F1;
}

.lastcommcol {
  font-size: 8pt;
  background: #E4E4E4;
  color: ;
}

.small {
  font-size: 11px; color:#666666; font-weight:bold;
  font-family: Verdana;
}
.medium {
  font-size: 8pt;
  font-family: Verdana;
}
.large {
  font-size: 12pt;
  font-family: Verdana;
}

.welcome {
 
  font-family: Verdana;
  color: #3A577B; font-size: 14px; font-weight: bold;
}

.lighttable {
  background: #F7F7F7;
  color: #000000;
}

.alternatetable {
  background: #DEDEDE;
}

.formboxes{
  font-family: ;
  background-color: ;
  color: ;
  font-size: 9pt;
}

blockquote {
   font-size:9pt; border:1px solid #E6E6E6;
   margin:0px 20px; padding:0px 10px
}
blockquote .small {
   background:#E6E6E6;
   margin-left:-10px; padding:1px 2px
}
blockquote hr {
   visibility:hidden;
   height:1px
}
blockquote br {
   font-size:1px
}
a.red, .red, a.red:visited {
	color: #006599;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	
}
  a.red:Hover {
	text-decoration:none;
}
  a.black, a.black:visited {color:#000000;font-family:Verdana;;font-size:11px;text-decoration:none;}
  a.black:Hover {text-decoration:underline;}

.nav, .nav a:link, .nav a:visited {
  font-family : Century Gothic;
  font-size : 9px;
  font-weight : bold;
  color : #FFF;
  }

table.border {border: 1px solid #000000; padding: 10px;}

td, .regular {
  font-family : Century Gothic;
  font-size : 13px;
  color : #000000;
  }

.small {
  font-family : Century Gothic;
  font-size : 11px;
  color : #333333;
  }

.out{
	border: 2px solid #94966E;
	
	
}
.path{
	bottom: inherit;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: Gray;
	display: block;
	azimuth: left-side;
}


.suckertreemenu ul{
margin: 0;
padding: 0; width: 775px;
list-style-type: none; text-align: center;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	float: left;
	background-color: transparent; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: inline-table; /*Width of top level menu link items*/
	text-align: left;
	margin: auto 5 5;
	border: 0px solid black;
	border-left-width: 0;
	text-decoration: none;
	color: #ffffff;
	padding: 5 5 5;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	visibility: hidden;
	background-color: #f1f2f3; width: 100%;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
float: none;background-color: #f1f2f3;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 160px; /* no need to change, as true value set by script */
top: 0;background-color: #f1f2f3;display: block; text-align: center;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
 /*width of sub menu levels*/
color: #333333;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
	background-color: transparent;
	color: #333333;display: block;

}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
	background: transparent url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */