td  {
	font-size : 12px;
	font-family : Arial,Helvetica,sans-serif;
	font-weight : normal;
	color: #000000;
}

.copy  {
	font-size : 12px;
	font-family : Arial,Helvetica,sans-serif;
	font-weight : normal;
	color: #000000;
}

.copy_10  {
	font-size : 10px;
	font-family : Arial,Helvetica,sans-serif;
	font-weight : normal;
	color: #000000;
}

.copy_14  {
	font-size : 14px;
	font-family : Arial,Helvetica,sans-serif;
	font-weight : normal;
	color: #000000;
}

.tl_12  {
	font-size : 12px;
	font-family : Arial,Helvetica,sans-serif;
	font-weight : normal;
	color: #00AFD4;
}

.tl_14  {
	font-size : 14px;
	font-family : Arial,Helvetica,sans-serif;
	font-weight : normal;
	color: #00AFD4;
}

.tl_20  {
	font-size : 20px;
	font-family : Arial,Helvetica,sans-serif;
	font-weight : normal;
	color: #00AFD4;
}

.fsc_12  {
	font-size : 12px;
	font-family : Arial,Helvetica,sans-serif;
	font-weight : normal;
	color: #D8007E;
}

.fsc_14  {
	font-size : 14px;
	font-family : Arial,Helvetica,sans-serif;
	font-weight : normal;
	color: #D8007E;
}

.fsc_20  {
	font-size : 20px;
	font-family : Arial,Helvetica,sans-serif;
	font-weight : bold;
	color: #D8007E;
}

.white_14  {
	font-size : 14px;
	font-family : Arial,Helvetica,sans-serif;
	font-weight : normal;
	color: #FFFFFF;
}

a, a:active  {
	font-size : 12px;
	font-family : Arial,Helvetica,sans-serif;
	text-decoration : none;
	color : #00758E;
}
a:hover  {
	font-size : 12px;
	font-family : Arial,Helvetica,sans-serif;
	text-decoration : underline;
	color : #00758E;
}

a.black, a:active.black  {
	font-size : 12px;
	font-family : Arial,Helvetica,sans-serif;
	text-decoration : none;
	color : #000000;
}

a.link_10, a:active.link_10  {
	font-size : 10px;
	font-family : Arial,Helvetica,sans-serif;
	text-decoration : none;
	color : #00758E;
}
a:hover.link_10  {
	font-size : 10px;
	font-family : Arial,Helvetica,sans-serif;
	text-decoration : underline;
	color : #00758E;
}

a.link_top, a:active.link_top  {
	font-size : 12px;
	font-family : Arial,Helvetica,sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : #00758E;
}
a:hover.link_top  {
	font-size : 12px;
	font-family : Arial,Helvetica,sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : #D8007E;
}

a.link_bottom, a:active.link_bottom  {
	font-size : 12px;
	font-family : Arial,Helvetica,sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : #FFFFFF;
}
a:hover.link_bottom  {
	font-size : 12px;
	font-family : Arial,Helvetica,sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : #FFEE33;
}

a.link_fsc_14, a:active.link_fsc_14  {
	font-size : 14px;
	font-family : Arial,Helvetica,sans-serif;
	text-decoration : none;
	color : #D8007E;
}
a:hover.link_fsc_14  {
	font-size : 14px;
	font-family : Arial,Helvetica,sans-serif;
	text-decoration : underline;
	color : #D8007E;
}

a.link_tl_14, a:active.link_tl_14  {
	font-size : 14px;
	font-family : Arial,Helvetica,sans-serif;
	text-decoration : none;
	color : #00758E;
}
a:hover.link_tl_14  {
	font-size : 14px;
	font-family : Arial,Helvetica,sans-serif;
	text-decoration : underline;
	color : #00758E;
}

a.link_blk, a:active.link_blk  {
	font-size : 12px;
	font-family : Arial,Helvetica,sans-serif;
	text-decoration : none;
	color : #000000;
}
a:hover.link_blk  {
	font-size : 12px;
	font-family : Arial,Helvetica,sans-serif;
	text-decoration : underline;
	color : #000000;
}

.lowText { text-decoration: none; color: #000000; font: 12px Arial, Helvetica }
.lowTextOn { text-decoration: none; color: #EFEFEF; font: 12px Arial, Helvetica }
.highText { text-decoration: none; color: #00758E; font: 12px Arial, Helvetica; font-weight : bold }
.highTextOn { text-decoration: none; color: #D8007E; font: 12px Arial, Helvetica; font-weight : bold }
.highText2 { text-decoration: none; color: #D8007E; font: 12px Arial, Helvetica; font-weight : bold }
.highText2On { text-decoration: none; color: #00758E; font: 12px Arial, Helvetica; font-weight : bold }
.itemBorder { border: 1px solid #666666 }
.itemBorderBlank { border: 1px solid #CCCCDD }

/* Turn off list bullets */
ul.mktree  li { list-style: none; } 
/* Control how "spaced out" the tree is */
ul.mktree, ul.mktree ul , ul.mktree li { margin-left:10px; padding:0px; }
/* Provide space for our own "bullet" inside the LI */
ul.mktree  li           .bullet { padding-left: 15px; }
/* Show "bullets" in the links, depending on the class of the LI that the link's in */
ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(images/minus.gif)  center left no-repeat; }
ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(images/plus.gif)   center left no-repeat; }
ul.mktree  li.liBullet  .bullet { cursor: default; background: url(images/bullet.gif) center left no-repeat; }
/* Sublists are visible or not based on class of parent LI */
ul.mktree  li.liOpen    ul { display: block; }
ul.mktree  li.liClosed  ul { display: none; }
/* Format menu items differently depending on what level of the tree they are in */
ul.mktree  li { font-size: 12px; }
ul.mktree  li ul li { font-size: 10px; }
ul.mktree  li ul li ul li { font-size: 8px; }
ul.mktree  li ul li ul li ul li { font-size: 6px; }
