body {
	background-image:url(images/layout/background.png);
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Garamond, Times, serif;
	font-size: 20px;
	color: #003366;
	font-weight: bolder;
}
h2 {
	font-family: "Courier New", Courier, Times, serif;
	font-size: 1px;
	line-height: 0px;
	color: #FFEDA6;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
}
p.textListing {
	line-height: 20px;
}
p.textSmall {
	font-size: 9px;
	line-height: 12px;
}
p.textRed {
	color:#990000;
}
.textIntro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	color: #000000;
}
A:link,
A:active,
A:visited	{	color: #000000; 	text-decoration: underline; 	}
A:hover		{	color: #003366; 	text-decoration: none;			}

input,
select,
textarea 	{	border: 1px solid #003366; 		color:#000000;		background:#FAFAFA;		font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;		font-size:11px;		}

