a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EDF6FF;
	scrollbar-base-color:#5b85ad;
	scrollbar-track-color:#FFFFFF;
	scrollbar-arrow-color:#FF6600;

}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FF6600;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; font-size: 14px; color: #FFFFFF;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #CC0000;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; font-size: 14px; color: #336699;
}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; font-size: 11px; color: #336699;
}
.style9 {
	color: #FFFFFF; font-weight: bold;
}
.style11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style12 {color: #FFFFFF}
.style13 {color: #079235}
.style14 {color: #990000}
.style15 {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 18px; font-weight: bold}

div.sdmenu {
	width: 190px;
	background: url(maintitle.gif) no-repeat;
	font-family: Arial, sans-serif;
	font-size: 13px;
	padding-bottom: 0px;
	color: #000000;
	
}
div.sdmenu div a:hover {
	color: #000000;
	background : #ffc772 url(linkarrow.gif) no-repeat right center;
}
div.sdmenu div {
	background: url(maintitle.gif) no-repeat;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(maintitle.gif) no-repeat;
	color: #000000;
}
div.sdmenu div.collapsed {
	height: 25px;
	color: #000000;
	
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #EDF5FF;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
	color: #FFFFFF;
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #EDF6FF;
	color:#000000;
	display: block;
	border-bottom: 1px solid #ffc772;

}
div.sdmenu div a:visited {
	color: #000000;
}
#popupMask {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:200;
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #333344;
	color: #FFFFFF;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #78A3F2;
	border-left: 1px solid #78A3F2;
	border-right: 1px solid #204095;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}
#popupControls a span {
	display: block;
	height: 15px;
	width: 15px;
	text-indent: -9000px;
	background: url('close.gif') no-repeat;
}

