BODY {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 20px;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	color : #345675;
	background: #fff;
	background-image: url(../images/back2.gif);
	background-repeat: repeat-x;
}

td {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	color : #345675;
	background: #fff;
}

p, li {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 80%;
	color : #345675;
}

h1 {
	font-size : 110%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #fff;
}

h2 {
	font-size : 90%;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

a {
	text-decoration : none;
	color : #003388;
}

a:hover {
	color : #cc5500;
}

.pigheader1 {
	background-image: url(../images/bannerback.gif);
}

.pigheader2 {
	background-image: url(../images/bannerback2.gif);
}

.pigbody1 {
	background: #fff;
}

.pigbody2 {
	background: #fff;
}

hr {
	height: 1pt;
	color : #7788aa;
}

ul {
	list-style-image: url("g/bullit.gif");
	margin: 0px;
}


#directory {
	padding: 8px;
	margin: 0;
	background: #fff0eb;
}

#directory p {
	font: 70%/160% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

.piglet {
	font-size : 10px;
	height : 60px;
	width : 179px;
	overflow : auto;
}

/* =========
Contact form
============ */

#contactarea{
	margin: 50px;
	padding: 0;
	width: 528px;
}

.error {
	color: #B22222;
	font-weight:bold;
}

.formrow {
	clear: right;
	padding: .25em
}

.label {
	font: 70%/160% Verdana, Arial, Helvetica, sans-serif;
	width: 8em;
	float: left;
	text-align: right;
	position:relative;
	margin: 2px;
	padding: 2px;
}

.accesskey { text-decoration: underline }
fieldset { }
fieldset > legend { display: block }
