body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
p {
	color: #CCCCCC;
	font-size: 12px;
	line-height: 150%;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	font-size: 22pt;
	padding-bottom: -5px;
	background-image: url(images/leaf_bg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	padding-top: 30px;
	line-height: 0.8em;
	border-top: 1px none #FFFFCC;
	border-right: 1px none #FFFFCC;
	border-bottom: 1px solid #FFFFCC;
	border-left: 1px none #FFFFCC;
	font-weight: normal;
	letter-spacing: 0.1em;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFF99;
	border-right-color: #FFFF99;
	border-bottom-color: #FFFF99;
	border-left-color: #FFFF99;
	color: #FFFF99;
	background-image: url(images/leaf_bullet4.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: normal;
	letter-spacing: 0.1em;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFF99;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FFFF99;
	border-right-color: #FFFF99;
	border-bottom-color: #FFFF99;
	border-left-color: #FFFF99;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-bottom: -5px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFF99;
	font-size: 12px;
	padding-bottom: -5px;
	font-weight: normal;
	font-style: normal;
	border: none #FFFF99;
}
img, 
img a:link, 
img a:hover, 
#rightcolumn img a:link, 
#leftcolumn img a:visited
#rightcolumn img a:hover, 
#leftcolumn img a:link, 
#leftcolumn img a:visited
#leftcolumn img a:hover {
	border: 0px none;
	background-image: none;
}
a:link {
	color: #F7DB9A;
	text-decoration: none;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px none #CCCCCC;
}
a:visited {
	color: #F1D492;
	text-decoration: none;
	border: none;
}
a:hover {
	color: #FFFFCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
}
a:active {
	color: #FFF;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: center;
	font-size: 16px;
}

blockquote a:link {
	color: #0033FF;
	border-color: #0033FF;
}
blockquote a:visited {
	color: #336699;
	border-color: #336699;
}
blockquote a:hover {
	color: #FF9933;
	border-color: #FF9933;
}
blockquote a:active {
	color: #0033FF;
	border-color: #0033FF;
}


/*-------------MENU NAVIGATION-------------*/
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 100%;
	list-style: none;
	height: 24px;
}

ul#navmenu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left;
	display: inline;
	list-style: none;
	position: relative;
	height: 24px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
	float: none !important;
	float: left;
	display: block;
	background: #000000;
	color: #FFFFFF;
	font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%;
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px none #000000;
	border-left: 1px none #000000;
	padding-top: 0;
	padding-right: 6px;
	padding-left: 6px;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	background: #000000;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	float: none;
	background: #CEC778;
	color: #000000;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	background: #999933;
	color: #000000;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #CCCC99;
  color: #663300;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
	background: #999933;
	color: #000000;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  color: #663300;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CEC778;
  color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}


.linebelow {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.smaller {
	font-size: 9pt;
}
.columndiv {
	background-color: #CCCCCC;
}
.greybg {
	background-color: #CCCCCC;
}
.linedotted {
	background-image: url(images/body.gif);
	background-repeat: repeat-x;
	border: none;
	line-height: 4px;
}
.greybgLite {
	background-color: #000000;
}
.orangebg {
	background-color: #FFCC33;
}

/*---------------COPYRIGHT--------------*/
.copyright {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: center;
}
a.copyright:link {
	color: #FFFFCC;
	text-decoration: none;
	border: none;
}
a.copyright:visited {
	color: #CCCCCC;
	text-decoration: none;
	border: none;
}
a.copyright:hover {
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
a.copyright:active {
	color: #666666;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}


.linedottedblue {
	background-image: url(images/dot_blue_three.gif);
	background-repeat: repeat-x;
	border: none;
	line-height: 4px;
}

/*----------------BLOCKQUOTE----------------*/
#rightcolumn blockquote {
	padding-left: 30px;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 35px;
	margin-right: 30px;
	background-color: #C6C18D;
	border-top: 1px solid #663300;
	border-right: 1px none #663300;
	border-bottom: 1px solid #663300;
	border-left: 1px none #663300;
	color: #663300;
}
#rightcolumn blockquote p {
	font-weight: normal;
	letter-spacing: .1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #663300;
}

/*---------ALTERNATE BLOCKQUOTE-----------*/
div.special blockquote {
	background-image: url(images/leaf_bg_tall5.gif);
	background-position: left top;
	padding-left: 40px;
	margin-left: 0px;
	background-repeat: no-repeat;
	margin-top: 35px;
	margin-bottom: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #996633;
	padding-right: 15px;
	border: 1px none #333333;
}
.leafbottom {
	background-image: url(images/cb-center.png);
	background-repeat: repeat;
	background-position: center;
	color: #FFF;
}
.greenbg {
	background-color: #663300;
}
.brownbg {
	background-color: #000000;
}

/*------------ QUESTIONS FOR VISITORS -----------*/
#questions {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center;
}
#questions p {
	background-image: url(images/leaf_bullet3.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 15pt;
	font-size: 10px;
	line-height: 200%;
	text-transform: capitalize;
}
#questions h2 {
	color: #FFFF99;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFF99;
	border-right-color: #FFFF99;
	border-bottom-color: #FFFF99;
	border-left-color: #FFFF99;
	padding-bottom: 0px;
	margin-bottom: 10px;
	line-height: 1em;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
}
#questions a:link {
	color: #CCCC66;
	text-decoration: none;
	border: none;
}
#questions a:visited {
	color: #CC9900;
	text-decoration: none;
	border: none;
}
#questions a:hover {
	color: #FFFFCC;
	border: none;
}
#questions a:active {
	color: #CCCC00;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCC00;
	border-right-color: #CCCC00;
	border-bottom-color: #CCCC66;
	border-left-color: #CCCC66;
}

/*------------ ARCHIVES FOR ARTICLES -----------*/
#archives {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 50%;
	border: 1px solid #FFFF99;
}
#archives p {
	background-image: url(images/leaf_bullet4.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 15pt;
	font-size: 10px;
	line-height: 200%;
	text-transform: capitalize;
}

#archives h2 {
	color: #FFFF99;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFF99;
	border-right-color: #FFFF99;
	border-bottom-color: #FFFF99;
	border-left-color: #FFFF99;
	padding-bottom: 0px;
	margin-bottom: 10px;
	line-height: 1em;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #996633;
	padding-top: 5px;
	margin-top: 0px;
}
#archives a:link {
	color: #CCCC00;
	text-decoration: none;
	border: none;
}
#archives a:visited {
	color: #CC9900;
	text-decoration: none;
	border: none;
}
#archives a:hover {
	color: #FFFFCC;
	border: none;
}
#archives a:active {
	color: #CCCC00;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCC00;
	border-right-color: #CCCC00;
	border-bottom-color: #CCCC00;
	border-left-color: #CCCC00;
}

/*--------LEFT COLUMN----------*/
#leftcolumn {
	float: left;
	width: 250px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#leftcolumn p {
		color: #FFFFCC;
		padding-left: 5px;
}
#leftcolumn h3 {
	text-transform: uppercase;
	padding-left: 5px;
	padding-bottom: 0px;
}

/*--------RIGHT COLUMN----------*/
#rightcolumn {
	float: right;
	width: 525px;
}
#rightcolumn p {
	color: #CCCCCC;
	padding-left: 5px;
	padding-right: 10px;
}
#rightcolumn table td {
	font-size: 10px;
	padding: 5px;
	color: #000;
}
#rightcolumn table h1 {
	font-size: 24px;
	font-weight: bold;
	background-image: none;
	text-transform: uppercase;
	border: none;
	margin: 0px;
	padding: 0px;
	color: #CCCC33;
}
#rightcolumn table h2 {
	font-size: 11px;
	font-weight: bold;
	background-image: none;
	text-transform: uppercase;
	background-color: #9D6231;
	border-top: 1px none #FFFF99;
	border-right: 1px none #FFFF99;
	border-bottom: 1px solid #FFFF99;
	border-left: 1px none #FFFF99;
}
#rightcolumn table p {
	font-size: 10px;
	font-weight: normal;
	background-image: none;
	border: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-left: 3px;
	color: #FFFFFF;
}


/*-------LIST ITEMS---------*/
#rightcolumn ul {
	font-size: 12px;
	line-height: 1.5em;
	color: #CCCC66;
	margin: 0px;
	padding: 0px;
}
#rightcolumn ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	background-image: url(images/leaf_bullet4.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	text-indent: 20pt;
	padding-left: 5px;
	margin: 0px;
}
#rightcolumn ol {
	font-size: 12px;
	line-height: 1.5em;
	color: #CCCC66;
}
#rightcolumn ol li {
	padding-top: 5px;
	padding-bottom: 5px;
}


/*------------FOOTER--------------*/
#footer {
	clear: both;
	padding-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


.noborder {
	border: none;
}
.border tr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
}

/*-------------DROP SHADOW BORDERS-------------*/
#LeftBorder {
	background-image: url(images/fc_01.png) !important;
	background-image: url(images/spacer.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#RightBorder {
	background-image: url(images/fc_05.png) !important;
	background-image: url(images/spacer.gif);
	background-repeat: repeat-y;
	background-position: left;
}

/*----------------QUICK LINKS----------------*/
#quickLinks {
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 0px;
}
#quickLinks p {
	padding-left: 20px;
	font-size: 10px;
	background-position: bottom;
	background-repeat: no-repeat;
}
#quickLinks h2 {
	padding-top: 5px;
	padding-bottom: 0px;
	background-image: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFF99;
	border-right-color: #FFFF99;
	border-bottom-color: #FFFF99;
	border-left-color: #FFFF99;
	color: #FFFF99;
	text-transform: uppercase;
}
#quickLinks h3.podcast {
	background-image: url(images/icons/pod_badge_r8_c10.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}


.xtraStrong {
	font-size: larger;
	font-weight: bold;
	color: #FFFFCC;
}
#navbg {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin: 0px;
	background-color: #000000;
}

div.floatright {
	float: right;
}
#archives ul li {
	text-indent: 0pt;
	padding-left: 25px;
}
div.banner {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*--------------Calendar styles--------------*/
#rightcolumn table.selectedDayTable {
	font-size: 9px;
	color: #4E3118;
	padding: 0px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: solid;
	border-color: none;
	text-align: right;
}

#rightcolumn table.selectedDayTable td {
	padding: 1px 5px 1px 5px;
	margin: 0px;
}

#rightcolumn .unSelectedWeekday {
	margin: 0px;
}

#rightcolumn td.selectedWeekday {
	margin: 0px;
	background-color: #333333;
}

#calendar .errorHeader {
    font-family: Verdana, Arial, Helvetica;
    color: white;
    padding-left: 5px;
    padding-bottom: 3px;
    padding-right: 5px;
    background-color: red;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    font-size: 10pt;
}

#calendar .errorText {
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    color: red;
}

#leftcolumn #calendar {
	border: 1px solid #CCCCCC;
	border-bottom: none;
}

#leftcolumn #calendar h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	color: #FFFF99;
	background-image: url(images/leaf_bullet4.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: normal;
	letter-spacing: 0.1em;
}

#leftcolumn #calendar h2 {
	font-size: 12px;
	text-transform: none;
	border: none;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-top: 0px;
	background: #333333;
}

#leftcolumn #calendar h3 {
	font-size: 12px;
	text-transform: uppercase;
	border: none;
	background: none;
	padding-left: 10px;
}

#leftcolumn #calendar p {
	font-size: 9px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	border-bottom: 1px solid #CCCCCC;
}

#rightcolumn table.dateHeader {
	font-family: Verdana, Arial, Helvetica;
	padding: 0px;
	padding-left: 5px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px;
}

#rightcolumn table.dateHeader td {
	padding: 0px;
}

#rightcolumn h2.dateHeader {
	font-size: 12px;
	background-color: #4E3118;
	border: none;
	padding-bottom: 2px;
	margin: 0px;
	margin-bottom: 0px;
}

#rightcolumn table.dateHeader h2 {
	font-size: 12px;
	border: none none #999;
	background: none;
	padding: 0px;
	margin: 0px;
}

#rightcolumn h3.calendar {
	font-size: 16px;
	color: #FFFF99;
	background-color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: none;
	border-top: 1px solid #FFFF99;
	margin: 0px;
}

#rightcolumn table.dateHeader h3 {
	font-size: 16px;
	color: #FFFF99;
	background-color: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: none;
	margin: 0px;
}

#rightcolumn table.dateHeader h4 {
	font-size: 12px;
	color: #FFFF99;
	background-color: #none;
	padding-left: 5px;
	margin: 0px;
}

#rightcolumn h4.contacts {
	padding-left: 5px;
}

#calendar .titleHeader {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
}

#rightcolumn #calendar p {
    font-family: Verdana, Arial, Helvetica;
    font-size: 9px;
}

#rightcolumn h4.contacts {
	margin-bottom: 2px;
}
#Table_01 tr .leafbottom #rightcolumn table tr td {
	color: #000;
	text-align: center;
}
#Table_01 tr .leafbottom #rightcolumn table {
	color: #F00;
}
#Table_01 tr .leafbottom #rightcolumn table tr td {
	text-align: center;
}
#Table_01 tr .leafbottom #rightcolumn table tr td .style17.style17 .style14 strong {
	color: #FF0;
}
