A:link {
	background-color: transparent;
	color: rgb(0,0,128);
}

A:visited {
	background-color: transparent;
	color: rgb(0,0,180);
}

A:active,A:hover {
	background-color: rgb(200,200,255);
	color: rgb(128,0,0);
}

LI:hover {
	background-color: rgb(200,150,255);
	color: rgb(128,0,0);
}

a {
	text-decoration: none;
}

.copy {
	font-family: arial, sans-serif;
	font-size: 9pt;
	text-align: center;
}

body {
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}

i,dt {
	font-weight: bold;
}

p,p.main,p.news {
	text-align: justify;
}

p.crumbs {
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}

p.error {
	background-color: rgb(255,240,240);
	color: rgb(180,0,0);
	font-size: 115%;
	text-align: center;
}

div.main {
	margin-left: 10%;
	margin-right: 10%;
}

h1,h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

hr {
	width: 50%;
}

p.signature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

p.notes {
	font-size: 9pt;
	font-style: italic;
	text-align: center;
}

