html, body {
	padding:0;
	margin:0;
	top:0;
	background-image:url(images/bkgr.jpg);
	background-repeat:repeat-x;
	background-color:#22529A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
#wrp {
	background-color:#FFFFFF;
	width:968px;
	margin-left:auto;
	margin-right:auto;
}
#hdr {
	height:134px;
	background-image:url(images/hdr.gif);
	background-repeat:no-repeat;
	border-bottom:2px solid #336699;
}
#mnu {
	height:28px;
	background-image:url(images/mnuBg.jpg);
	background-repeat:repeat-x;
	border-bottom:2px solid #336699;
	padding-top:3px;
	padding-left:8px;
}
#cnt {
	padding:0 8px;
}
#cnt a {
	text-decoration:none;
	color:#225299;
}
#cnt a:hover {
	text-decoration:underline;
}
#inf {
	float:right;
	background-color:#91ADC9;
	color:#FFFFFF;
	width:968px;
	font-size:9pt;
	padding:8px 0;
	margin-bottom:3px;
	text-align:center;
}
#ftr {
	width:968px;
	margin-left:auto;
	margin-right:auto;
	margin-top:8px;
	text-align:center;
	font-size:8pt;
}
.MenuCss {
	color:#000;
	padding-left:10px;
	font-weight:bold;
}
.MenuCssHover {
	color:#fff;
	text-decoration:none;
}
.SubMenu {
	background-color:#0499fd;
	border-color:Black;
	border-width:1px;
	border-style:solid;
	font-weight:bold;
	color:#000;
}
.SubMenuHover {
	background-color:#0499fd;
	border-color:Black;
	border-width:1px;
	border-style:solid;
	font-weight:bold;
	color:#fff;
}
a:focus {
	outline:none;
}
