.bkgrnd {
	background-attachment: fixed;
	background-color: #D6E4FD;
	background-image: url(../images/topbkgrnd.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.btmredline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D51505;
}
a.menulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.langlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.secondbkgrnd {
	background-attachment: scroll;
	background-color: #D6E4FD;
	background-image: url(../images/2ndcircle.gif);
	background-repeat: no-repeat;
	background-position: 469px 147px;
}
.topbkgrnd {
	background-image: url(../images/topbkgrnd.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.pagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.pageHead {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.pagelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a.pagelink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.pagesubheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000099;
}
 .imgborder{
 border-style:solid;
 border-width:thin;
 border-color:#993333;
 
 }