/* ***
	fonts 
*** */
/* *** fonts *** */
p, li, td, th, a, a:visited
{
	color: #38385c;
	font-size: 14px;
	font-family: "Trebuchet MS";
}		

th
{
	font-size: 16px;
}

p, h2
{
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

p, li
{
	line-height: 1.5em;
}

a:hover,
a:visited:hover
{
	color: #ba9b71;
}

h2
{
	color: #38385c;
	font-size: 16px;
	font-weight: normal;
	font-family: "Trebuchet MS";	
	text-align: left;
}

td.Header
{
	font-weight: bold;
	padding-right: 10px;
}

a.Next
{
	background-image: url(../media/img/next.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 20px;
}

a.Previous
{
	background-image: url(../media/img/prev.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 20px;
}

table.Contact th
{
	padding: 0 10px 10px 0;
}

table.Contact td
{
	padding: 0 20px 5px 0;
	vertical-align: top;
}

