body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Helvetica;
	color: #323D4F;
	background-color: #FFFFFF;
	font-size: 10px; 
	margin: 0;
}

#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
  background-image: url('./images/background.gif');
  background-repeat: repeat-x;
/*	padding: 0 25px 15px 25px;*/
	padding: 0;
}

A {
	text-decoration: underline;
	color: #330099;
}

A:Hover {
	text-decoration: none;
	color: #3366CC;
}

.style2 {
	color: #330066;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
}