/*Elements */
BODY {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #012e5a;
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	color: #012e5a;
	background: url(background.gif);
}

A:Hover {
	color: #012e5a;
	text-decoration: underline;
}

/* Classes */
.normal {
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	color: #012e5a;
}

.mainTable {
}

.breadcrumb {
	font-size: .8em;
}

/* Main Menu*/
.MainMenu_MenuContainer {
	height: 26px;
}

.MainMenu_Root {
	color: #fab60d;
	height: 26px;
}

.MainMenu_Root_Sel {
	background-color: #fab60d;
	height: 26px;
}

.MainMenu_Root_Active {
background-color: #fab60d;
color: #012e5a;	
height: 26px;
}

.MainMenu_RootSelected {
background-color: #fab60d;
color: #012e5a;	
height: 26px;	
}

.MainMenu_MenuItemSel {
	background-color: #fab60d;
}

.skinObject {
		font-family: "Times New Roman", Times, serif;
	font-size: .85em;
	color: #012e5a;
	font-weight: bold;
}
.clsLogin {
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
	color: #012e5a;
	font-weight: bold;
	padding-right: 2px;
}