body, p, td, tr{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.5em;
}
body{
	background-color:#FFF;
	color:#000;
}

.background1 {
	background-image: url(Imgs/bg_pills.jpg);
}
.background {
	background-image: url(Imgs/about_us/premark_blank_logo_tint.jpg);
}

li{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: -20px;
}
ul {
	margin-bottom: 5px;
}


h1, h2, h3, h4, h5{
	font-weight: bold;
	color: #990000;
}

h1{
	font-size: 18px;
}
h2{
	font-size: 15px;
}
h2.lessgap{
	margin-bottom:0px;
}
h3{
	font-size: 12px;
	margin-bottom: -10px;
	line-height: normal;
	color: #000000;
}
#content{
	position:relative;
	width: 756px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
}
#content2{
	/*same as above but no height (make sure content will fit)*/
	position:relative;
	width: 756px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
}
.text{
	margin: 0px 10px 0px 10px;
}
.linkstext{
	margin: 50px 10px 50px 10px;
	text-align:center;
	line-height: 1em;
}
.small{
	line-height: 1em;
	font-size:12px;
	font-weight:bold;
}
.refs p{
	font-size: 10px;
	line-height: 1.1em;
	margin:0 0 8px 0;
	padding:0;
}
.legaltxt{
	line-height: 1.5em;
	font-size:10px;
	color:#999;
	margin: 40px 0px 10px 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}
.clientlogos{
	background-image:url(Imgs/clientlogos.gif);
}
.map{
	margin:10px 10px 10px 10px;
}
a {
	color: #990000;
	text-decoration:none;
	font-weight:bold;
	}
a.consult{
	color: #000;
}
a:hover{
	text-decoration:underline;
	}
a.consult:hover{
	color: #900;
}

.image_right {
	float: right;
}
.image_left {
	float: left;
	margin-right: 10px;
}
