/* CSS Document */

.bold {
	font-weight: bold;
	}

.greentext {
	font-family: Helvetica, Arial, sans-serif;
	color: #0f0;
	font-size: 12px;
	line-height: 17px;
}

.whitetext {
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 17px;
}

.textcopyright {
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 11px;
	line-height: 14px;
}

.text1 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 17px;
}

.textgrey {
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 17px;
}

.text2 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
}

.text3 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 17px;
	line-height: 22px;
}

.text4 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 13px;
	line-height: 18px;
}

a.text:link {
	text-decoration: none;
	color: #00FF00;
	font-weight: bold;
}
a.text:visited {
	font-weight: bold;
	color: #00FF00;
	text-decoration: none;
}
a.text:hover {
	color: #000000;
	text-decoration: none;
}
a.text:active {
	color: #000000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #00FF00;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #00FF00;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

a.sub:link {
	text-decoration: none;
	color: #000000;
}
a.sub:visited {
	color: #000000;
	text-decoration: none;
}


a.sub:hover {
	color: #00FF00;
	text-decoration: none;
}
a.sub:active {
	color: #00FF00;
	text-decoration: none;
}
