/* standard elements */
body, p, h1, h2, h3, h4, h5, dl, dt, dd
	{
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	}
body
	{
	 background: #FFFFFF;
	 font-weight: normal;
	}
caption {
	font-family: Arial, sans-serif;
}
dl {
	margin-left:10px;
	}
dl, dt {
	text-align: justify;
	}
dd {
	display: inline;
	text-align: justify;
/*	margin-bottom: 2em;*/
	}
p
	{
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	}
p.contact
	{
	font-size: 12px;
	text-align: center;
	}
p.textlink
	{
	font-size: 10px;
	font-weight: normal;
	text-align: center;
    }
p.address
    {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
    }
dl dt {
	font-weight: bold;
	display: inline;
	}
h1
	{
/*	font-size: 26px;*/
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	}
h2
	{
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	position: static;
	visibility: visible;
	text-align: center;
	}
h3
	{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	}
h4
	{
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	}

/* default links */
a:link
	{
	color: #0000ff;
    text-decoration: underline;
	}
a:visited
	{
	color: #800080;
    text-decoration: underline;
	}
a:hover
	{
	color: #0088ff;
    text-decoration: underline;
	}
a:active
	{
	color: #ff4400;
    text-decoration: underline;
	}

