.Head {
   font-family: Helvetica, Tahoma, Arial;
   font-size:  12px;
   font-weight: normal;   
}

/* Links */
a:link {text-decoration: none; color: #000;} 
a:visited {text-decoration: none;color:#000;} 
a:active {text-decoration: none;color:#000;} 
a:hover {text-decoration: none;color:#ED1B24;}

a.SkinObject:link {text-decoration: none; color: yellow;} 
a.SkinObject:visited {text-decoration: none; color: yellow;} 
a.SkinObject:active {text-decoration: none; color: yellow;} 
a.SkinObject:hover {text-decoration: none; color: yellow;} 

img {	
	border-color: #000;
}

/* Search */
.SearchWrapper {
	position:relative;
	/*width: 130px;	
	left:5px;*/
	border-style: solid;
	border-color: #dedede;
	border-width: 1;
}
.SearchHeader{    
	background: url(searchheader.gif);
	background-position: top left;
	background-repeat: no-repeat;	
	background-color: #ffffff;
	width: 100%;
		
}
.SearchContainer{
	/*background: url(searchcontainer.gif);
	background-position: bottom;
	background-repeat: repeat-x;*/	
	text-align: center; 
	width:100%; 		
	background-color: #ffffff;
}
.SkinObject {
    font-weight: bold;
    font-size: 9.5pt;
    color: #000;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
a.SearchButton:link {text-decoration: none; color: #000;} 
a.SearchButton:visited {text-decoration: none; color: #000;} 
a.SearchButton:active {text-decoration: none; color: #000;} 
a.SearchButton:hover {text-decoration: none; color: #817C5C;} 
.SearchButton {
	background-color: #ffffff;
	border-style: solid;
	border-color: #dedede;
	border-width: 1;
	font-family: Helvetica, Tahoma, Arial;
	font-size:  12px;
	font-weight: normal;
	width: 80px;
}
.ButtonWrapper {	
	position: relative;
	padding: 5px 5px 10px 10px;
	width: 100px;
}

/* Main Menu */
.MenuWrapper {
	position:relative;
	left:5px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 			
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;	
	background-color: transparent;		
	width: 130px;		
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 	
	background-color: transparent;	
    height: 25px;		
	border:1px white solid;
	border-width:1px 0;
}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	color: #FEF200;
	cursor: hand; 
	background-color: #ED1B24; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); */
	border-bottom: #ED1B24 0px solid; 
	border-left: #ED1B24 0px solid; 
	border-top: #ED1B24 0px solid; 
	border-right: #ED1B24 0px solid;	
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 0px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 2px;
}
.MainMenu_MenuItemSel {	
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: transparent;	
	height: 25px;	
}

.MainMenu_RootMenuItemSelected{	
}

.MainMenu_MenuArrow {
	display: none;
}
.MainMenu_RootMenuArrow {
	display: none;	
}
.MainMenu_RootMenuItemBreadcrumb {
	display: none;
}

.footer a:hover {text-decoration: none;color: yellow;}
