/* CSS Document */

/* general text font formats */


.text1 {
	font-family: Verdana;
	font-size: 10px;
	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: 11px;
	font-weight: normal;
	color: #474747;
}

/* links format */

a:link {
	color: #0000CC;
	text-decoration: underline;
}

a:visited {
	color: #0000CC;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}