.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #006699;
}
.text_white_medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}
.text_blue_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #006699;
}
.text_black_med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.text_black_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
}
.text_gray_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #999999;
}
a:hover {
	color: #FF0000;
}
a:link {
	color: #003399;
}

