body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h1 {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*Names*/
#top a {
    color:White;
}
#bottom a {
    color: White;
    font-weight: normal;
    font-size: 10px;
}
#bottom a:hover {
    text-decoration: underline;
}
/*Classes*/
.BREADCRUMB-txt {
	color: white;	
}
.MainMenu_MenuContainer1 {
	float: right;
	padding: 0px;
	margin-top: 10px;
}
.MainMenu_MenuBar1 {
    border: solid 1px blue;
}
.MainMenu_MenuArrow1 {
	/* Changes Submenu Arrow*/
}
.MainMenu_MenuBreak1 {

}
.MainMenu_MenuIcon1 {

}
.MainMenu_MenuItem1 {
	background: white url('images/grey2white.png') repeat-x;
	color: black;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px;
	text-align: center;
	vertical-align: text-bottom;
	text-decoration: none;
}
.MainMenu_MenuItemSel1 {
	background: white url('images/white2grey.png') repeat-x;
	color: black;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px;
	text-align: center;
	vertical-align: text-bottom;
	text-decoration: none;
}
.MainMenu_SubMenu1 {

}
.MainMenu_RootMenuArrow1 {

}

