.linkTop2 {font-family: Tahoma;font-size: 10px;font-weight: bold;color: #000000;}
a:visited.linkTop2    { color: #000000; text-decoration: none; }
a:link.linkTop2       { color: #000000; text-decoration: none; }
a:active.linkTop2     { color: #000000; text-decoration: none; }
a:hover.linkTop2      { color: #FF0000; text-decoration: underline; }

.linkTop {font-family: Tahoma;font-size: 11px;font-weight: bold;color: #FFFFFF;}
a:visited.linkTop    { color: #FFFFFF; text-decoration: none; }
a:link.linkTop       { color: #FFFFFF; text-decoration: none; }
a:active.linkTop     { color: #FFFFFF; text-decoration: none; }
a:hover.linkTop      { color: #FFFFFF; text-decoration: underline; }

.form {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #007DB6;
	text-align: right;
}
.textViolet {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #990066;	
}

.textBlack {

	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.text {
	font-family: Tahoma;
	font-size: 11px;
	text-align: left;
}
.number {
	font-family: Tahoma;
	font-size: 16px;
	color: #990000;
	text-align: center;
	font-weight: bold;
}
.picBoder {
	border: 1px solid #FFCC00;
}