.text {
	font-family: "MS Sans Serif";
	font-size: 12px;
	    color:#999999;

}
.blue {
	font-family: "MS Sans Serif";
	font-size: 12px;
	color:#000099;
	font-weight:bold
}

.red {
	font-family: "MS Sans Serif";
	font-size: 14px;
	color:red;
	font-weight:bold
}
.red_head {
	font-family: "MS Sans Serif";
	font-size: 16px;
	color:red;
	font-weight:bold
}

.white {
	font-family: "MS Sans Serif";
	font-size: 12px;
	color:#FFFFFF
}

a {
	font-family: "MS Sans Serif";
	font-size: 12px;
		color: #999999;

}
a:link {
	font-family: "MS Sans Serif";
	font-size: 12px;
	text-decoration: none;
	color: #999999;

}
a:visited {
	font-family: "MS Sans Serif";
	font-size: 12px;
	text-decoration: none;
	color: #999999;

}
a:hover {
	font-family: "MS Sans Serif";
	font-size: 12px;
	text-decoration: none;
	color: #FF3300;
}
a:active {
	font-family: "MS Sans Serif";
	font-size: 12px;
	text-decoration: none;
			color: #999999;

}
body {
	font-family: "MS Sans Serif";
	font-size: 12px;
    color:#333333;

}
