a:link {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #8A821A; text-decoration: underline}
a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #3A6EA5; text-decoration: underline}
body {
    font: 69% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    background-color: White;
    color: Black;
    margin: 0;
    padding: 0;
}

table {
    font-size: 100%;
}

a {
    text-decoration: none;
    color: #436976;
    background-color: transparent;
}
img {
    border: none;
    vertical-align: middle;
}
p {
    margin: 0.5em 0em 1em 0em;
    line-height: 1.5em;
}
p a {
    text-decoration: underline;
}
p a:visited {
    color: Purple;
    background-color: transparent;
}
p a:active {
    color: Red;
    background-color: transparent;
}
p img {
    border: 0;
    margin: 0;
}

hr {
    height: 1px;
    color: #8cacbb;
    background-color: transparent;
}


h1, h2, h3, h4, h5, h6 {
    color: Black;
    background-color: transparent;
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding-top: 0.5em;
    border-bottom: 1px solid #8cacbb;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: Black ! important; 
}

h1 {
    font-size: 160%;
    padding-right: 4em;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 140%;
    border-bottom: none;
    font-weight: bold;
}

h4 {
    font-size: 120%;
    border-bottom: none;
    font-weight: bold;
}

h5 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}

h6 {
    font-size: 85%;
    border-bottom: none;
    font-weight: bold;
}


ul { 
    line-height: 1.5em;
    list-style-type: square;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
    list-style-image: url(http://plone.org/bullet.gif);
}

ol {
    line-height: 1.5em;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
}
ul a, ol a {
    text-decoration: underline;
}
li {
    margin-bottom: 1em;
}
dt {
    font-weight: bold;    
}
dt a {
    text-decoration: underline;
}

dd {
    line-height: 1.5em;
    margin-bottom: 1em;
}
dd a {
    text-decoration: underline;
}

dd.link a {
    text-decoration: none;
    color: Black;
}
.portlet {
    border: none;
    margin-bottom: 1em;
    padding: 0;
}
.portlet h5 { 
    background-color: #dee7ec;
    border: 1px solid #8cacbb;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
    display: inline;
    font-size: 1em;
    font-weight: normal;
    white-space: nowrap;
    position: relative;
    top: -1px;
}
.portletBody {
    position: relative;
    top: -1px;
    background: transparent;
    border: 1px solid #8cacbb;
}
.portletDetails {
    text-align: right;
}

.portletContent {
    padding: 2em;
}

.content {
    padding: 5em;
}
.portletAction {
    float: right;
    width: 0.8em;
    text-align: center;
    display: block;
    text-transform: none;
    border-left: 1px solid #8cacbb;
    padding-left: 0.3em;
}

.portlet .even {
    background-color: #f7f9fa;
}
.portlet .odd {
    background-color: transparent;
}
.portlet input {
    font-size: 100%;
}

.portletSyndication {
    display: block;
    float: left; 
    border: 1px solid #8cacbb; 
    background-color: #dee7ec;
    font-size: 85%;
}
/* Navigation tree styling */

.navIcon,
.navIconRoot {
    position: relative;
    right: 20px;
}

.navItemText {
    margin-left: -20px;
}

.navRootItem,
.navItem {
    margin: 0 0 0.2em 0;
    border: 1px solid White;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 1px;
    padding: 0.1em 0.25em 0.2em 20px;
    margin: 1px 0;
}

.portlet a:hover {
    background-color: #dee7ec;
    color: #436976;
    border: 1px solid #8cacbb;
}

.visualClear {
    display: block;
    clear: both;
}
.breadcrumbs {
    /* The path bar, including breadcrumbs and add to favorites */
    border-bottom-color: #8cacbb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-left: 2em;
    padding-right: 2em;
    text-transform: lowercase;
}
#menu{
width:100px;
}

.footer {
    background-color: #dee7ec;
    border-top: 1px solid #8cacbb;
    border-bottom: 1px solid #8cacbb;
    float: none;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 0em 1em 0em;
    text-align: center;
}

.trigger{
				 cursor: pointer;
				 cursor: hand;
				 font-family: Verdana, Helvetica, Arial;
				 font-size: x-small; 
}
.branch{
				display: none;
      	margin-left: 12px;
			  font-family: Verdana, Helvetica, Arial;
				font-size: x-small; 
}
.field {
    top: 0;
    left: 0;
    margin: 0 1em 1em 0;    
}

.field .field {
    margin: 1em 0 0 0;
}

.field label {
    font-size: 100%;
    font-weight: bold;
}

.fieldRequired {
    background: url(http://plone.org/required.gif) center left no-repeat;
    padding: 0 0 0 8px;
    color: White;
} 

.formHelp {
    font-size: 90%;
    color: #76797c;
    margin: 0 0 0.2em 0;
}

.formHelp a {
    text-decoration: underline;
}

.formHelp:hover {
    color: Black;
    cursor: default;
}

.formControls {
   margin: 1em 0 0 0; 
}

.error {
    /* Class for error indication in forms */
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    padding: 1em;
    margin: 0 0 1em 0;
    width: 95% !important;
}

.error .fieldRequired {
   color: #ffce7b;
} 


.tripHeader{
    display: block;
    float: left; 
    border: 1px solid #8cacbb; 
    background-color: #dee7ec;
    font-size: 85%;
}

.notScheduled{
	font-size : x-small;
	color : #cc0033;
}
.isScheduled{
	font-size : x-small;
	color : #006633;
}

#menubar {
    background-color: transparent;
    padding: 0em 0em 0em 2em;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    height: auto;
    line-height: normal;
}
#menubar li {
    display: inline;
}
#menubar li a {
    /* The normal, unselected tabs. They are all links */
    background-color: transparent;
    border-color: #8cacbb;
    border-width: 1px; 
    border-style: solid solid none solid;
    color: #436976;
    height: auto;
    margin-right: 0.5em;
    padding: 0em 1.5em;
    text-decoration: none;
    text-transform: lowercase;
}
#menubar li.selected a {
    /* The selected tab. There's only one of this */
    background-color: #bdb785;
    border: 1px solid #8cacbb;
    border-bottom: #dee7ec 1px solid;
    color: #436976;
}
#menubar li a:hover {
    background-color: #bdb785;
    border-color: #8cacbb;
    border-bottom-color: #dee7ec;
    color: #436976;
}

/* Default CSS Stylesheet for VIAInfo.net */
/* VIA Stylebook web colors 
	Purple - #990099
	Green - #339900
	Flex Blue - #0099ff
	Metro Blue - #000099
	Orange - #ff6600
	Red - #cc0000
	White - #ffffff
	Black - #000000
*/

input.buttonUp
{
	border-right: #ffe895 2px outset;
	padding-right: 5px;
	border-top: #ffe895 2px outset;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: #ffe895 2px outset;
	padding-top: 5px;
	border-bottom: #ffe895 2px outset;
}
input.buttonDown
{
	border-right: #cc0000 2px outset;
	padding-right: 5px;
	border-top: #cc0000 2px outset;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: #cc0000 2px outset;
	padding-top: 5px;
	border-bottom: #cc0000 2px outset;
}


table.Map
{
	border-right: #e97d66 1px solid;
	border-top: #e97d66 1px solid;
	border-left: #e97d66 1px solid;
	border-bottom: #e97d66 1px solid;
}
td.Map
{
	border-right: #e97d66 1px solid;
	border-top: #e97d66 1px solid;
	border-left: #e97d66 1px solid;
	border-bottom: #e97d66 1px solid;
}

label.SystemMapLabel
{
	font-size:xx-small;
}
td.LookupResult
{
	font-size: x-small;
	text-transform: none;
}

td.SystemMapActionTitleBar
{
	color: black;
	background-color: #FFE895;
	font-size:x-small;
	
}

td.SystemMapActionInfo
{
	color: black;
	background-color: #FFE895;
	font-size:x-small;
	padding-left :10px;
}

table.SystemMapActionTitleBar
{
	color: black;
	background-color: #FFE895;
	font-size:x-small;
	margin-left:10px;
}
td.SystemMapBackground
{
	color: black;
	background-color: #FFFBC7;
	font-size:x-small;
}
table.SystemMapBackground
{
	color: black;
	background-color: #FFFBC7;
	font-size:x-small;
}
table.SystemMapActionDetail
{
	color: black;
	background-color: #FFFBC7;
	font-size:x-small;
}
td.SystemMapActionDetail
{
	color: black;
	background-color: #FFFBC7;
	font-size:x-small;
}

td.SystemMapTitleBar
{
	color: white;
	background-color: #e97d66;
	font-size:x-small;
}
td.SystemMapForm
{
	color: black;
	background-color: #FCD9C4;
	font-size:x-small;
}

td.SystemMapToolButton
{
	border-right: #fcd9c4 2px outset;
	border-top: #fcd9c4 2px outset;
	font-size: x-small;
	border-left: #fcd9c4 2px outset;
	color: black;
	border-bottom: #fcd9c4 2px outset;
	background-color: #fcd9c4;
}

td.leftBorder
{
	border-left: #cc0000 thin solid;
}
td.rightBorder
{
	border-right: #cc0000 thin solid;
}
td.pastTense
{
	color:  Gray ;
}

td.superHeader{

	background-color:#000099;
	font-size:small;
	border-right:solid 1px #000099;
	border-top:solid 1px #000099;
	color:white;
	padding-left:20px;
	font-weight:bolder;
}

table.meetingTable
{
	border-bottom:solid 1px #000066;
	border-right:solid 1px #000066;
	
	border-left:solid 1px #000066; 
}
table.DestinationPlanner
{
	margin-left:20px;
	font-size: x-small;
	
}

td.sidebar2Item
{
	border-right: #cc0000 thin solid;
	padding-right: 1px;
	
	font-size: x-small;
	padding-bottom: 5px;
	border-left: #cc0000 thin solid;
	padding-top: 5px;
	
	background-color: ivory;
}

td.sidebar2ItemLeft
{


	border-left: #cc0000 thin solid;
	padding-right: 1px;
	
	font-size: x-small;
	padding-bottom: 5px;
	
	padding-top: 5px;
	
	background-color: ivory;

}

td.sidebar2ItemRight
{
	border-right: #cc0000 thin solid;
	padding-right: 1px;
	
	font-size: x-small;
	padding-bottom: 5px;
	
	padding-top: 5px;
	
	background-color: ivory;
}

td.sidebar2ItemNoBorderLeft
{
	border-right: #cc0000 thin solid;
	padding-right: 1px;
	
	font-size: x-small;
	padding-bottom: 5px;
	
	padding-top: 5px;
	
	background-color: ivory;
}

td.sidebar2ItemNoBorderRight
{
	
	padding-right: 1px;
	
	font-size: x-small;
	padding-bottom: 5px;
	
	padding-top: 5px;
	
	background-color: ivory;
}

td.sidebar2title
{
	background-color:#cc0000;
	font-size:x-small;
	color: white; 
	text-align:center ;
	font-weight:bolder ;

}

table.sidebar2
{
	
	border-bottom-style: solid ;
	border-bottom-width: thin;
	border-bottom-color : #cc0000;
     
}
td.corner
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	width: 22px;
	border-bottom: 0px;
	height: 18px;
	background-color:White;
}


TD.contactButton
{
	border-style:outset;
}
TD.contactButtonDown
{
	border-style : inset ;
}


TD.fares
{
	font-size:x-small ;
	padding-right:10px;
	padding-left:10px
}
TD.communityHeader
{

		
}
TD.header
{
Padding-top:15px;
Padding-left:25px	
}
Span.info
{
padding-left:25px;
/*font-style:italic;*/
text-decoration:underline;
font-weight:bolder;
}
td.alertHeader
{
	padding-left:25px;
	font-size:x-small;
	font-weight:bolder;
}
td.info
{
padding-left:30px; 
padding-right:10px;
font-size:x-small;	
/*width:600px;*/
}
p.infoSmall
{
padding-left:15px; 
padding-right:10px; 
font-size:x-small;	
padding-bottom: 5px;
/*width:600px;*/
}
p.info
{
padding-left:25px; 
padding-right:30px; 
font-size:x-small;	
/*width:600px;*/
}
td.infoSmall
{
	font-size:x-small;
	padding-left:15px;	
}
p.question
{
font-style:italic ;	
padding-left:25px; 
padding-right:30px; 
font-size:x-small;	
/*width:600px;*/
}
A.ContextParagraph
{
	color:Black ;
	font-size : x-small ;
	text-decoration :none;
	
}
a.ContextParagraph:hover
{
	font-size :x-small;
	color :cc0000;
	text-decoration :none;
}
Span.introText
{
	FONT-SIZE: x-small;	
}

UL
{
	 text-align :left 
}
P.ContextDetail
{
	
	padding-left:25px;
	padding-right:30px;
	text-align : left;
	font-size : x-small;
	
}
Span.ContextTitle
{
	text-align:left;
	font-size:small;
	font-weight:bolder;
	padding-left:25px;
}

p.spursInfo
{
	font-size:x-small;
	padding-left:25px;	
}
Body
{
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
	

P.headLine
{
	font-size:small;
	font-weight:bolder;
	text-align:center;
}
P.lineupPara
{
	font-size:x-small ;
	text-align:left;
	padding-left:20px;	
	
}
td.subTextBold
{
	font-size:small ;
	text-align:left;
	padding-left:25px;	
	font-weight : bolder;
}
P.subTextBold
{
	font-size:small ;
	text-align:left;
	padding-left:25px;	
	font-weight : bolder;
}
P.ContactHeader
{
	font-size:x-small ;
	text-align:left;
	padding-left:25px;	
	font-weight : bolder;
	
 
}
P.subText
{
	font-size:x-small ;
	text-align:left;
	padding-left:20px;	
	
}
P.articleText
{
	font-size:x-small ;
	text-align:left;
	padding-left:10px;	
}
Span.headerSpan
{
	padding: 2px;
	font-size:small;
	text-align :center
	 
}
A.smallContextTitle
{
	color:#cc0000;
	font-size : xx-small ;
	text-decoration :none;
	
}
a.smallContextTitle:hover
{
	font-size :xx-small;
	color :cc0000;
	
}

A.ContextTitle
{
	font-weight:bolder;
	color:Black ;
	font-size : small ;
	text-decoration :none;
	/*padding-left:25px;*/
	
}
a.index
{
	color:#cc0000;
	padding-left:25px;
	font-size:x-small;	
}

a.ContextTitle:hover
{
	font-weight:bold;
	font-size :small;
	color :cc0000;
	/*padding-left:25px;*/
}
	

A.metro
{
	color:#990099
}
A.express
{
	color:#ff6600
}
A.frequent
{
	color:#cc0000
}
A.change
{
	color:White;
}
A.frequentListItem
{
	color:#cc0000;
	padding-left : 25px;
	font-weight:bolder;
	font-size:x-small 
}
A.help
{
	color:#cc0000;
	cursor:help 
}
A.flex
{
	color:#0099ff
}
A.skip
{
	color:#339900
}
A.metroBlue
{
	color:#000099
}

/*



	Table style elements. Names are based on route service types, and reflect the 
	corresponding color element.


*/
Caption.footerCaption
{
	font-size:x-small;
	border-bottom:solid thin #cc0000; 	
	color:#cc0000;
	font-weight:bolder;
	padding-bottom:0px; 
}

td.footerCell
{
	font-size: xx-small;
	
}
table.BorderTable
{
	 
	 border-color :#cc0000;
	 /*border-style :   solid ;
	 border-left-width :thin;
	 border-right-width :thin;      
	 border-bottom-width:thin;
	 border-top-width:thin;*/
	 padding:0;
	 text-align:left;
	 
	 
}
table.sideBar1
{
	background-color :ivory;
	border-style: solid ;
	border-width: thin;
	border-color : #cc0000;
     
}
table.sideBar2
{
	
	background-color :ivory;
	border:none ;
     
}
td.routeList
{
	font-size: xx-small;
	padding-left: 20px;
	
}
Span.sidebarTitle1
{
	font-weight:bolder;
}
Span.sidebarTitle2
{
}
td.metro 
{
	background-color:#990099;
	font-size:small;
	color: white; 
	border-bottom:solid thin #000000; 
	/*text-align:center ;
	font-weight:bolder ;*/
}
td.frequent 
{
	background-color:#cc0000;
	font-size:x-small;
	color: white; 
	border-bottom:solid thin #000000; 
	text-align:center ;
	font-weight:bolder ;

}
td.express 
{
	background-color:#ff6600;
		font-size:x-small;
	color: white; 
	border-bottom:solid thin #000000; 
	text-align:center ;
	font-weight:bolder ;

}
td.flex 
{
	background-color:#0099ff;
		font-size:x-small;
	color: white; 
	border-bottom:solid thin #000000; 
	text-align:center ;
	font-weight:bolder ;

}
td.skip 
{
	background-color:#339900;
	font-size:x-small;
	color: white; 
	border-bottom:solid thin #000000; 
	text-align:center ;
	font-weight:bolder ;

}
td.metroBlue 
{
	background-color:#000099;
	font-size:x-small;
	color: white; 
	border-bottom:solid thin #000000; 
	text-align:center ;
	font-weight:bolder ;
}

TD.metroTitle { background-color: #000099; 
	color:#ffffff; 
	border-bottom:solid thin #000000; 
	font-size:medium; 
	font-family: Arial ; 
	text-align:center ; 
	}
td.outletList
{
	font-size:x-small;
}
Table.events
{
	background-color:#ffffff;
	border-right: solid thin #000000; 
	border-bottom:solid thin #000000; 
	border-left:solid thin #000000; 
	border-top:solid thin #000000;   
}
TD.eventsTitle
{
	background-color: #ff6600;
	color:#ffffff;
	border-bottom:solid thin #000000;
	font-size:medium;
	font-family:  Arial ;
	text-align:center ;
}
TD.events
{
	background-color:#ffffff;
	border:none;
	font-size: x-small ;
}
Table.routeList
{
	background-color:#ffffff;
	border-right: solid thin #000000; 
	border-bottom:solid thin #000000; 
	border-left:solid thin #000000; 
	border-top:solid thin #000000;   
}
td.calendarHoliday
{
	color : #339900	
}
td.calendarSpecialEvent
{
	color : #990099	
}
td.calendarMeeting
{
	color : #ff6600	
}
TD.routesTitle
{
	font-size:x-small ;
	background-color: #990099;
	color:#ffffff;
	border-bottom:solid thin #000000;
	font-weight:bolder;
	font-family:  Arial ;
	text-align:center ;
}
TD.greenTitle
{
	background-color: #339900;
	color:#ffffff;
	border-bottom:solid thin #000000;
	font-size:small;
	font-family:  Arial ;
	text-align:left;
}
TD.routes
{
	background-color:#ffffff;
	border:none;
	font-size: x-small ;
}
TD.subResources
{
	background-color:#ffffff;
	border:none;
	font-size: x-small ;
}
Table.riderAlerts
{
	background-color:#ffffff;
	border-right: solid thin #000000; 
	border-bottom:solid thin #000000; 
	border-left:solid thin #000000; 
	border-top:solid thin #000000;   
}
TD.riderAlertTitle
{
	background-color: #cc0000;
	color:#ffffff;
	border-bottom:solid thin #000000;
	font-size:medium;
	font-family:  Arial ;
	text-align:center ;
}
TD.riderAlert
{
	background-color:#ffffff;
	border:none;
	font-size: x-small ;
}
td.subText
{
	
}



/* End Table elements*/

A.alertInteruption
{
	color: #cc0000;
}
A.alertDisruption
{
	color:#ff6600
}




H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

Table
{
	background-color:White;
	
}

A:link	{	
	
	}	
		
A:visited	{	
	
	}	
		
A:active	{	
	
	}	
		
A:hover	{	
	
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type: 	 disc;
	font-size: x-small ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	font-size: x-small ;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	font-size: x-small ;
	}	
	
OL LI	{	
	list-style-type:  upper-roman  	;
	font-size:x-small ;
	text-align:left;
	
	}	

OL OL LI	{	
	list-style-type:	 upper-alpha ;
	}	

OL OL OL LI	{	
	list-style-type:	 decimal ;
	}	


TD.Headline
{
	font-size: x-small;
	font-weight:bolder;
	color: Black;
}
TD.subtext
{
	font-size: x-small;
	
	color: black;
}
A.question
{
	color:black;
	FONT-SIZE: small ;
}
A.question:link	{	
	text-decoration:	none;
	color:	black;
	FONT-SIZE: small ;
	}	
		
A.question:visited	{	
	text-decoration:	none;
	color:	black;
	FONT-SIZE: small ;
	}	
		
A.question:active	{	
	text-decoration:	none;
	color:black;
	FONT-SIZE: small ;
	
	}	
		
A.question:hover	{	
	text-decoration:	underline;
	color:	black;
	FONT-SIZE: small ;
	font-weight :bolder;
	}
Span.answer 
{
	font-size : small ;
	color:black;	
	
}
Div.FAQ
{	POSITION: absolute;
	left :230px;
	width : 450px;	
	
}
td.hiddenTD
{
	font-size:x-small ;
	display: none ;
}
td.nonHiddenTD
{
	font-size:x-small ;
	display:  normal;
}
.stop
{
	font-size: x-small;
	font-weight: normal;
}
.node
{
 font-size: x-small;
 font-weight: bold;
}