.blur{
	background-color: #FFF; /*shadow color*/
	color: inherit;
	margin-left: 0px;
	margin-top: 0px;
}

.shadow,
.content{
	position: relative;
	bottom: 0px;
	right: 0px;
}

.shadow{
	background-color: #FFF; /*shadow color*/
	color: inherit;
}

.content{
	background-color: #FFF; /*background color of content*/
	color: #000; /*text color of content*/
	border: 0px solid #000; /*border color*/
	padding: 5px; /*.5em 2ex;*/
}

.blur1{
	background-color: #FFF; /*shadow color*/
	color: inherit;
	margin-left: 0px;
	margin-top: 0px;
}

.shadow1,
.content1{
	position: relative;
	bottom: 0px;
	right: 0px;
}

.shadow1{
	background-color: #FFF; /*shadow color*/
	color: inherit;
}

.content1{
	background-color: #FFF; /*background color of content*/
	color: #000; /*text color of content*/
	border: 0px solid #FFF; /*border color*/
	padding: 5px; /*.5em 2ex;*/
}

.heading{
	font-size: 14px;
	background-color: #FFF;
	padding: 0px;
}

.summary{
	background-color: #FFF;
	padding: 0px;
}

.separator{
	/*height: 1px;*/
}.PageTitleSmall {
	font-family: "Courier New", Courier, monospace;
	color: #000;
	font-size: 20px;
}
.linkfont {
	font-family: "Courier New", Courier, monospace;
	color: #000;
	font-size: 20px;
}
#smtext{
margin-right: -50px;
width:100%;
float:right;
font-family: "Courier New", Courier, monospace;
color: #000;
font-size: 20px;
	
}

.PageTitle {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	font-size: 32px;
}
