@charset "utf-8";
/* CSS Document */

#divContent h1 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: #006;
	font-size: 1.6em;
}
#divContent h2 {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color: #960;
	font-size: 1.2em;
}
#divContent p, #divContent ul {
	font-size: .9em;
}
#divContent a {
	color: #009;
}
#divContent a:hover {
	color: #900;
	text-decoration:none;
}
#divContent .imgPageElement {
	border:1px solid black;
}
#divContent .ulServices li {
	margin-bottom: 3px;
}
#divContent .pMessage {
	color: #960;
}
#divContent .pError {
	color: #F00;
}
