a:hover {
   text-decoration:  underline;
   background-color: transparent;
   color:            #FFFFFF;
}



a.MenuItem {
   font-family:      Arial, sans-serif;
   background-color: transparent;
   text-decoration:  none;
   text-align:       left;
   font-weight:      normal;
   font-size:        11px;
   vertical-align:   top;
}

a.MenuItem:link {
   color:            #FFFFFF;
}

a.MenuItem:visited {
   color:            #FFFFFF;
}

a.MenuItem:hover {
   text-decoration:  underline;
   color:            #FFFFFF;
}


a.TableItem {
   font-family:      Arial, sans-serif;
   background-color: transparent;
   text-decoration:  underline;
   text-align:       left;
   font-weight:      normal;
   font-size:        14px;
   vertical-align:   top;
}

a.TableItem:link {
   color:            #FFFFFF;
}

a.TableItem:visited {
   color:            #FFFFFF;
}

a.TableItem:hover {
   text-decoration:  none;
   color:            #C0C0FF;
}

th.TableHeader {
   color:            #FFFFFF;
   font-family:      Arial, sans-serif;
   background-color: none;
   text-decoration:  none;
   text-align:       left;
   font-weight:      bold;
   font-size:        16px;
   vertical-align:   top;
}

th.thCentered {
   color:            #FFFFFF;
   font-family:      Arial, sans-serif;
   background-color: none;
   text-decoration:  none;
   text-align:       center;
   font-weight:      bold;
   font-size:        16px;
   vertical-align:   top;
}

td.TableData {
   color:            #FFFFFF;
   font-family:      Arial, sans-serif;
   background-color: none;
   text-decoration:  none;
   text-align:       left;
   font-weight:      normal;
   font-size:        14px;
   vertical-align:   top;
}

td.tdBoldCentered {
   color:            #FFFFFF;
   font-family:      Arial, sans-serif;
   background-color: none;
   text-decoration:  none;
   text-align:       center;
   font-weight:      bold;
   font-size:        14px;
   vertical-align:   top;
}

td.tdCentered {
   color:            #FFFFFF;
   font-family:      Arial, sans-serif;
   background-color: none;
   text-decoration:  none;
   text-align:       center;
   font-weight:      normal;
   font-size:        14px;
   vertical-align:   top;
}
	

td.TableLabel {
   color:			 #FFFFFF;
   font-family:		 Arial, sans-serif;
   background-color: none;
   text-decoration:	 none;
   text-align:       none;
   font-weight:      bold;
   font-size:        14px;
   vertical-align:   top;
}



a.MenuSelected {
   font-family:      Arial, sans-serif;
   text-decoration:  none;
   text-align:       left;
   color:            #000000;
   background-color: transparent;
   font-weight:      bold;
   font-size:        11px;
   vertical-align:   top;
}

font.MenuItem {
   font-family:      Arial, sans-serif;
   background-color: transparent;
   text-decoration:  none;
   text-align:       left;
   font-weight:      normal;
   font-size:        11px;
   vertical-align:   top;
}

font.MenuTitle {
   font-family:      Arial, sans-serif;
   text-align:       center;
   text-decoration:  none;
   color:            #000000;
   background-color: transparent;
   font-weight:      bold;
   font-size:        12px;
}

font.Headline {
   font-family:      Arial, sans-serif;
   text-align:       center;
   text-decoration:  none;
   color:            #FFFFFF;
   background-color: transparent;
   font-weight:      bold;
   font-size:        20px;
}

font.Normal {
   font-family:      Arial, sans-serif;
   text-decoration:  none;
   text-align:       left;
   color:            #FFFFFF;
   background-color: transparent;
   font-weight:      normal;
   font-size:        14px;
}

font.NormalCentered {
   font-family:      Arial, sans-serif;
   text-decoration:  none;
   text-align:       center;
   color:            #FFFFFF;
   background-color: transparent;
   font-weight:      normal;
   font-size:        14px;
}

font.Error {
   font-family:      Arial, sans-serif;
   text-decoration:  none;
   text-align:       left;
   color:            #FF8080;
   background-color: #FFFFFF;
   font-weight:      bold;
   font-size:        14px;
}

font.TableHeading {
   text-align:       center;
   font-family:      Arial, sans-serif;
   text-decoration:  none;
   color:            #FFFFFF;
   background-color: transparent;
   font-weight:      bold;
   font-size:        14px;
}

font.TableData {
   text-align:       left;
   font-family:      Arial, sans-serif;
   text-decoration:  none;
   color:            #FFFFFF;
   background-color: transparent;
   font-weight:      normal;
   font-size:        14px;
}

font.Footer {
   text-align:       center;
   font-family:      Arial, sans-serif;
   text-decoration:  none;
   color:            #FFFFFF;
   background-color: transparent;
   font-weight:      bold;
   font-size:        9px;
   font-style:       italic;
}

tr.MenuBox {
   margin:           0px;
   margin-left:      0px;
   margin-right:     0px;
   padding:          0px;
   border-style:     none;
   height:           12px;
   white-space:      nowrap;
   width:            158px;
}

table.InvisibleTable {
   margin-left:      0px;
   margin-right:     0px;
   height:           100%;
   background-color: $0080FF;
   border-style:     hidden;
   border:           outset 0px;
   border:           inset 0px;
   empty-cells:      hide;
}

table.MenuTable {
   margin-left:      0px;
   margin-right:     0px;
   width:            200px;
   background-image: "/images/MenuBackground.gif";
   background-color: #FFFFFF;
   border-style:     hidden;
   border:           outset 0px;
   border:           inset 0px;
   empty-cells:      hide;
}


