body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	/*background-image: url(../images/design/bg.gif);*/
	background-color: #e9e8e8; /*#e5e4e4;*/
	overflow: scroll;
	/*overflow-x: hidden;*/
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: lighter;
	color: #333;
	text-decoration: none;
	text-align: left;
}
a {
	text-decoration: none;
	color: #000080;
}
a:hover {
	text-decoration: none;
	color: #0000CC;
}
.header {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: lighter;
	color: #333;
	text-decoration: none;
	text-align: left;
}
.text_normal {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: lighter;
	color: #333;
	text-decoration: none;
	text-align: left;
}
.text_bold {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align: left;
}
.text_boldUnderline {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align: left;
	border-bottom: solid 1px #333;
}
.text_pressdate {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: lighter;
	color: #999;
	text-decoration: none;
	text-align: left;
}
.headerWelcome {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 20px;
	font-weight: lighter;
	color: #333;
	text-decoration: none;
	text-align: left;
}
.headerstreckad {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: lighter;
	color: #333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	text-align: left;
}
.dividerleft {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
}
.imageSlideshowHolder {            
        width:1000px;    /* Image width */
        height:150px; /* Image height */  
        position:relative;      /* Don't remove this line */
	/*border: solid 1px #fff;*/
}
.imageSlideshowHolder img{
        position:absolute;
        bottom:1px;
	left:0px;
	width:1000px;
}
.imageSlideshowHolder img{
        position:absolute;
        bottom:1px;
	left:0px;
	width:1000px;
}
.toplogodiv {
	position:absolute;
	top:9px; 
	width: 100%; 
	text-align:center;
	/*border:solid 1px #000; */
	z-index:100;
}
.ContactSelected {
	background: #efefef;
	border-left: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}
.ContactNotSelected {
	border-right: solid 1px #999;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
.IsSelected {
	/*background: #efefef;*/
	/*border-left: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	border-right: solid 1px #fff;*/
	width:130px;
	background-image: url(../images/design/menubg.jpg);
	background-repeat:  no-repeat;
	/*border-top: solid 1px #999;
	border-bottom: solid 1px #999;*/
}
.IsNotSelected {
	/*border-right: solid 1px #fff;
	border-left: solid 1px #fff;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;*/
	/*font-weight: normal;*/
	/*border: solid 1px #fff;*/
	width:130px;
}
.dottedline {
	border-top: dotted 1px #333;
	margin-top: 4px;
	margin-bottom: 4px;
}
.dottedlinetop {
	border-top: dotted 1px #333;
	/*margin-top: 4px;*/
	margin-bottom: 4px;
}
.absolutePageDiv {
	position: absolute; 
	left:10px; 
	top:-4px;
	visibility: visible;
}
.absolutePageDivHidden {
	position: absolute; 
	left:10px; 
	top:-10000px;
	visibility: hidden;
}
.hrdivdotted {
	border-top: 1px dotted #333; 
	margin-top:5px; 
	margin-bottom:5px;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}