/* 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: #7F2338;
	text-decoration: none;
}
a:hover {
	font-weight:bold;
	color: #FF0000;
	text-decoration: underline;
}

.a_green{
	font-weight:bold;
	color: #008000;
	text-decoration: none;
}

.a_green:hover {
	font-weight:bold;
	color: #39c639;
	text-decoration: underline;
} 

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

.title_green {
	color: #008000;
}

.subtitle, h2 {
	font-family:  Tahoma, Arial, Helvetica ,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}


.alt_subtitle {
	font-family:  Tahoma, Arial, Helvetica ,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7F2338;
}

li {
	list-style-image: url(../images/bullet.jpg);
	margin-left: 20px;
}
.small {
	font-size: 9px;
	color: #666666;
}
li.grey {
	list-style-image: url(../images/bullet_grey.jpg);
	margin-left: -10px;
}
.sitemap {
	font-weight:bold;
	color: #333333;
	text-decoration: none;
}
.sitemap:hover {
	font-weight:bold;
	color: #333333;
	text-decoration: none;
}