/* ================================================= */
/* Content: CSS styles i4Portal	for Netscape Browsers*/
/* Version: 1.0, 11.08.2002, fe, rs			         */
/* ================================================= */   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: white;
}

/* background color for the content part of the pages */
Body
{
    SCROLLBAR-HIGHLIGHT-COLOR: #C5131C;
    SCROLLBAR-SHADOW-COLOR: #cccccc;
    SCROLLBAR-3DLIGHT-COLOR: #C5131C;
    SCROLLBAR-ARROW-COLOR: #7B7B7B;	
    SCROLLBAR-TRACK-COLOR: #ffffff;
    SCROLLBAR-DARKSHADOW-COLOR: #222222;
    SCROLLBAR-BASE-COLOR: #EE1C23;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
}

/* background/border colors for the selected tab */
.TabBg 
{
	font-weight: normal;
	color: #FFFFFF;
    background-color: #C5131C;
    border-width: 0px;
    font-size: 10px;  
	text-decoration: none;  
	font-weight:bold;   
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;   
	font-weight: bold;
	color: #FFFFFF;
	background-color:#EE1C23;	
	border-width: 0px;
	text-transform: uppercase;  
	text-decoration: none;     
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
	border-width: 0px;
	font-weight:bold;
    color:#FFFFFF;
    height:13px;
    text-decoration: none;
	text-transform: uppercase;    
    /*font-family: Verdana, Helvetica, sans-serif;*/
    /*font-size: 10px;  */
    /*font-weight: bold; */
	/*border-width: 0px;*/
    /*color:#000000;*/
	/*text-transform: uppercase;  */
	/*text-decoration: none;     */
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight:bold;
	border-width: 0px;
    color:#FFFFFF;
    height:13px;
    text-decoration: none;
	text-transform: uppercase;   
}

/* style for upper and lower menu-lines*/
.MenuLines
{
	background-color: #FFFFFF;
}

/*style for drop down menu */
/*.MenuDrop 
{
	background-color: #EE1C23;
}*/


/* text style for drop-down menu items */
.MenuDropItem {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #FFFFFF;	/* color of drop-down item-font*/
	text-decoration: none;
	text-transform: uppercase;
}


/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#FFFFFF;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#FFFFFF;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#FFFFFF;
}

A.OtherTabs:hover   {
    text-decoration:    none;
    color:#FFFFFF;
    background-color: #C5131C;
	text-transform:uppercase;    
}

    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
	/*text-transform: uppercase;    */
    color:#000084;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:#000000;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#000000;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#000000;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:#000000;
}

/* style for language-selector in page banner */
.LanguageSelector
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #ababab;
}
.LanguageSelector:link	{
	text-decoration:    none;
    font-weight: bold;
	color: #ababab;	
}

.LanguageSelector:visited {
    text-decoration:    none;
    font-weight: bold;
	color: #ababab;
}
.LanguageSelector:hover	{
	color: #e3e3e3;
    font-weight: bold;
	text-decoration: none;
}

.LanguageSelectorSet
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #4f5053;
}
.LanguageSelectorSet:link	{
	text-decoration:    none;
	font-weight: bold;
	color: #4f5053;	
}

.LanguageSelectorSet:visited {
    text-decoration:    none;
    font-weight: bold;
	color: #4f5053;
}
.LanguageSelectorSet:hover	{
	color: #e3e3e3;
	font-weight: bold;
	text-decoration: none;
}


/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #000000;
    vertical-align: middle;
}
/* style of item titles by Announcements and events */
.ItemTitleDate {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: normal;
    color: #000000;
    vertical-align: middle;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    color: #000000;
    line-height: 16px
/*    color: #496886; */
/*    color: #666644; */
}

/* style for the 'more...' link */
.MoreLink
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
	text-align: left;	
}

/* generic Link */
.Link
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: underline;
    color: #000000;
    cursor: hand;	
}

/* style for module titles underline*/
.ModuleTitleline   {
    color: #000000;
}

/* style for module titles cell */
.ModuleTitleCell	{
    font-family: Helvetica, Verdana, sans-serif;
    font-size:  24px;
    line-height: 27px;
	margin-top: 0px;
	padding-top: 0px;
	font-style:italic;
	font-weight:bold;
		/* start intranet only */
	/*border-bottom-style: solid;*/
	/*border-bottom-color: #CAD1E1;*/
	/*border-bottom-width: 1px;*/
	/* end intranet only */
}

/* style for module titles cell in admin mode */
.ModuleTitleCellAdmin	{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: Bold;    
    font-style: italic;
    background-color:#D9D9D9;
    text-transform: uppercase;
}

/* style for i4NotificationMenu items */
.NotificationMenuItem 
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #000000;	/* color of drop-down item-font*/	
	text-decoration: none;
}

.ModuleItemTitle
{
	border-color: #ffffff;
	border-width: 1;
	border-style: solid;
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: #000000;
    vertical-align: middle;
}

.ModuleItemTitleSelected
{
	border-color: #cccccc;
	border-width: 1;
	border-style: solid;
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: #000000;
    vertical-align: middle;
}

.DocumentItemTitle
{
	border-color: #EAECED;
	border-width: 1;
	border-style: solid;
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    color: #000000;
    vertical-align: middle;
}
.DocumentItemTitle_rp
{
	border-color: #FFFFFF;
	border-width: 1;
	border-style: solid;
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    color: #000000;
    vertical-align: middle;
}

.DocumentItemTitleSelected
{
	border-color: #6E1188;
	border-width: 1;
	border-style: solid;
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    color: #000000;
    vertical-align: middle;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #000000;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
    color: #000000;
}

.NormalEditGrey
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
	color: Gray;
}

.klein
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 12px;
    color: #000000;    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

/* text style used for alternating lines in Datagrids*/
.NormalAlternating
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    background-color: #E8EDF3;
}


/* text style in Contact Datagrids*/
.ContactNormal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    vertical-align: top;
}

.Contacthead
{
    BACKGROUND-COLOR: #CAD1E1;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    color:#000000;                  
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.CommandButtonTitle     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;    
}

/* hyperlink style for link buttons */
.LinkImage 
{
	vertical-align: middle;
}

/* text style for countdown */
.Countdown	{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 18px;
    color: #000000;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #000000;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #000000;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #000000;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}


/* Banner */
/* style for portalbanner */
TD.menuhead
{
	background-color: #EE1C23;
	/* BSA: #CAD1E1 */
	/* Intranet: #E7EBEF */
}

/* Login */
/* style for Login-box*/    

TD.loginhead1
{
    BACKGROUND-COLOR: #D9D9D9;               
}

TD.loginhead2
{
    BACKGROUND-COLOR: #D9D9D9;
    /* intranet: #96A5B1 */
    /* bsa: #042568 */                 
}

TD.loginhead3
{
    BACKGROUND-COLOR: #D9D9D9;           
}

TD.loginhead4
{
    BACKGROUND-COLOR: #000000;            
}


TD.logintext
{
    BACKGROUND-COLOR: #D9D9D9;
    /* intranet: #E7EBEF */
    /* bsa: #CAD1E1 */
}

TD.edithead
{
    BACKGROUND-COLOR: #042568;            
}

/* style for Events, Date-Location */
.eventsdate
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	font-style:italic;
	line-height: 12px;
    color: #000000;
}

/* style for Login-text */
.loginhead
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 14px;
    text-align: Center;
    font-weight: bold;                  
    font-style: italic;
    text-transform: uppercase;
}

.logintext
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;      
    FONT-SIZE: 9px;
    background-color: #D9D9D9;
}

.loginbutton
{
    border-left: 1px solid #80868B;
    border-top: 1px solid #80868B;
    border-right: 1px solid #80868B;
    border-bottom: 1px solid #80868B;            
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
}


/* news module AfU*/
.NewsAfUImageLegend
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
}

.NewsAfUImageBlack
{
    width: 1 px;
    background-color: #000000;
}
/* end news module AfU*/

/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #000000;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #000000;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #000000;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #000000;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #000000;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #000000;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #000000;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #000000;
}

A:link  {
    text-decoration:    underline;
    color:  #EE1C23;
}

A:visited   {
    text-decoration:    underline;
    color:  #EE1C23;
}

A:active    {
    text-decoration:    underline;
    color:  #EE1C23;
}

A:hover {
    text-decoration:    underline;
    color:  #EE1C23;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}


INPUT
{
    PADDING-LEFT: 1px;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
}

CHECKBOX
{
    FONT-SIZE: 11px;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
}

input.CHECKBOX2
{
    FONT-SIZE: 11px;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    BACKGROUND-COLOR: #ff00ff;   
}

SELECT
{
    FONT-SIZE: 11px;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
}

TEXTAREA
{
    BORDER-RIGHT: #7f7f7f 1px solid;
    BORDER-TOP: #7f7f7f 1px solid;
    BORDER-LEFT: #7f7f7f 1px solid;    
    BORDER-BOTTOM: #7f7f7f 1px solid;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
}    

/* Styles for i4Team */

TD.H1
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #d0d3d9
}
TD.H2
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #e2e4e7;
   border-left:solid 1px #d0d3d9;
   border-right:solid 1px #d0d3d9;

}

TD.List
{
   FONT-SIZE: 11px;
   COLOR: #000000; 
   FONT-FAMILY: Verdana, Arial;
/*   BACKGROUND-COLOR: #ffffff; */
   border-left:solid 1px #d0d3d9;
   border-right:solid 1px #d0d3d9;
   padding-left: 5px;
   padding-right: 5px;
   overflow: hidden;

}


.Warning
{
   FONT-SIZE: 11px;
   COLOR: #FF0000; 
   FONT-FAMILY: Verdana, Arial;
/*   BACKGROUND-COLOR: #ffffff; */

}


TR.Selected
{
    BACKGROUND-COLOR: #e7ebef
}

.Editpane
{
	background-color: #E5E9EF;	
}

.documents
{
    FONT-SIZE: 11px;
    BACKGROUND-COLOR: #FFFFFF;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
}
.documents_table
{
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, sans-serif;
	color: #FFFFFF;    
	background-color: #737373;
	border: none, 0, #E5E5E5;
}
.documents_rp
{
    FONT-SIZE: 11px;
    BACKGROUND-COLOR: #FFFFFF;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
}

.gallerytable
{
    FONT-SIZE: 11px;
    BACKGROUND-COLOR: #EAECED;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
}

.divToolTip
{
    BORDER-RIGHT: #56688b 1px solid;
    BORDER-TOP: #56688b 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #56688b 1px solid;
    COLOR: black;
    BORDER-BOTTOM: #56688b 1px solid;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #f6f2f6;
    TEXT-ALIGN: left
}

.edit_head
{
    BACKGROUND-COLOR: #FA702A;
    border: 1 solid #6E8693;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    font-weight:bold;    
}

.edit_content
{
    BACKGROUND-COLOR: #ffffff;
    border-left: 1 solid #6E8693;
    border-right: 1 solid #6E8693;
    border-bottom: 1 solid #6E8693;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;    
}

.form_back
{
    BACKGROUND-COLOR: #B40274;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    font-weight:bold;     
}

.form_content
{
    BACKGROUND-COLOR: #FAECF6;
    FONT-SIZE: 11px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    font-weight:normal;       
}

.quicklinksline  {
    background-color:#D5D8DB;
}

.quicklinkstitel  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;    
    text-transform: uppercase;
    font-style:italic;

}

.quicklinkstext  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 12px;
}

/* form-pages */

.formback  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight: bold;    
    /*background-color:#ffffff;*/
    color:#000000;
}

.formcontent  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    /*background-color:#EAECED;   */
    color:#000000;
}

.formline  {
    background-color:#D7D7D7;
}

.form	
{
	border-style:solid;
    border-color:#D7D7D7;
    border-width: 1px;
}

@media print 
{
	.printbutton {visibility:hidden;}

HR {
    color: #000000;
    height:0;
    text-align:left;    
	border-bottom:solid 1px #000000;   
}

TD.H1
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #d0d3d9;
   padding-left: 5px;
   padding-right: 5px;
    
}
TD.H2
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #ffffff;
   border-left:solid 1px #d0d3d9;
   border-bottom:solid 1px #000000;
   padding-left: 5px;
   padding-right: 5px;
}

TD.List
{
   FONT-SIZE: 11px;
   COLOR: #000000; 
   FONT-FAMILY: Verdana, Arial;
   border-left:solid 1px #d0d3d9;
   padding-left: 5px;
   padding-right: 5px;


}
	
DIV
{
	overflow:visible;
}
	
}

@media screen 
{
	
DIV
{
	overflow:auto;
}
	
	
}



/* hyperlink styles of the divisions */
.division   {
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9px;
    text-decoration: none;
    color:#000000;
    text-transform:uppercase;
    height:16px;
    line-height:16px;    
}

divider {
    color: #BDBDBD;
}

.FaqQuestion
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    color: #546884;
}

.SearchHead	{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    line-height: 19px;	
}

.NoWrapWithEllipsys
{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;	
}

.tc_Menubar 
{
	background-image: url(/images/gridex/colbk.gif);
	border-width: 1px;
	border-style: solid;
	border-color: #98B4E2;	/* office 2003 line color*/
}

.tc_formcontent  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    background-color:#ffffff;
    color:#000000;   
}

.tc_form  
{
	border-bottom-style: solid;
	border-bottom-color: #98B4E2;
    border-bottom-width: 1px;
}

.tc_form_blue
{
	color: Blue;
	border-bottom-style: solid;
	border-bottom-color: #98B4E2;
    border-bottom-width: 1px;
}

.tc_form_total
{
	border-bottom-style: solid;
	border-bottom-color: #98B4E2;
	border-bottom-width: 1px;
	font-weight: bold;
}

.tc_contextMenuItem
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000000;	/* color of drop-down item-font*/	
	text-decoration: none;
}

.footer
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight:normal;
	color: #000000;
}
