/* CSS Document */

/* general text font formats */

.text1 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #474747;
	
}
.text2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #474747;

}
.text3 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	
}
.text4 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #474747;

/* links format */
}
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #0000CC;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;