html,body {
	padding: 0px; 
	margin: 0px;
	border: none;
	height: 100%;
	color: #333333;	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-decoration: none;
	background: url(../images/layout_background.gif);
}
a {
	color: #1E5BA2;	
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.HeaderFooter {
	font-size: 11px;
}
.NewsTitle {
	font-weight: bold; 
	font-size: 14px;
}
.AppTitle {
	font-weight: bold; 
	font-size: 16px;
}
.WhiteTitle {
	color: #ffffff; 
	font-weight: bold; 
	font-size: 14px;
}
.WhiteHeaderFooter {
	color: #ffffff; 
	font-size: 11px;
}
.WhiteLink a {
	color: #ffffff; 
	text-decoration: none;
	font-size: 11px;
}
.WhiteLink a:hover {
	color: #ffffff; 
	text-decoration: underline;
	font-size: 11px;
}
.Quote {
	font-style: italic; 
}
div.sdmenu {
	width: 130px;
	padding-bottom: 4px;
	background: url(../images/menu_bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	background: url(../images/menu_title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(../images/menu_title.gif) repeat-x;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	padding-right: 0px;
	font-weight: bold;
	color: white;
	background: url(../images/menu_arrow2.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(../images/menu_arrow1.gif);
}
div.sdmenu div a {
	padding: 2.5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #1E5BA2;
}
div.sdmenu div a.current {
}
div.sdmenu div a:hover {
	background : #015c93;
	color: #fff;
	text-decoration: none;
}