@charset "utf-8";
/* CSS Document */

.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin-left: 7px;

}
.whitetext a:link {
	color:#FFFFFF;
	text-decoration: none;
}
.whitetext a:visited { color:#FFFFFF; ; text-decoration: none}
.whitetext a:hover { color:#FFFF00;; text-decoration: none}

.arial12ptblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.whitetextbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin-left: 7px;

}
.whitetextbig a:link {
	color:#FFFFFF;
	text-decoration: none;
}
.whitetextbig a:visited { color:#FFFFFF; ; text-decoration: none}
.whitetextbig a:hover { color:#FFFF00;; text-decoration: none}
