/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999999;
	background-image: url(../images/bg_main.gif);
}
p {
	text-align: justify;
}
p, td, li, input, textarea, select {
	font-family:  Tahoma, Arial, Helvetica ,sans-serif;
	font-size: 11px;
	color: #333333;
}

a {
	font-weight:bold;
	color: #008000;
	text-decoration: none;
}
a:hover {
	font-weight:bold;
	color: #39c639;
	text-decoration: underline;
}

.title {
	font-family:  Tahoma, Arial, Helvetica ,sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #008000;
}

.subtitle, h2 {
	font-family:  Tahoma, Arial, Helvetica ,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
li {
	list-style-image: url(../images/bullet_green.jpg);
	margin-left: 20px;
}
.small {
	font-size: 9px;
	color: #666666;
}
li.grey {
	list-style-image: url(../images/bullet_grey_green.jpg);
	margin-left: -10px;
}
.sitemap {
	font-weight:bold;
	color: #333333;
	text-decoration: none;
}
.sitemap:hover {
	font-weight:bold;
	color: #333333;
	text-decoration: none;
}