a:link {
	color: #FF3300;
	text-decoration: none;
}

a:visited {
	color: #CC33CC;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	background-color: #CCCCCC;
}

a:active {
	text-decoration: none;
}

input {
	font-family: Tahoma, Arial;
	font-size: 11px;
}

select {
	font-family: Tahoma, Arial;
	font-size: 11px;
}

table {
	border: 1px none;
}

textarea {
	font-family: Tahoma, Arial;
	font-size: 11px;
}

.text {
	font-family: Tahoma, Arial;
	font-size: 11px;
}

.TextWhite {
	font-family: Tahoma, Arial;	
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.TextBlack {
	font-family: Tahoma, Arial;	
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.TextBlue {
	font-family: Tahoma, Arial;	
	font-size: 12px;
	font-weight: bold;
	color: #3333CC;
}

.Footer {
	font-family: Tahoma, Arial;	
	font-size: 11px;
	color: #797979;
}