/* Standard links */
a:link	{ text-decoration: none; color: #bcbec0;}

/* Links already visited */
a:visited	{ text-decoration: none; color: #4d4d4d;}

/* Links while being clicked */
a:active	{ text-decoration: none; color: #808284;}

/* Links when hovered over */
a:hover	{ text-decoration: none; color: #ffffff;}


.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: none;
	color: #000000;
}
.head1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.text1list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-position: inside;
	list-style-type: circle;
}
.text2list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	list-style-position: inside;
	list-style-type: circle;
}
.text3list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	list-style-position: inside;
	list-style-type: circle;
	text-indent: 10px;
	white-space: normal;
}
.text1listItal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-position: inside;
	list-style-type: circle;
	font-style: italic;
}
.head1lc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
