/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}
.bulk {
	font: 12px trebuchet MS;
	color: #666666;
}
a.bulk:active, a.bulk:link, a.bulk:visited {
	color: #74CBC8;
	text-decoration: none;
	font-weight: bold;
}

a.bulk b {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a.bulk:hover b {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

a.bulk:hover {
	color: #B6E2E6;
} 
.latestnews {
	font: 12px trebuchet MS;
	color: #ffffff;
	font-weight: bold;
}
.links {
	color: #ffffff;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
}
a.links:active, a.links:link, a.links:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
a.links:hover {
	color: #B7E2E7;
}
.disclaimer {
	font: 11px trebuchet MS;
	color: #666666;
}
a.disclaimer:active, a.disclaimer:link, a.disclaimer:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.disclaimer:active, a.disclaimer:link, a.disclaimer:visited, a.disclaimer:hover b, a.disclaimer b {
	font-weight: normal;
}

a.disclaimer:hover {
	color: #B7E2E7;
}
.producttitle {
	font: 12px trebuchet MS;
	font-weight: bold;
	color: #94D7D5;
}
.bullet {
	font: 11px trebuchet MS;
	color: #666666;
}
.background {
	background-color: #6D6E71;
	height: 22px;
	text-indent: 20px;
	font: 12px trebuchet MS;
	font-weight: bold;
	color: #94D7D5;
}
.testimonials {
	font: 11px trebuchet MS;
	font-weight: bold;
	color: #53BDB8;
}
.boldtestimonial {
	font: 11px trebuchet MS;
	font-weight: normal;
	color: #666666;
}
div.fileinputs {
	position: relative;
	cursor: pointer;
}
div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	display: block;
}
input.file {
	position: relative;
	text-align: right;
	opacity: 0;
	z-index: 2;
	cursor: pointer;
}

