html { 
	height: 100%; 
	margin-bottom: 1px; 
} /*force firefox,opera, safari to show scrollbar*/
body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	Background-color : #ffffff;
	margin : 0px 0px 0px 0px;
}
a:link, a:visited, a:hover {
	text-decoration: none;
	font-weight: normal;	
}
a:hover {
    text-decoration : underline;
}
a.menu:link, a.menu:visited, a.menu:hover, b.menu {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
a.menu:hover {
    text-decoration : underline;
	color: #0000ff;
}
span.title {
	font-size: 33px;
	font-weight: bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
img{
	border: 0;
}
.large{
	padding : 50px 30px 100px 30px; /*top,right,bottom,left*/
	font-size: 21px;
	font-weight: bold;
}
.medium{
	padding : 50px 30px 100px 30px; /*top,right,bottom,left*/
	font-size: 17px;
	font-weight: bold;
}
.client{
	padding : 20px 20px 20px 20px; /*top,right,bottom,left*/
	font-size: 13px;
}
dt {
	font-size: 21px;
	font-weight: bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
dd {
	font-size: 17px;
	font-weight: normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
hr{
	color: #000000;
	height: 5px;
	width: 75%;
}


div.scrollable {
	height: 150px;
	width: 600px;
	left: 190px;
	overflow: auto;
	padding-right: 5px;
	position: relative;
	top: 380px;
}
.cover {
	background-color:#febebf;
	opacity: 0;
	filter:alpha(opacity=0);/*80*/
	position:absolute;
	z-index: 2;
	top:0px;
	left:0px;
	width:100%;
}
.popupwindow {
	position: absolute;
	background-image:url(images/darkPink.jpg);
	z-index: 3;
}
