/* CSS Document */
a:link {
	color: #FFFFFF; 
	text-decoration: none;
}

a:visited {
	color: #FFFFFF; 
	text-decoration: none;
}

a:active {
	color: #FFFFFF; 
	text-decoration: none;
}

.tb {
	border: 1px dotted #697F94;
}

a:hover {
	color: #A42364; 
	text-decoration: underline;
}

body, td {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	
}

textarea { 
 font-family: arial; 
 	font-size: 12px;
	color: #666666;
}

input { 
 font-family: arial; 
 	font-size: 12px;
	color: #666666;
}

#boldfont {

font-family: arial;
	font-size: 11.5px;
	color: #FFFFFF;
	
	letter-spacing: 0.5px;
	}
