/**** GENERAL TEXT ****/

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

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

.text3 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
}

.text4 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #699BBC;
}

.text5 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #699BBC;
}


/* links format */

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

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

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