body {
	background-color:#ffffff;
	color: white;
	font-family: Arial, Verdana, MS SansSerif;
	font-size: x-small;
}
.normal
{
	font-size: 10pt;
}
.SubHead
{
	color: white;
}
.CommandButton
{
	color: white;
}
a.CommandButton, a.CommandButton:visited, a.CommandButton:active, a.CommandButton:link
{
	color: white;
}
a, a:link, a:active, a:visited
{
	color: white;
	text-decoration: underline;
}
a:hover
{
	color: #339966;
	text-decoration: none;
}

/* Main Menu */
.SelectedTab    {    
    font-size:  11px;
    font-weight:    bold;
	color:#ffffff;
}

.MainMenu_MenuContainer {
	background-color: transparent;
	padding-left:5px;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #white; 
	font-size: 8pt;
	font-style: normal; 
	border-left: #ffffff 1px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-right: #000000 0px solid;

}
.MainMenu_MenuBreak {
	border-bottom: #404040 1px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 1px solid;  
	border-right: #404040 0px solid; 
	background-color: #ffffff; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #ffffff;
	cursor: pointer; 
	cursor: hand; 
	color: #12326E; 	
	font-weight: bold; 
	font-style: normal;
	font-size: 8pt;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #44AA77; 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	
}
a.OtherTabs:LINK, a.OtherTabs:VISITED, a.OtherTabs:ACTIVE {
	color: white;
}
.Head
{
	color: white;
}	
.containerTitle {
	background: url(/Portals/_default/containers/gts/images/container.jpg) no-repeat;
	width: 100%;
	height: 25px;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	color: white;
	font-size: x-small;
	font-weight: bold;	
}
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;    
    text-decoration: none;
}
