/* Standard links */
a:link	{
	text-decoration: underline;
	color: #000000;
}

/* Links already visited */
a:visited	{
	text-decoration: underline;
	color: #666666;
}

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

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


.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;
}
