/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
}
body {
	background-color: #d2d0b5;
}
a:link {
	color: #0c8dce;
	text-decoration: underline;
}
a:hover {
	color: #00543d;
}
.title-home {
	font-size: 20px;
	color: #00543d;
}
.title-blue {
	font-size: 20px;
	color: #104A7D;
}
.title-green {
	font-size: 18px;
	color: #00543d;
}
.subtitle-green {
	color: #00543d;
	font-size: 14px;
	font-weight: bold;
}
.subtitle-blue {
	color: #104a7d;
	font-size: 14px;
	font-weight: bold;
}

a.secondary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a:hover.secondary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
}

.secondaryhighlight {
	color: #FF0000;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

#contacts {
	font-size: 11px;
}

	#contacts a {
		color: #000000;
		text-decoration: none;
	}
	
.contacthighlight {
	color: #FF0000;
}

li {
	list-style:url(images/bullet.gif);
}
