html,body {
	margin: 0;
	padding: 0;
	color:#4b4b4b;
	background:#fdfcfc;
	font: 11px Arial, Helvetica, sans-serif;
}
#wrapper{
	background:#f7f7f7;
	margin:20px;	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #ccc;
	padding:0 10px;
	overflow:auto;
	zoom:1;
}
#mst {
	min-width:500px;
	max-width:860px;
	margin: 0 auto
}

h1,h2,h3,h4{
	margin:0;
	padding:0;
	font-family:Georgia,"Times New Roman",Times,serif;
	color:#cc0000;
	font-weight:normal;
	text-shadow:1px 1px 2px #ccc;
}
h1{
	color:#cc0000;
	font-size:18px;
	float:left;
}

h2 {
	-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
background:#dddddd;
padding:3px 9px;
position:absolute;
margin-top:-40px;
font-size:13px;

}
h3 {
	border-bottom:1px dotted #a4a4a4;
	padding-bottom:5px;
	margin-bottom:10px;
	padding-left:10px;
	font-style:italic;
	color:#000;
	font-size:13px;
}
h4 {
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	font-style:italic;
	color:#000;
	margin-top:22px;
	margin-bottom:2px;
}
h3.ext {
	margin-top:20px;
	
}

.par {
	margin:0 30px;
}
a.aRgt, a.aRgt:visited, a.aRgt:link, a.aRgt:active {
	float:right;
	margin-top:3px;
	text-decoration:none;
	border-bottom:1px dotted #3a52b8;
	color: #3a52b8
}
a.aRgt:hover {
	text-decoration:none;
	border-bottom:1px solid #cc0000;
	color:#cc0000;
}

.btm {
	margin-top:10px;
}
#header {
	margin:0 -10px 28px;
	padding:10px;
	border-bottom:1px solid #dddddd;
	overflow:auto;
	zoom:1;
}

.section,.sectionExt {
	border:1px solid #dddddd;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding:30px 10px 10px;
	margin:20px 0 10px;
	background:#fafafa;
	overflow:auto;
	zoom:1;
}
.sectionExt {
	padding:10px;
	margin:20px 0 10px;
	background:#fafafa;
	overflow:auto;
	zoom:1;
}
.lft {
	float:left;
	width:48%
}
.rgt {
	float:right;
	width:48%
}
.infoFt,.infoFtExt {
	float:left;
	margin:10px 0;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-style:italic;
	font-size:10px;
	text-shadow:1px 1px 0 #fff;
}
.infoFtExt {
	margin:0;
}
ul {
	list-style-type:square;
	margin:5px 0 8px 25px;
	padding:0;
	}