td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.txt{
	font-family: Arial, Helvetica, sans-serif;
	line-height : 18px;
	text-align: justify;
}

.whttxt{
	color: white;
}

.boldtxt{
	font-weight: bold;
}

.boldwhttxt{
	font-weight: bold;
	color: white;
}

.bolditalictxt{
	font-weight: bold;
	font-style : italic;
}

.bolditalicwhttxt{
	font-weight: bold;
	color: white;
	font-style : italic;
}

.smalltxt{
	font-size: 10px;
}

.footer{
	font-size: 10px;
	color: #A7A9AC;
}

.smallwhttxt{
	font-size: 10px;
	color: white;
}

.bigtxt{
	font-size: 16px;
	font-weight: bold;
	color: #622763;
}

.bigwhttxt{
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: white;
}

.lgetxt{
	font-size: 24px;
	font-style: italic;
}

.lgewhttxt{
	font-size: 24px;
	font-style: italic;
	color: white;
}

A{
	text-decoration: underline;
	font-weight: bold;
}

A:Hover{
	text-decoration: none;
	font-weight: bold;
	color: #F6881E;
}

.nav{
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 11px;
}

.nav:Hover{
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 11px;
}

.quicksearch{
	font-size: 11px;
	font-weight: normal;
	border: 1px solid;
	color: #622763;
	height: 20px;
}
