﻿/* ABS */

a:link.Top, a:visited.Top, a:active.Top {
    color: #000000;
	text-decoration: none;
	font-weight: normal;
	text-transform: capitalize;
	font-style: normal;
}
a:hover.Top {
    color: #000000;
	text-decoration: underline;
	font-weight: normal;
	text-transform: capitalize;
	font-style: normal;
}

a:link.FootprintLink, a:visited.FootprintLink, a:active.FootprintLink {
    color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
	font-style: normal;
}
a:hover.FootprintLink {
    color: #000000;
	text-decoration: underline;
	font-weight: bold;
	text-transform: capitalize;
	font-style: normal;
}

a:link.TopSel, a:visited.TopSel, a:active.TopSel {
    color: #666666;
	text-decoration: none;
	font-weight: normal;
	text-transform: capitalize;
	font-style: normal;
}
a:hover.TopSel {
    color: #666666;
	text-decoration: underline;
	font-weight: normal;
	text-transform: capitalize;
	font-style: normal;
}

a:link.Bottom, a:visited.Bottom, a:active.Bottom {
    color: #000000;
	text-decoration: none;
	font-weight: normal;
	text-transform: capitalize;
	font-style: normal;
}
a:hover.Bottom {
    color: #000000;
	text-decoration: underline;
	font-weight: normal;
	text-transform: capitalize;
	font-style: normal;
}

a:link.BottomSel, a:visited.BottomSel, a:active.BottomSel {
    color: #000000;
	text-decoration: underline;
	font-weight: normal;
	text-transform: capitalize;
	font-style: normal;
}
a:hover.BottomSel {
    color: #000000;
	text-decoration: none;
	font-weight: normal;
	text-transform: capitalize;
	font-style: normal;
}

a:link.MenuMain, a:visited.MenuMain, a:active.MenuMain {
    color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-style: normal;
	font-size:11pt;
}
a:hover.MenuMain {
    color: #BAC6C9;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-style: normal;
	font-size:11pt;
}

a:link.MenuMainSel, a:visited.MenuMainSel, a:active.MenuMainSel {
    color: #BAC6C9;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-style: normal;
	font-size:11pt;
}
a:hover.MenuMainSel {
    color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-style: normal;
	font-size:11pt;
}

a:link.MenuSub, a:visited.MenuSub, a:active.MenuSub {
    color: #000000;
	text-decoration: none;
	font-weight: normal;
	text-transform: capitalize;
	font-style: normal;
	font-size:13px;
}
a:hover.MenuSub {
    color: #000000;
	text-decoration: underline;
	font-weight: normal;
	text-transform: capitalize;
	font-style: normal;
	font-size:13px;
}


a:link.MenuSubSel, a:visited.MenuSubSel, a:active.MenuSubSel {
    color: #000000;
	text-decoration: underline;
	font-weight: bold;
	text-transform: capitalize;
	font-style: normal;
	font-size:13px;
}
a:hover.MenuSubSel {
    color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
	font-style: normal;
	font-size:13px;
}

a:link.More, a:visited.More, a:active.More {
    color: #800800;
	text-decoration: none;
	font-weight: normal;
	text-transform: lowercase;
	font-style: normal;
	font-size:11px;
}
a:hover.More {
    color: #800800;
	text-decoration: underline;
	font-weight: normal;
	text-transform: lowercase;
	font-style: normal;
	font-size:11px;
}


.MenuSep {
    color:#ffffff;
	font-size:11pt;
}

.MainMenuBar {
	background-color:#374245;
}

.MidCell {
/*
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
*/
}

.Copyrights {
	color:#000000;	
	font-size:10px;		
}

.PageTitle {
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #000000;
}

.PageTitleWhite {
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #ffffff;
}


.SubTitle {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-transform: capitalize;
	color: #000000;
}

.CellSideBorder {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C0C0C0;
}

.MenuSubsBar {
	background-color:#ffffff;
	height:30px;
	opacity:.80;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
}

.BottomBar {
/*
	background-color:#ffffff;
	opacity:.60;
	filter: alpha(opacity=60); 
	-moz-opacity: 0.6;*/
	height:30px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;

}

a:link.aBottom, a:visited.aBottom, a:active.aBottom {
    color: #000000;
	text-decoration: none;
	font-weight: normal;
	text-transform: capitalize;
	font-style: italic;
}
a:hover.aBottom {
    color: #000000;
	text-decoration: underline;
	font-weight: normal;
	text-transform: capitalize;
	font-style: italic;
}